diff options
author | Michael Brown | 2017-06-20 13:10:14 +0200 |
---|---|---|
committer | Michael Brown | 2017-06-24 20:17:55 +0200 |
commit | 1e5c5a216351ffc18004e3e190f09fc04a110b52 (patch) | |
tree | 913a178c80b2a9f9ddece65bcf72dc3dbcada471 /src/include/ipxe/errfile.h | |
parent | [crypto] Expose pem_asn1() for use with non-image data (diff) | |
download | ipxe-1e5c5a216351ffc18004e3e190f09fc04a110b52.tar.gz ipxe-1e5c5a216351ffc18004e3e190f09fc04a110b52.tar.xz ipxe-1e5c5a216351ffc18004e3e190f09fc04a110b52.zip |
[exanic] Add driver for Exablaze ExaNIC cards
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index faa1e77f..dc3de051 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -199,6 +199,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_af_packet ( ERRFILE_DRIVER | 0x00c30000 ) #define ERRFILE_sfc_hunt ( ERRFILE_DRIVER | 0x00c40000 ) #define ERRFILE_efx_hunt ( ERRFILE_DRIVER | 0x00c50000 ) +#define ERRFILE_exanic ( ERRFILE_DRIVER | 0x00c60000 ) #define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 ) #define ERRFILE_arp ( ERRFILE_NET | 0x00010000 ) |