summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-02-08 08:00:35 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-02-08 08:00:35 +0000
commit3c788ec45d2b0910aedf7d1c5604696a9fc669ef (patch)
tree21ac88bf3546adb44ada69b2f199fb213f1f6613 /sys
parent666b617ff585fa25fe440c62c5ca4d6ad6e88e4e (diff)
add another DFE-530TX+
ok sthen@
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 cdc18b21b16..d7063a9bc8b 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.24 2013/01/29 01:45:05 brad Exp $ */
+/* $OpenBSD: if_rl_pci.c,v 1.25 2013/02/08 08:00:34 jasper Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -107,6 +107,7 @@ const struct pci_matchid rl_pci_devices[] = {
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE520TX_C1 },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE530TXPLUS },
{ PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DFE690TXD },
+ { PCI_VENDOR_DLINK2, PCI_PRODUCT_DLINK2_DFE530TXPLUS2 },
{ PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21 },
{ PCI_VENDOR_PLANEX, PCI_PRODUCT_PLANEX_FNW_3603_TX },
{ PCI_VENDOR_PLANEX, PCI_PRODUCT_PLANEX_FNW_3800_TX },