usb/140883: [axe] USB gigabit ethernet hangs after short period of traffic

Brett Glass brett at lariat.net
Sun Nov 29 02:50:03 UTC 2009


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

From: Brett Glass <brett at lariat.net>
To: bug-followup at FreeBSD.org
Cc: sub.mesa at gmail.com
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
 


More information about the freebsd-usb mailing list