summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2008-07-05 04:38:14 +0200
committerMichael Brown2008-07-05 04:38:14 +0200
commit3ad348e55a51da012ad4a0ad029da5e80541e4ec (patch)
treeba606c8946ea6420b5736a51d896902086e2ad0c /src/include/gpxe/errfile.h
parent[tftp] Strip the initial '/' to keep Windows TFTP servers happy. (diff)
downloadipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.tar.gz
ipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.tar.xz
ipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.zip
[phantom] Add support for NetXen Phantom NICs
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index a0591952..5717bc71 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -105,6 +105,7 @@
#define ERRFILE_e1000 ( ERRFILE_DRIVER | 0x00480000 )
#define ERRFILE_e1000_hw ( ERRFILE_DRIVER | 0x00490000 )
#define ERRFILE_mtnic ( ERRFILE_DRIVER | 0x004a0000 )
+#define ERRFILE_phantom ( ERRFILE_DRIVER | 0x004b0000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )