aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the acpi attachment to always start the worker thread.John Baldwin2016-05-041-3/+2
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-211-0/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).Jung-uk Kim2010-05-301-1/+3
* Remove _FDE quirk handling as these quirks are automatically repairedJung-uk Kim2009-12-141-57/+4
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* 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