diff options
author | Glenn Brown <glenn@myri.com> | 2009-12-21 17:01:39 -0800 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-14 10:32:40 -0500 |
commit | 57faa48f3b44bf694ce455b2c8b7b957c3e39ea4 (patch) | |
tree | 2daf5a206ce7fa18969ae165f153ba49afcd93bf /src/include | |
parent | cdd37970535aa844f7282c8a15898b65b86ea89a (diff) | |
download | ipxe-57faa48f3b44bf694ce455b2c8b7b957c3e39ea4.tar.gz |
[myri10ge] Native driver for Myricom 10Gb Ethernet NICs
This driver supports all current Myricom 10 gigabit Ethernet NICs.
It was written from scratch for gPXE by Glenn Brown <glenn@myri.com>,
referenencing Myricom's Linux and EFI drivers, with permission.
Signed-off-by: Glenn Brown <glenn@myri.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/gpxe/errfile.h | 1 | ||||
-rw-r--r-- | src/include/gpxe/pci_ids.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index 2e7d7fa7e..03234f4be 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -115,6 +115,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_ath5k ( ERRFILE_DRIVER | 0x00500000 ) #define ERRFILE_atl1e ( ERRFILE_DRIVER | 0x00510000 ) #define ERRFILE_sis190 ( ERRFILE_DRIVER | 0x00520000 ) +#define ERRFILE_myri10ge ( ERRFILE_DRIVER | 0x00530000 ) #define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 ) #define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 ) diff --git a/src/include/gpxe/pci_ids.h b/src/include/gpxe/pci_ids.h index f570c08f0..42070138d 100644 --- a/src/include/gpxe/pci_ids.h +++ b/src/include/gpxe/pci_ids.h @@ -317,6 +317,7 @@ FILE_LICENCE ( GPL2_ONLY ); #define PCI_VENDOR_ID_TIMEDIA 0x1409 #define PCI_VENDOR_ID_OXSEMI 0x1415 #define PCI_VENDOR_ID_AIRONET 0x14b9 +#define PCI_VENDOR_ID_MYRICOM 0x14c1 #define PCI_VENDOR_ID_TITAN 0x14D2 #define PCI_VENDOR_ID_PANACOM 0x14d4 #define PCI_VENDOR_ID_BROADCOM 0x14e4 |