diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-26 20:40:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-26 20:40:13 +0000 |
commit | 22e398ef3cd1a7a392be0a6bfbbabdbde007b8b2 (patch) | |
tree | 5ac53a4bcde3d52be7e5ec317ef472a4d536cd08 /sys | |
parent | ee9cfe88dbce11c2d46d5eab24ecbc2cffe18bc1 (diff) |
Two pci'd that come from cardbus, in case anyone ever needs them...
ok jsg
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_rtw_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_rtw_pci.c b/sys/dev/pci/if_rtw_pci.c index 714090ffaf0..0e697394719 100644 --- a/sys/dev/pci/if_rtw_pci.c +++ b/sys/dev/pci/if_rtw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rtw_pci.c,v 1.12 2009/06/02 01:11:32 jsg Exp $ */ +/* $OpenBSD: if_rtw_pci.c,v 1.13 2009/06/26 20:40:12 deraadt Exp $ */ /* $NetBSD: if_rtw_pci.c,v 1.1 2004/09/26 02:33:36 dyoung Exp $ */ /*- @@ -107,8 +107,10 @@ const struct pci_matchid rtw_pci_products[] = { { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8180 }, #ifdef RTW_DEBUG { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8185 }, + { PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D7010 }, #endif { PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D6001 }, + { PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D6020V3 }, { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DWL610 }, }; |