NetBSD/sys/arch/x68k
tsutsui ef54da0a01 Fix hangup on the first floppy access since 2008.
Problem was reported by isaki@.

On X680x0 (and most other machines other than ISA FDC),
the ready line from FDD is connected to FDC and fdc driver can
be notified of the ready state after fd_set_motor() by interrupts.
In this case no need to use callout(9) to wait the FDD motor stabilized,
and the callout(9) method used in ISA fdc(4) driver rather caused
infinite unhandled interrupts since callout(9) was no longer invoked
during interrupt storm after vmlocking2 merge, I guess.

Should be pulled up to netbsd-5.
2011-04-10 15:23:06 +00:00
..
compile
conf umass doesn't take channel. 2011-03-17 13:26:51 +00:00
dev Fix hangup on the first floppy access since 2008. 2011-04-10 15:23:06 +00:00
include Fix typo in comment. 2011-03-24 15:05:55 +00:00
stand Poll the next medium on both drive of #0 and #1. 2011-04-07 13:38:21 +00:00
usr.bin Modernize and clean up. 2009-11-28 02:56:14 +00:00
x68k Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
Makefile x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@. 2008-12-20 13:20:58 +00:00