diff options
author | Marty Connor <mdc@etherboot.org> | 2007-11-18 09:51:21 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-11-18 09:51:21 -0500 |
commit | 8bd670301c9c7ed97e7f0bb207945c54ff5e43ec (patch) | |
tree | 66146ff3b0d334cd103e9a95f67be92123452e72 /src/include/gpxe/errfile.h | |
parent | 9a4ed0f2d5e6ee2b59888758a86ba0a0973e84fd (diff) | |
download | ipxe-8bd670301c9c7ed97e7f0bb207945c54ff5e43ec.tar.gz |
Add ERRFILE information for e1000_main and e1000_hw, part of the new e1000 driver
It is likely we will rename e1000_main to e1000 when the new e1000 driver is debugged.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r-- | src/include/gpxe/errfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index 1b0ed33f..8232a47e 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -102,6 +102,8 @@ #define ERRFILE_via_velocity ( ERRFILE_DRIVER | 0x00450000 ) #define ERRFILE_w89c840 ( ERRFILE_DRIVER | 0x00460000 ) #define ERRFILE_ipoib ( ERRFILE_DRIVER | 0x00470000 ) +#define ERRFILE_e1000_main ( ERRFILE_DRIVER | 0x00480000 ) +#define ERRFILE_e1000_hw ( ERRFILE_DRIVER | 0x00490000 ) #define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 ) #define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 ) |