freebsd-drivers

[Prev] Thread [Next]  |  [Prev] Date [Next]

Re: kern/118093: firewire bus reset hogs CPU, causing data to be lost Dieter Tue Dec 16 22:00:27 2008

Sean>  Which file in dev/firewire are you looking at?

fwohci.c  and  firewire.c

examples:

printf("non CYCLEMASTER mode\n");

device_printf(fc->dev, "Initiate bus reset\n");

-------------------

Warner>  This can't be the case.  There's no SPL involved at all.  Maybe
Warner>  removing the printfs causes an interrupt to be serviced faster,
Warner>  resulting in what appears to be better performance...

With the printfs, Ethernet is not getting serviced.  This
is repeatable and easily reproduced.   Without the printfs,
it seems ok.

If it isn't spl, what is locking out Ethernet?
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-drivers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"