aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* fd/fdc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-211-1/+3
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+2
* If we fail a sanity check for the resources just allocated, make sureWarner Losh2005-03-151-1/+3
* Only allocate 1 port for non-zero rids. Either we'll get the properWarner Losh2005-03-141-1/+1
* Fix a couple of problems with the probe code when used with pnpbiosWarner Losh2005-03-101-9/+23
* Mask off the upper bits of the resource before using it as an indexWarner Losh2005-01-201-3/+10
* MFp4: overhaul of resource allocationWarner Losh2005-01-191-96/+53
* Use the standard FreeBSD licenseWarner Losh2005-01-111-7/+5
* Yet another case of resources:Warner Losh2004-10-051-4/+4
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5Warner Losh2004-09-201-4/+14
* The long dead hand of the past has pushed forward useless bits in thisWarner Losh2004-09-171-4/+0
* Checkpoint the fdc resource changes:Warner Losh2004-09-141-68/+58
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,Warner Losh2004-08-311-2/+1
* Remove a check that is too strict. With BIOSen that specify an IO/ctl portNate Lawson2004-08-201-4/+0
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-201-61/+12
* Remove duplicate include.Yoshihiro Takahashi2004-07-171-1/+0
* Be consistant with probeWarner Losh2004-07-161-2/+1
* Clean up resources properly if attach fails. Always reset ISA drives onNate Lawson2004-07-151-13/+19
* Remove fdc_alloc_resources, which should have happened in last commit.Warner Losh2004-07-141-0/+1
* Fix the pccard attachment to have a chance of working.Warner Losh2004-07-141-11/+165
* 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-11/+8
* Break out the isa and pccard front ends from fdc. This is the firstWarner Losh2004-07-071-0/+145