Bug 102852

Summary: Add support for Novatech NV902 wireless NIC
Product: Base System Reporter: Jonathan Fosburgh <jonathan>
Component: usbAssignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.1-STABLE   
Hardware: Any   
OS: Any   

Description Jonathan Fosburgh 2006-09-04 17:10:09 UTC
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.
Comment 1 Jonathan Fosburgh 2006-09-21 13:47:59 UTC
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
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-07 19:18:49 UTC
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"
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2006-10-07 19:18:51 UTC
State Changed
From-To: open->patched

Committed to HEAD, MFC after 3 days.  Thanks! 


Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2006-10-07 19:18:51 UTC
Responsible Changed
From-To: freebsd-usb->flz

Grab.
Comment 5 Florent Thoumie freebsd_committer freebsd_triage 2006-11-14 13:03:39 UTC
State Changed
From-To: patched->closed

MFC'ed to RELENG_6.