summaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_isa.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06fd/fdc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2019-12-04Regularize my copyright noticeWarner Losh
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-21Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2005-03-15If we fail a sanity check for the resources just allocated, make sureWarner Losh
2005-03-14Only allocate 1 port for non-zero rids. Either we'll get the properWarner Losh
2005-03-10Fix a couple of problems with the probe code when used with pnpbiosWarner Losh
2005-01-20Mask off the upper bits of the resource before using it as an indexWarner Losh
2005-01-19MFp4: overhaul of resource allocationWarner Losh
2005-01-11Use the standard FreeBSD licenseWarner Losh
2004-10-05Yet another case of resources:Warner Losh
2004-09-20das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5Warner Losh
2004-09-17The long dead hand of the past has pushed forward useless bits in thisWarner Losh
2004-09-14Checkpoint the fdc resource changes:Warner Losh
2004-08-31When ISA_PNP_PROBE is called, it will return 0 when it finds a device,Warner Losh
2004-08-20Remove a check that is too strict. With BIOSen that specify an IO/ctl portNate Lawson
2004-08-20Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp
2004-07-17Remove duplicate include.Yoshihiro Takahashi
2004-07-16Be consistant with probeWarner Losh
2004-07-15Clean up resources properly if attach fails. Always reset ISA drives onNate Lawson
2004-07-14Remove fdc_alloc_resources, which should have happened in last commit.Warner Losh
2004-07-14Fix the pccard attachment to have a chance of working.Warner Losh
2004-07-13Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadWarner Losh
2004-07-12Remove unnecessary softc bzero calls.Nate Lawson
2004-07-12Update in preparation for adding the ACPI attachment.Nate Lawson
2004-07-07Break out the isa and pccard front ends from fdc. This is the firstWarner Losh