summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rl_pci.c
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-02-08 08:00:34 +0000
committerjasper <jasper@openbsd.org>2013-02-08 08:00:34 +0000
commit2173b59337a09a8c61ff1d20f35d609104e1caa6 (patch)
treeb1dc875e6eb1acb74662a35b4469b4b6472a4ae4 /sys/dev/pci/if_rl_pci.c
parentregen (diff)
downloadwireguard-openbsd-2173b59337a09a8c61ff1d20f35d609104e1caa6.tar.xz
wireguard-openbsd-2173b59337a09a8c61ff1d20f35d609104e1caa6.zip
add another DFE-530TX+
ok sthen@
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-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 },