summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).jkim2010-05-301-1/+3
* Remove _FDE quirk handling as these quirks are automatically repairedjkim2009-12-141-57/+4
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Remove unused variable.njl2006-02-211-2/+0
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Only fall back to probing the floppy drives via hints if there is a failurejhb2004-09-291-5/+9
* The long dead hand of the past has pushed forward useless bits in thisimp2004-09-171-1/+0
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetnjl2004-09-171-37/+54
* default: case shouldn't set an error yet either.imp2004-09-161-1/+0
* For the moment, treat failures to attach floppy drives as non-fatalimp2004-09-161-2/+0
* Fix _FDI drive type probing. The new fd child is not an ACPI device whilenjl2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the buffernjl2004-08-301-8/+25
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-201-30/+1
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDInjl2004-07-151-0/+260
OpenPOWER on IntegriCloud