simokawa2008-05-10 13:40:42 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
- Fix panic on detach.
- Fix a comment.
MFC after: 2 weeks
Revision ChangesPath
1.102 +4 -1 src/sys/dev/firewire/firewire.c
1.95
At Sat, 9 Jun 2007 05:49:20 +0900,
Hidetoshi Shimokawa wrote:
>
> No.
> See the manpage of sbp(4) and tune hw.firewire.hold_count as you like.
Thanks.
--
Rui Paulo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
T
No.
See the manpage of sbp(4) and tune hw.firewire.hold_count as you like.
On 6/9/07, Rui Paulo <[EMAIL PROTECTED]> wrote:
At Fri, 8 Jun 2007 07:53:59 + (UTC),
Hidetoshi Shimokawa wrote:
>
> simokawa2007-06-08 07:53:59 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/
At Fri, 8 Jun 2007 07:53:59 + (UTC),
Hidetoshi Shimokawa wrote:
>
> simokawa2007-06-08 07:53:59 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/firewire firewire.c fwohci.c
> Log:
> Fix a race after a bus reset.
> - We are in FWBUSINIT state just after SID
simokawa2007-06-08 09:04:30 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
Timestamp after sent.
Revision ChangesPath
1.97 +3 -4 src/sys/dev/firewire/firewire.c
1.93 +1 -0 src/sys/dev/firewire/fwohci.c
__
simokawa2007-06-08 07:53:59 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire firewire.c fwohci.c
Log:
Fix a race after a bus reset.
- We are in FWBUSINIT state just after SID interrupt.
- Do not pass normal xfers before bus probe is done.
Revision Changes