summaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.Nate Lawson2006-02-211-2/+0
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Only fall back to probing the floppy drives via hints if there is a failureJohn Baldwin2004-09-291-5/+9
* The long dead hand of the past has pushed forward useless bits in thisWarner Losh2004-09-171-1/+0
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetNate Lawson2004-09-171-37/+54
* default: case shouldn't set an error yet either.Warner Losh2004-09-161-1/+0
* For the moment, treat failures to attach floppy drives as non-fatalWarner Losh2004-09-161-2/+0
* Fix _FDI drive type probing. The new fd child is not an ACPI device whileNate Lawson2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the bufferNate Lawson2004-08-301-8/+25
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-30/+1
* Fix ACPI floppy enumeration for three types of divergent behavior.Nate Lawson2004-07-281-40/+90
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDINate Lawson2004-07-151-0/+260