freebsd-nq/sys/i386
Joerg Wunsch 5d04c702eb Several minor fixes to the floppy driver:
.	avoid resetting the FDC every time the last motor is going off;
	instead, give it a 60-second period for possible later reactivation.
	This prevents us from needing to recalibrate the FDC too often,
	but still allows for an ``automagic error recovery', just in case the
	controller is absolutely stuck. (Simply wait for 60 seconds, and
	try it again.)

.	made the floppy head settle time after a seek a constant
	that might be overridden by a config option. (Well, actually the
	divisor of the settle time). Pepople often reported problems with
	their floppies, so i need a simply mechanism that allows them
	to play with that value. (I personally cannot find any problem
	on *my* drives.)

.	implement the FD_DEBUG ioctl command, in case the driver
	is compiled with DEBUG turned on.

.	removed a bogus parameter from a printf; the remaining warnings
	from gcc -Wall seem to be warnings about the %b format gcc cannot
	understand

.	rearrange Garett's code to fit better in the existing structure
	of #define/type/function ordering.

.	make everything fit into 79 columns again.
1994-10-30 20:04:40 +00:00
..
apm Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
bios Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
boot A new Makefile, which is more our kind of makefile. 1994-10-28 22:13:22 +00:00
conf IP Firewall code from Daniel Boulet and J.S.Antsilevich 1994-10-28 15:09:49 +00:00
eisa Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
i386 Fixed Jordan's editing mistake that caused this to puke. 1994-10-28 18:50:36 +00:00
ibcs2 First shot README file for iBCS support 1994-10-23 19:20:57 +00:00
include Included the command definition for FD_DEBUG. 1994-10-30 19:17:39 +00:00
isa Several minor fixes to the floppy driver: 1994-10-30 20:04:40 +00:00
pci Submitted by: Paul F. Werkowski 1994-10-30 00:30:27 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00