Re: your RELENG_5 usb patches (was: Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h)

2006-02-16 Thread Juergen Lock
On Thu, Feb 16, 2006 at 02:04:54AM +, Ian Dowse wrote: In message [EMAIL PROTECTED], Juergen Lock writes: I finally got around testing this patch on today's RELENG_5. I built my custom kernel (mostly based on GENERIC but with ehci), booted that, copied the kernel to an 16 MB sdcard i had

Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h

2006-02-01 Thread Ian Dowse
In message [EMAIL PROTECTED], Peter Jeremy writes: On Tue, 2006-Jan-31 22:00:21 +, Ian Dowse wrote: In the case of USB, there is actually no need for it to perform large contiguous allocations because the host controllers all support some limited scatter-gather functionality so they can mostly

Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h

2006-01-31 Thread Juergen Lock
On Tue, Jan 31, 2006 at 01:12:35AM +, Ian Dowse wrote: In message [EMAIL PROTECTED], Juergen Lock writes: Alright, here comes that: intr_context = 3, Interesting - this actually suggests that two threads might be in the the interrupt service routine at the same time, which should

Re: cvs commit: src/sys/dev/usb ehci.c ehci_pci.c ehcivar.h

2006-01-26 Thread Juergen Lock
On Thu, Jan 26, 2006 at 02:03:28AM +, Ian Dowse wrote: In message [EMAIL PROTECTED], Juergen Lock writes: Can this commit, http://lists.freebsd.org/pipermail/cvs-src/2006-January/058150.html (sorry I dont have the msgid) be mfc'd to 6 and 5 before the freeze? I merged (cvs up -j...) it on