Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 02:50:03 GMT
From:      Brett Glass <brett@lariat.net>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/140883: [axe] USB gigabit ethernet hangs after short period of traffic
Message-ID:  <200911290250.nAT2o3L7086305@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/140883; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911290250.nAT2o3L7086305>