mirror of
https://github.com/ipxe/ipxe
synced 2026-02-09 23:29:33 +03:00
[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>
This commit is contained in:
committed by
Marty Connor
parent
cdd3797053
commit
57faa48f3b
@@ -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 )
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user