The only problems with v8.0 are:

Hans Petter Selasky hselasky at c2i.net
Tue Sep 1 21:00:19 UTC 2009


On Tuesday 01 September 2009 22:13:46 Bill Squire {billsf} wrote:
> I believe snd_uaudio is not expecting HID.
> Plugging in the driver in with hardware attached causes instant (but
> harmless) freezing and no dump.

Hi,

Test proposal:

Try to reduce:

#define	UAUDIO_RECURSE_LIMIT   24	/* rounds */

Into:

#define	UAUDIO_RECURSE_LIMIT   10 /* rounds */

In: /usr/src/sys/dev/sound/usb/uaudio.c

Maybe the current descriptor parsing code is too CPU hungry if the descriptor 
is bad :-)

--HPS



More information about the freebsd-current mailing list