summaryrefslogtreecommitdiff
path: root/sys/dev/fdc/fdc_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
* 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-95/+52
* 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