From 93ed39722d16e30be5952eaaf84b90543916ee06 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 18 Jul 2008 12:00:21 +0000 Subject: the Belkin F5D7010 version # is a RTL8185 cardbus device. this chipset revision is not supported yet, so add it commented out. --- sys/dev/cardbus/if_rtw_cardbus.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/cardbus/if_rtw_cardbus.c') 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 -- cgit v1.2.3