diff options
| author | Marty Connor | 2010-03-17 08:44:27 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-03-17 08:44:27 +0100 |
| commit | 5e829de055763fc5b77e44068b21aefe5d7f2bf2 (patch) | |
| tree | e6105828bb7041ed3ca58d42b8526db252f95c2b /src/include | |
| parent | [e1000e] Add e1000e driver (diff) | |
| download | ipxe-5e829de055763fc5b77e44068b21aefe5d7f2bf2.tar.gz ipxe-5e829de055763fc5b77e44068b21aefe5d7f2bf2.tar.xz ipxe-5e829de055763fc5b77e44068b21aefe5d7f2bf2.zip | |
[igb] Add igb driver
This commit adds an igb (Intel GigaBit) 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 some PCIe e1000 variants.
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index cb9901266..f2be7c0f4 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -120,6 +120,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_vxge_main ( ERRFILE_DRIVER | 0x00550000 ) #define ERRFILE_vxge_config ( ERRFILE_DRIVER | 0x00560000 ) #define ERRFILE_vxge_traffic ( ERRFILE_DRIVER | 0x00570000 ) +#define ERRFILE_igb_main ( ERRFILE_DRIVER | 0x00580000 ) #define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 ) #define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 ) |
