From: reyk Date: Fri, 18 Jul 2008 12:00:20 +0000 (+0000) Subject: the Belkin F5D7010 version # is a RTL8185 cardbus device. this X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c58bdc1419f11d6ed85d53d5f2a4b114c454ac75;p=openbsd the Belkin F5D7010 version # is a RTL8185 cardbus device. this chipset revision is not supported yet, so add it commented out. --- 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