Subject: Re: floppy driver has hung ...
To: matthew green <mrg@eterna.com.au>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 12/07/1996 22:40:51
> so, i copied some files on to a msdosfs floppy, and then did "eject fd",
> and got greeted with one of these:
> 
> fd0: timeout: state 7
> fdc: spurious interrupt: state 8, istate=3

Funny, the driver seems to think there's still an I/O operation to finish.

An eject request should probably be vetoed if the controller is busy, but
I think you'd also get this when ejecting while still mounted.

Anyway, the fd driver needs some more work as it also gets confused by
audio soft interrupts...

-pk