diff options
author | 2013-02-08 08:00:34 +0000 | |
---|---|---|
committer | 2013-02-08 08:00:34 +0000 | |
commit | 2173b59337a09a8c61ff1d20f35d609104e1caa6 (patch) | |
tree | b1dc875e6eb1acb74662a35b4469b4b6472a4ae4 /sys/dev/pci/if_rl_pci.c | |
parent | regen (diff) | |
download | wireguard-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.c | 3 |
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 }, |