summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-01-29 01:45:06 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-01-29 01:45:06 +0000
commitce1320ff91da937c727953378250758951c6782f (patch)
tree14dc12d62d13215443aaa7dc1649a0b6a27f2991 /sys
parent6baff7d9af1ab2eda810d47581203a019fbfb737 (diff)
Add the PCI id for the D-Link DFE-520TX C1 board.
ok jsg@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_rl_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c
index 0b6e067cdca..cdc18b21b16 100644
--- a/sys/dev/pci/if_rl_pci.c
+++ b/sys/dev/pci/if_rl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rl_pci.c,v 1.23 2013/01/16 06:15:58 brad Exp $ */
+/* $OpenBSD: if_rl_pci.c,v 1.24 2013/01/29 01:45:05 brad Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -104,6 +104,7 @@ const struct pci_matchid rl_pci_devices[] = {
{ PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_2CB_TXD },
{ PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CB_TXD },
{ PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139 },
+ { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE520TX_C1 },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE690TXD },
{ PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21 },