Re: svn commit: r183866 - head/sys/dev/usb

2008-10-16 Thread Attilio Rao
2008/10/16, Rafal Jaworowski <[EMAIL PROTECTED]>: > Attilio Rao wrote: > [...] > > > >> > >> Added: head/sys/dev/usb/ehci_mbus.c > > > [...] > > > > Why this includes lockmgr? > > I don't think it needs. > > > It seems required by ehci_softc: struct lock (sc_doorbell_lock) field. Ah gah. IIR

Re: svn commit: r183866 - head/sys/dev/usb

2008-10-16 Thread Rafal Jaworowski
Attilio Rao wrote: [...] >> >> Added: head/sys/dev/usb/ehci_mbus.c [...] > Why this includes lockmgr? > I don't think it needs. It seems required by ehci_softc: struct lock (sc_doorbell_lock) field. Rafal ___ svn-src-all@freebsd.org mailing list htt

Re: svn commit: r183866 - head/sys/dev/usb

2008-10-14 Thread Attilio Rao
2008/10/14, Rafal Jaworowski <[EMAIL PROTECTED]>: > Author: raj > Date: Tue Oct 14 07:05:20 2008 > New Revision: 183866 > URL: http://svn.freebsd.org/changeset/base/183866 > > Log: > Mbus attachment for USB EHCI integrated controller on Marvell chips. > > This includes workarounds required

Re: svn commit: r183866 - head/sys/dev/usb

2008-10-14 Thread Nick Hibma
Should this be added to the ehci module in /sys/modules/ehci? I created those modules not so long ago. Nick > Author: raj > Date: Tue Oct 14 07:05:20 2008 > New Revision: 183866 > URL: http://svn.freebsd.org/changeset/base/183866 > > Log: > Mbus attachment for USB EHCI integrated controller on

svn commit: r183866 - head/sys/dev/usb

2008-10-14 Thread Rafal Jaworowski
Author: raj Date: Tue Oct 14 07:05:20 2008 New Revision: 183866 URL: http://svn.freebsd.org/changeset/base/183866 Log: Mbus attachment for USB EHCI integrated controller on Marvell chips. This includes workarounds required for the ehci(4) to handle some non-standard behaviour of these dev