aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-04-26 22:10:54 +0100
committerMichael Brown <mcb30@ipxe.org>2012-04-27 11:46:58 +0100
commit1fe27a3e0e774d319a1bf3ecefb40590c660cf8d (patch)
tree9306c655d22e035200672398d70331c4610983f5 /src/include/ipxe
parent35e09c1a7c52da2d85bd0be05765614e7474b271 (diff)
downloadipxe-1fe27a3e0e774d319a1bf3ecefb40590c660cf8d.zip
ipxe-1fe27a3e0e774d319a1bf3ecefb40590c660cf8d.tar.gz
ipxe-1fe27a3e0e774d319a1bf3ecefb40590c660cf8d.tar.bz2
[myson] Replace driver for Myson Technology NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 471ba77..7de833d 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -145,6 +145,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_realtek ( ERRFILE_DRIVER | 0x00630000 )
#define ERRFILE_skeleton ( ERRFILE_DRIVER | 0x00640000 )
#define ERRFILE_intel ( ERRFILE_DRIVER | 0x00650000 )
+#define ERRFILE_myson ( ERRFILE_DRIVER | 0x00660000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )