Skip to content

Commit

Permalink
Add ERRFILE information for e1000_main and e1000_hw, part of the new …
Browse files Browse the repository at this point in the history
…e1000 driver

It is likely we will rename e1000_main to e1000 when the new e1000 driver is debugged.
  • Loading branch information
Marty Connor committed Nov 18, 2007
1 parent 9a4ed0f commit 8bd6703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/gpxe/errfile.h
Expand Up @@ -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 )
Expand Down

0 comments on commit 8bd6703

Please sign in to comment.