| Summary: | Add support for Novatech NV902 wireless NIC | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Jonathan Fosburgh <jonathan> |
| Component: | usb | Assignee: | Florent Thoumie <flz> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.1-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
It's probably too late to get this in 6.2 but can someone at least take a look at it? -- Jonathan Fosburgh AIX and Storage Administrator UT MD Anderson Cancer Center Houston, TX flz 2006-10-07 18:18:40 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs if_ural.c
share/man/man4 ural.4
Log:
Add support for Novatech NV902 wireless NIC in ural(4).
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
Revision Changes Path
1.11 +2 -1 src/share/man/man4/ural.4
1.46 +1 -0 src/sys/dev/usb/if_ural.c
1.272 +4 -0 src/sys/dev/usb/usbdevs
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Committed to HEAD, MFC after 3 days. Thanks! Responsible Changed From-To: freebsd-usb->flz Grab. State Changed From-To: patched->closed MFC'ed to RELENG_6. |
Add support for the Novatech NV902 wireless NIC to the ural driver. In /usr/src/sys/dev/usb/usbdevs add a line of the form: vendor NOVATECH 0x0eb0 NovaTech and /* NovaTech Products */ product NOVATECH NV902 0x9020 NovaTech NV-902W And to /usr/src/sys/dev/usb/if_ural.c add a line of the form: { USB_VENDOR_NOVATECH, USB_PRODUCT_NOVATECH_NV902 } Caveats: The Link light does not work, and like apparently all ural devices, WPA/WPA2 is unstable and can cause kernel panics and reboots. Fix: Patch the affected files and compile and load the module. How-To-Repeat: Attempt to use the above device without the IDs.