freebsd-dev/sys/dev/fdc
Peter Wemm a2639a184d Add a truely evil workaround (hack!) for some unfortunate BIOS
programming practices.  It seems that newer fdc chips have an
alternative way of setting the transfer speed (including high speed
modes for floppy tape) that doesn't use the control register (which
we don't support - we use the old way only).  So, they (the BIOS
programmers) sometimes leave out the 0x3f6 control register from
the PnP ports descriptor(!!).  "Hey, it works with windows, so
what's the problem?" :-(  Anyway, this hack tries to compensate
for that.  This was discussed with dfr (who did the pnp attachment).
1999-12-06 06:59:09 +00:00
..
fdc.c Add a truely evil workaround (hack!) for some unfortunate BIOS 1999-12-06 06:59:09 +00:00
fdcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00