If polling is enabled network on fwip interface stops working after you try to transfer a large file over it. After that even ping doesn't work. Only solution is to reboot. I have not tested fwe (ethernet over firewire) interface, but it might have the same problem. Fix: Don't enable polling until this is resolved. How-To-Repeat: Try transfering a large file over fwip interface with polling enabled using above configuration.
Responsible Changed From-To: freebsd-bugs->freebsd-firewire Over to maintainer(s).
simokawa 2007-10-25 06:10:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire fwohci.c Log: Temporary fix for polling. - fwohci_arcv() has a problem if the number of packets to be processed is limited. - RELENG_7 and -current already have a same workaround. Reported by: ikob PR: kern/85434 Revision Changes Path 1.81.2.5 +1 -1 src/sys/dev/firewire/fwohci.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->feedback I have committed a workaround. Sorry for the delay.
I have just tested the same scenario using RELENG_7 and I couldn't reproduce the problem. So I think this PR should be closed. Many thanks for the workaround! ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
State Changed From-To: feedback->closed closed per submitter's request...