summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMarty Connor2010-03-17 08:02:32 +0100
committerMarty Connor2010-03-17 08:02:32 +0100
commit930a2ffac879fe893d22f3076243be7b07cedd45 (patch)
tree7fb9b194e0aae592a94bcf012dac50ad8903f132 /src/include/gpxe/errfile.h
parent[iscsi] Disambiguate some common authentication errors (diff)
downloadipxe-930a2ffac879fe893d22f3076243be7b07cedd45.tar.gz
ipxe-930a2ffac879fe893d22f3076243be7b07cedd45.tar.xz
ipxe-930a2ffac879fe893d22f3076243be7b07cedd45.zip
[e1000] Update e1000 driver
This commit replaces the current gPXE e1000 driver with one ported from Intel source code available at http://sourceforge.net/projects/e1000/ which is upstream source for the Linux kernel e1000 drivers, and should support most if not all PCI e1000 variants. Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 1a6b4827..5388b63a 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -104,8 +104,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_via_velocity ( ERRFILE_DRIVER | 0x00450000 )
#define ERRFILE_w89c840 ( ERRFILE_DRIVER | 0x00460000 )
#define ERRFILE_ipoib ( ERRFILE_DRIVER | 0x00470000 )
-#define ERRFILE_e1000 ( ERRFILE_DRIVER | 0x00480000 )
-#define ERRFILE_e1000_hw ( ERRFILE_DRIVER | 0x00490000 )
+#define ERRFILE_e1000_main ( ERRFILE_DRIVER | 0x00480000 )
#define ERRFILE_mtnic ( ERRFILE_DRIVER | 0x004a0000 )
#define ERRFILE_phantom ( ERRFILE_DRIVER | 0x004b0000 )
#define ERRFILE_ne2k_isa ( ERRFILE_DRIVER | 0x004c0000 )