diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-18 12:00:21 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-18 12:00:21 +0000 |
commit | 93ed39722d16e30be5952eaaf84b90543916ee06 (patch) | |
tree | 9951d4df25fec40dd39e5a65438b5f2b4142f2aa | |
parent | c99aeef553a5786e633d4a1ccbde2bd930d0c0b7 (diff) |
the Belkin F5D7010 version # is a RTL8185 cardbus device. this
chipset revision is not supported yet, so add it commented out.
-rw-r--r-- | sys/dev/cardbus/if_rtw_cardbus.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/cardbus/if_rtw_cardbus.c b/sys/dev/cardbus/if_rtw_cardbus.c index 2e90cdddd6f..606b1c21e86 100644 --- a/sys/dev/cardbus/if_rtw_cardbus.c +++ b/sys/dev/cardbus/if_rtw_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rtw_cardbus.c,v 1.14 2008/06/26 05:42:14 ray Exp $ */ +/* $OpenBSD: if_rtw_cardbus.c,v 1.15 2008/07/18 12:00:20 reyk Exp $ */ /* $NetBSD: if_rtw_cardbus.c,v 1.4 2004/12/20 21:05:34 dyoung Exp $ */ /*- @@ -157,9 +157,10 @@ const struct cardbus_matchid rtw_cardbus_devices[] = { { 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_F5D6020V3 }, - { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DWL610 }, + { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_DWL610 } }; int |