Re: Sleeping in USB network drivers

[ Available lists | Index of freebsd-net | Month of Jun 2006 | Week of 7 Jun 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Scott Ullrich <sullrich@gmail.com>
Date
7 Jun 2006 21:55:26
Subject
Re: Sleeping in USB network drivers
Message-ID
d5992baf0606071244i8ed6155x259410c9972ad18d@mail.gmail.com

In reply to
Referenced by

[ Hide this part ]
On 6/7/06, Sergey Matveychuk <sem@freebsd.org> wrote:
> It was discussed in usb@. Shortly, USB stack should be rewritten.
> The patch can be found at
> http://www.turbocat.net/~hselasky/usb4bsd/index.html

Interesting. Do you have an updated patch set for RELENG_6_1? If
not, I guess I could manually patch it by hand but I was planning on
including this in pfSense if I can get it working correctly.

Patching file sys/dev/sound/usb/uaudio.c using Plan A...
Hunk #1 failed at 3687.
1 out of 1 hunks failed--saving rejects to sys/dev/sound/usb/uaudio.c.rej

Patching file sys/dev/sound/usb/uaudio.c using Plan A...
Hunk #1 failed at 3687.
1 out of 1 hunks failed--saving rejects to sys/dev/sound/usb/uaudio.c.rej
Hmm... The next patch looks like a new-style context diff to me...

Patching file sys/dev/usb/ukbd.c using Plan A...
Hunk #1 succeeded at 53 (offset -1 lines).
Hunk #2 succeeded at 238 (offset -1 lines).
Hunk #3 failed at 685.
Hunk #4 succeeded at 693 (offset -1 lines).
1 out of 4 hunks failed--saving rejects to sys/dev/usb/ukbd.c.rej

Patching file sys/dev/usb/umass.c using Plan A...
Hunk #1 succeeded at 110.
Hunk #2 failed at 929.
Hunk #3 succeeded at 1238 (offset 59 lines).
Hunk #4 succeeded at 1558 (offset 8 lines).
1 out of 4 hunks failed--saving rejects to sys/dev/usb/umass.c.rej

Scott


Elapsed time: 0.166 seconds