Date: Thu, 4 Dec 2008 09:56:06 GMT From: Kevin Lo <kevlo@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 154041 for review Message-ID: <200812040956.mB49u6DL034465@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=154041 Change 154041 by kevlo@kevlo_wsl on 2008/12/04 09:55:19 Add the Netgear WG111v2 Obtained from: OpenBSD Affected files ... .. //depot/projects/vap/share/man/man4/urtw.4#3 edit .. //depot/projects/vap/sys/dev/usb/if_urtw.c#6 edit .. //depot/projects/vap/sys/dev/usb/usbdevs#35 edit Differences ... ==== //depot/projects/vap/share/man/man4/urtw.4#3 (text+ko) ==== @@ -68,6 +68,7 @@ .Pp .Bl -column "Card " "Radio " "Bus" -compact -offset 6n .It Em "Card Radio Bus" +.It Li "Netgear WG111v2" Ta RTL8225 Ta USB .It Li "Safehome WLG-1500SMA5" Ta RTL8225 Ta USB .It Li "Shuttle XPC Accessory PN20" Ta RTL8225 Ta USB .El ==== //depot/projects/vap/sys/dev/usb/if_urtw.c#6 (text+ko) ==== @@ -92,7 +92,8 @@ /* recognized device vendors/products */ static const struct usb_devno urtw_devs[] = { #define URTW_DEV(v,p) { USB_VENDOR_##v, USB_PRODUCT_##v##_##p } - URTW_DEV(REALTEK, RTL8187) + URTW_DEV(REALTEK, RTL8187), + URTW_DEV(NETGEAR, WG111V2) #undef URTW_DEV }; ==== //depot/projects/vap/sys/dev/usb/usbdevs#35 (text+ko) ==== @@ -1814,6 +1814,7 @@ product NETGEAR WG111V2_2 0x4240 PrismGT USB 2.0 WLAN product NETGEAR WG111U 0x4300 WG111U product NETGEAR WG111U_NF 0x4301 WG111U (no firmware) +product NETGEAR WG111V2 0x6a00 WG111V2 product NETGEAR2 MA101 0x4100 MA101 product NETGEAR2 MA101B 0x4102 MA101 Rev B product NETGEAR3 WG111T 0x4250 WG111Thome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812040956.mB49u6DL034465>
