PERFORCE change 154041 for review
Kevin Lo
kevlo at FreeBSD.org
Thu Dec 4 01:56:07 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=154041
Change 154041 by kevlo at 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 WG111T
More information about the p4-projects
mailing list