diff options
author | Geoff Lywood | 2010-05-28 05:08:28 +0200 |
---|---|---|
committer | Michael Brown | 2010-06-02 16:15:29 +0200 |
commit | 62149deb116516bb0d70b756bfc4f5b4669034da (patch) | |
tree | b8adc9a047202f1cebc15f244da2c36d75a05ba0 /src/include/ipxe/errfile.h | |
parent | [qib7322] Fix whitespace errors (diff) | |
download | ipxe-62149deb116516bb0d70b756bfc4f5b4669034da.tar.gz ipxe-62149deb116516bb0d70b756bfc4f5b4669034da.tar.xz ipxe-62149deb116516bb0d70b756bfc4f5b4669034da.zip |
[efi] Add the "snpnet" driver
Add a new network driver that consumes the EFI Simple Network
Protocol. Also add a bus driver that can find the Simple Network
Protocol that iPXE was loaded from; the resulting behavior is similar
to the "undionly" driver for BIOS systems.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 2bb655fd..b8a8a8cc 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -123,6 +123,8 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_vxge_config ( ERRFILE_DRIVER | 0x00560000 ) #define ERRFILE_vxge_traffic ( ERRFILE_DRIVER | 0x00570000 ) #define ERRFILE_igb_main ( ERRFILE_DRIVER | 0x00580000 ) +#define ERRFILE_snpnet ( ERRFILE_DRIVER | 0x00590000 ) +#define ERRFILE_snponly ( ERRFILE_DRIVER | 0x005a0000 ) #define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 ) #define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 ) |