Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/28/1995 10:50:02
perry
Thu Dec 28 10:49:00 EST 1995
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/users/perry/work/i386/isa

Modified Files:
	fd.c 
Log Message:
fixed my own pr 1758 -- the floppy drive motor was not being turned off
at halt time, especially if a floppy was mounted. Added a shutdown hook
to turn off the motor. Per a request by mycroft, the cookie from the hook
is saved in a new member I added to the fd_softc structure.