On Sat, Nov 12, 2005 at 10:14:22AM -0600, Matthew D. Fuller wrote:
 > On Sat, Nov 12, 2005 at 04:44:18PM +0900 I heard the voice of
 > Pyun YongHyeon, and lo! it spake thus:
 > > 
 > > Yes, it could be. But I think the machine is fast enough to read
 > > sequential blocks.
 > 
 > Try running it without SMP.  There may be enough happening in the MP
 > locking bit that you end up falling behind.  I remember noticing crap
 > fdc performance (without larger block sizes) on my dual PPro a little
 > while back.
 > 
Hmm, I think this is not the case as interrupt handler on fdc was
registered with FAST handler. In addition, the handler just invokes
wakeup(9), without any lock operations, to wake up kernel floppy
worker thread.
Note, I see the same issue on UP sparc64 too.
-- 
Regards,
Pyun YongHyeon
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to