From be5392c93a586b363a51a67c72f5152c9ca2ff26 Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Wed, 17 Mar 2010 03:18:46 -0400 Subject: [e1000e] Add e1000e driver This commit adds an e1000e driver based on Intel source code available at: http://sourceforge.net/projects/e1000/ which is upstream source for the Linux kernel e1000 drivers, and should support many PCIe e1000 variants. Signed-off-by: Marty Connor --- src/include/gpxe/errfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index 5388b63a1..cb9901266 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -105,6 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_w89c840 ( ERRFILE_DRIVER | 0x00460000 ) #define ERRFILE_ipoib ( ERRFILE_DRIVER | 0x00470000 ) #define ERRFILE_e1000_main ( ERRFILE_DRIVER | 0x00480000 ) +#define ERRFILE_e1000e_main ( ERRFILE_DRIVER | 0x00490000 ) #define ERRFILE_mtnic ( ERRFILE_DRIVER | 0x004a0000 ) #define ERRFILE_phantom ( ERRFILE_DRIVER | 0x004b0000 ) #define ERRFILE_ne2k_isa ( ERRFILE_DRIVER | 0x004c0000 ) -- cgit v1.2.3-55-g7522