the Belkin F5D7010 version # is a RTL8185 cardbus device. this
authorreyk <reyk@openbsd.org>
Fri, 18 Jul 2008 12:00:20 +0000 (12:00 +0000)
committerreyk <reyk@openbsd.org>
Fri, 18 Jul 2008 12:00:20 +0000 (12:00 +0000)
chipset revision is not supported yet, so add it commented out.

sys/dev/cardbus/if_rtw_cardbus.c

index 2e90cdd..606b1c2 100644 (file)
@@ -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