From 57faa48f3b44bf694ce455b2c8b7b957c3e39ea4 Mon Sep 17 00:00:00 2001 From: Glenn Brown Date: Mon, 21 Dec 2009 17:01:39 -0800 Subject: [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 , referenencing Myricom's Linux and EFI drivers, with permission. Signed-off-by: Glenn Brown Signed-off-by: Stefan Hajnoczi Signed-off-by: Marty Connor --- src/include/gpxe/errfile.h | 1 + src/include/gpxe/pci_ids.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/include/gpxe') 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 -- cgit v1.2.3-55-g7522