sbp_targ errors with windows initiators
Sean Bruno
sbruno at miralink.com
Fri Jun 13 05:19:37 UTC 2008
Sean Bruno wrote:
> Hidetoshi Shimokawa wrote:
>> It could be that windows sends requests before FreeBSD finish bus
>> probing..
>>
It seems that by adjusting the callout timer in firewire.c:fw_sidrcv()
from 1/4 a hz to 1/10 a hz:
callout_reset(&fc->busprobe_callout, hz/10,
(void *)fw_bus_probe, (void *)fc);
I've been able to get a reliable detection of the sbp_targ by a FreeBSD
initiator. Is this a correct way of fixing my issue?
Sean
More information about the freebsd-firewire
mailing list