Convert NetBSD >> FreeBSD

2007-03-29 Thread Anne
Hi, I have now tracked down and got a c file for a driver I think will work with FreeBSD. What tools do I use to do a conversion from netBSD .c file to FreeBSD .c file? Cheers John ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken

2007-03-29 Thread grem
PR number changed... see below Hans Petter Selasky wrote: > On Thursday 29 March 2007 02:17, Michael Gmelin wrote: >>> Number: 110989 >>> Category: usb >>> Synopsis: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is >>> broken Confidential: no >>> Severity: serious

Re: usb/110855: ugen: interrupt in msgs are truncated when buffer is full

2007-03-29 Thread Markus Henschel
Hans Petter Selasky schrieb: > > Does it hang as long as before ? > > If you try to increase the delay again, does that help? > > Edit sys/dev/usb/umass.c > > Then lookup: > > usbd_delay_ms(uaa->device, 1000); > > Change it into: > > usbd_delay_ms(uaa->device, 5000); > >> Thank you for your

Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken

2007-03-29 Thread Alexander Leidinger
The following reply was made to PR usb/110988; it has been noted by GNATS. From: Alexander Leidinger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: usb/110988: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken Date: Thu, 29 Mar 2007 11:53:07 +0200 Anyone handlin