summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/davicom.c
diff options
context:
space:
mode:
authorMichael Brown2015-03-02 22:37:45 +0100
committerMichael Brown2015-03-02 22:37:45 +0100
commit06c8a27b742fab53c5072b40b32018eae12eca57 (patch)
tree6191171da92024590d9058465a5094fafa086f7f /src/drivers/net/davicom.c
parent[iscsi] Rewrite unrelicensable portions of iscsi.c (diff)
downloadipxe-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/davicom.c')
-rw-r--r--src/drivers/net/davicom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/davicom.c b/src/drivers/net/davicom.c
index a4870a72..9d3d8b91 100644
--- a/src/drivers/net/davicom.c
+++ b/src/drivers/net/davicom.c
@@ -340,6 +340,7 @@ static void davicom_media_chk(struct nic * nic __unused)
csr6 = 0x00200000; /* SF */
outl(csr6, ioaddr + CSR6);
+#define PCI_VENDOR_ID_DAVICOM 0x1282
#define PCI_DEVICE_ID_DM9009 0x9009
if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) {
/* Set to 10BaseT mode for DM9009 */