Re: USB OHCI problems...

2004-12-01 Thread Barry Bouwsma
[drop me from any replies, and I'll catch up from the archives, thanx] On Wed, 1 Dec 2004 10:48:42 +1030, Daniel O'Connor wrote: In addition, I've connected a uaudio sound device, which works to play audio for between 10 and 13 minutes, before bombing out with an error in

Re: USB OHCI problems...

2004-12-01 Thread Hans Petter Selasky
On Tue, Nov 30, 2004 at 06:16:03PM +0100, Hans Petter Selasky wrote: Hi, http://home.c2i.net/hselasky/isdn4bsd/privat/usb/Makefile http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.diff.bz2 http://home.c2i.net/hselasky/isdn4bsd/privat/usb/new_usb_1_5_4.tar.bz2 I fixed a small

Re: USB OHCI problems...

2004-11-30 Thread Barry Bouwsma
Just to add to what I wrote at the end of October: Anyway, under FreeBSD-4 with kernel modules built 10.August from source that I believe is based on FreeBSD-5-current of that era, I'm seeing corruption of data read from umass devices attached to an OHCI controller card. Use of a UHCI

Re: USB OHCI problems...

2004-11-30 Thread Hans Petter Selasky
Hi, I've got a new USB driver (with OHCI isoc fixed). You need FreeBSD 5.2/5.3 to get it compiled. You might be able to get it compiled on FreeBSD 4.x, but you will need to to some hacking. For example you need to add to dev/usb2/usb_port.h : #ifndef MTX #define MTX struct mtx { int s;

Re: USB OHCI problems...

2004-11-30 Thread Daniel O'Connor
On Tue, 30 Nov 2004 23:40, Barry Bouwsma wrote: In addition, I've connected a uaudio sound device, which works to play audio for between 10 and 13 minutes, before bombing out with an error in ohci_device_isoc_enter(), tripping over one of the two On a side note.. How are you testing it? Last

USB OHCI problems...

2004-10-21 Thread Barry Bouwsma
Apologies for this posting, as so far as I know it's a known issue that the USB OHCI code has some problems, or perhaps that there have been code commits in the last weeks so this is no longer a problem... Anyway, under FreeBSD-4 with kernel modules built 10.August from source that I believe is