summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* If we fail a sanity check for the resources just allocated, make sureimp2005-03-151-1/+3
* Only allocate 1 port for non-zero rids. Either we'll get the properimp2005-03-141-1/+1
* Fix a couple of problems with the probe code when used with pnpbiosimp2005-03-101-9/+23
* Mask off the upper bits of the resource before using it as an indeximp2005-01-201-3/+10
* MFp4: overhaul of resource allocationimp2005-01-191-96/+53
* Use the standard FreeBSD licenseimp2005-01-111-7/+5
* Yet another case of resources:imp2004-10-051-4/+4
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5imp2004-09-201-4/+14
* The long dead hand of the past has pushed forward useless bits in thisimp2004-09-171-4/+0
* Checkpoint the fdc resource changes:imp2004-09-141-68/+58
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,imp2004-08-311-2/+1
* Remove a check that is too strict. With BIOSen that specify an IO/ctl portnjl2004-08-201-4/+0
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-201-61/+12
* Remove duplicate include.nyan2004-07-171-1/+0
* Be consistant with probeimp2004-07-161-2/+1
* Clean up resources properly if attach fails. Always reset ISA drives onnjl2004-07-151-13/+19
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-141-0/+1
* Fix the pccard attachment to have a chance of working.imp2004-07-141-11/+165
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadimp2004-07-131-0/+2
* Remove unnecessary softc bzero calls.njl2004-07-121-1/+0
* Update in preparation for adding the ACPI attachment.njl2004-07-121-11/+8
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-071-0/+145
OpenPOWER on IntegriCloud