diff options
| author | Michael Brown | 2015-03-02 22:37:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-03-02 22:37:45 +0100 |
| commit | 06c8a27b742fab53c5072b40b32018eae12eca57 (patch) | |
| tree | 6191171da92024590d9058465a5094fafa086f7f /src/drivers/net/tg3 | |
| parent | [iscsi] Rewrite unrelicensable portions of iscsi.c (diff) | |
| download | ipxe-06c8a27b742fab53c5072b40b32018eae12eca57.tar.gz ipxe-06c8a27b742fab53c5072b40b32018eae12eca57.tar.xz ipxe-06c8a27b742fab53c5072b40b32018eae12eca57.zip | |
[pci] Remove outdated and mostly-unused pci_ids.h file
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/tg3')
| -rw-r--r-- | src/drivers/net/tg3/tg3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/net/tg3/tg3.h b/src/drivers/net/tg3/tg3.h index 660368394..f5b327963 100644 --- a/src/drivers/net/tg3/tg3.h +++ b/src/drivers/net/tg3/tg3.h @@ -131,6 +131,10 @@ #define PCI_DEVICE_ID_TIGON3_5901_2 0x170e #define PCI_DEVICE_ID_TIGON3_5906 0x1712 #define PCI_DEVICE_ID_TIGON3_5906M 0x1713 +#define PCI_VENDOR_ID_COMPAQ 0x0e11 +#define PCI_VENDOR_ID_IBM 0x1014 +#define PCI_VENDOR_ID_DELL 0x1028 +#define PCI_VENDOR_ID_3COM 0x10b7 /* </pci_ids.h> */ #define SPEED_10 10 |
