aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdcvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+0
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-211-0/+1
* Merge the PC98 fdc(4) driver into the MI driver. While here, replaceJohn Baldwin2014-09-251-0/+2
* MFp4: overhaul of resource allocationWarner Losh2005-01-191-13/+11
* Use the standard FreeBSD licenseWarner Losh2005-01-111-7/+5
* Implement terminating the worker thread when the driver is about toJoerg Wunsch2004-09-231-0/+2
* The long dead hand of the past has pushed forward useless bits in thisWarner Losh2004-09-171-3/+0
* Checkpoint the fdc resource changes:Warner Losh2004-09-141-3/+6
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-61/+8
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticNate Lawson2004-07-151-2/+4
* Update in preparation for adding the ACPI attachment.Nate Lawson2004-07-121-0/+10
* Break out the isa and pccard front ends from fdc. This is the firstWarner Losh2004-07-071-0/+134