> ...so how does a sata patch break usb?
Something related interrupt? usb(4) attachment runs in thread context.
Masao
On Sun, Mar 07, 2010 at 12:13:38AM +0100, Bernd Ernesti wrote:
> > Log Message:
> > Pull up the following revisions(s) (requested by bouyer in ticket #1317):
> >sys/dev/ic/ahcisata_core.c: revision 1.23
> >
> > Move ahci_channel_start() after BSY has cleared (do not touch SError while
On Sat, Mar 06, 2010 at 10:10:46PM +, Stephen Borrill wrote:
> Module Name: src
> Committed By: sborrill
> Date: Sat Mar 6 22:10:46 UTC 2010
>
> Modified Files:
> src/sys/dev/ic [netbsd-5]: ahcisata_core.c
>
> Log Message:
> Pull up the following revisions(s) (requested by bou