The following reply was made to PR usb/140883; it has been noted by GNATS.

From: Brett Glass <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: usb/140883: [axe] USB gigabit ethernet hangs after short
  period of traffic
Date: Sat, 28 Nov 2009 19:04:49 -0700

 The reason why the vendor name and device name is not appearing is 
 that the USB_VERBOSE option was not included in the configuration 
 of the 8.0-RELEASE GENERIC kernel.
 
 The USB_VERBOSE option should be included in GENERIC. Otherwise, 
 any USB device whose driver follows the proper coding convention -- 
 that is, placing vendor and product information in /sys/usb/usbdevs 
 rather than in the driver itself -- will not print the name of the 
 vendor or device.
 
 The failure to print the name has nothing to do with the 
 malfunction in the device, which may be due to overruns. (The 
 buffer size currently allowed in the driver -- only 4K -- is extremely small.)
 
 --Brett Glass
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to