Re: usb/79893: commit references a PR

2007-07-04 Thread dfilter service
The following reply was made to PR usb/79893; it has been noted by GNATS. From: [EMAIL PROTECTED] (dfilter service) To: [EMAIL PROTECTED] Cc: Subject: Re: usb/79893: commit references a PR Date: Thu, 5 Jul 2007 05:26:15 + (UTC) imp 2007-07-05 05:26:08 UTC FreeBSD src reposito

Re: usb/79893: [umass] [patch] new usbdevs/umass quirks derived from Linux

2007-07-04 Thread Warner Losh
Synopsis: [umass] [patch] new usbdevs/umass quirks derived from Linux State-Changed-From-To: open->patched State-Changed-By: imp State-Changed-When: Wed Jul 4 23:26:30 MDT 2007 State-Changed-Why: committed http://www.freebsd.org/cgi/query-pr.cgi?pr=79893 _

Re: usb/99419: commit references a PR

2007-07-04 Thread dfilter service
The following reply was made to PR usb/99419; it has been noted by GNATS. From: [EMAIL PROTECTED] (dfilter service) To: [EMAIL PROTECTED] Cc: Subject: Re: usb/99419: commit references a PR Date: Thu, 5 Jul 2007 04:06:05 + (UTC) imp 2007-07-05 04:05:52 UTC FreeBSD src reposito

Re: usb/114310: USB hub attachment panics kernel during libusb device scan

2007-07-04 Thread M. Warner Losh
The following reply was made to PR usb/114310; it has been noted by GNATS. From: "M. Warner Losh" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/114310: USB hub attachment panics kernel during libusb device scan Date: Wed, 04 Jul 2007 22:03:35 -0600 (MDT) Would

Re: usb/99419: external usb harddrive slow to accept

2007-07-04 Thread Warner Losh
Synopsis: external usb harddrive slow to accept State-Changed-From-To: open->patched State-Changed-By: imp State-Changed-When: Wed Jul 4 22:01:50 MDT 2007 State-Changed-Why: Committed! http://www.freebsd.org/cgi/query-pr.cgi?pr=99419 ___ freebsd-usb@f

usb/114310: USB hub attachment panics kernel during libusb device scan

2007-07-04 Thread Victor Liu
>Number: 114310 >Category: usb >Synopsis: USB hub attachment panics kernel during libusb device scan >Confidential: no >Severity: critical >Priority: medium >Responsible:freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Cla

Re: New USB stack and Zero copy.

2007-07-04 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Wed, Jul 04, 2007 at 09:01 +0200: > I want to get rid of the copying between DMA'able memory and non-DMA'able > memory. > > Currently I allocate N memory-pages for each USB transfer like separate pages. How do you allocate these pages? With malloc(9) or

Re: libusb usb_interrupt_read hangs under FreeBSD

2007-07-04 Thread Xiaofan Chen
On 4/4/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: > On Wednesday 04 April 2007 01:55, Xiaofan Chen wrote: > > On 4/3/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I think that your device is broken, and goes bad when it receives a > > > clear-stall request for th

New USB stack and Zero copy.

2007-07-04 Thread Hans Petter Selasky
Hi, I want to get rid of the copying between DMA'able memory and non-DMA'able memory. Currently I allocate N memory-pages for each USB transfer like separate pages. The bus-dma system then assigns all of these pages each their virtual address. What I see is that when I allocate more than PAGE