aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-211-1/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-2/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Remove duplicate header includesKevin Lo2011-06-281-2/+0
* Eliminate an unused variable reported by coverityWarner Losh2008-11-231-4/+2
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-1/+1
* MFp4: overhaul of resource allocationWarner Losh2005-01-191-14/+16
* Use the standard FreeBSD licenseWarner Losh2005-01-111-7/+5
* Checkpoint the fdc resource changes:Warner Losh2004-09-141-4/+10
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-16/+7
* Clean up resources properly if attach fails. Always reset ISA drives onNate Lawson2004-07-151-2/+12
* Add a comment separator.Nate Lawson2004-07-141-1/+1
* Fix the pccard attachment to have a chance of working.Warner Losh2004-07-141-21/+49
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadWarner Losh2004-07-131-0/+2
* Remove unnecessary softc bzero calls.Nate Lawson2004-07-121-1/+0
* Update in preparation for adding the ACPI attachment.Nate Lawson2004-07-121-12/+5
* Until I'm ready to commit the better pccard probe/attach routines, effectivelyWarner Losh2004-07-111-0/+2
* Break out the isa and pccard front ends from fdc. This is the firstWarner Losh2004-07-071-0/+114