aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* MF RELENG_5 1.9.2.4: another fdc resource layoutWarner Losh2004-10-281-4/+4
* MFC of 1.296:Peter Edwards2004-10-101-0/+1
* MFC: Fix the fdc_acpi attach function to only fall back to enumeratingJohn Baldwin2004-09-301-5/+9
* MFC: Merge case 8 into the resource allocation from 1.15:Warner Losh2004-09-291-4/+14
* MFC: Use floppy drive unit number, not floppy controller unit numberPoul-Henning Kamp2004-09-251-1/+1
* MFC: Merge in phk's new floppy driver.Warner Losh2004-09-186-2114/+1542
* MFC rev 1.4, 1.5: Fix _FDE and _FDI probing.Nate Lawson2004-09-031-11/+35
* MFC rev 1.11: Remove too-strict register offset check.Nate Lawson2004-08-231-4/+0
* Remove confused comment.Poul-Henning Kamp2004-08-141-4/+0
* Fix ACPI floppy enumeration for three types of divergent behavior.Nate Lawson2004-07-281-40/+90
* Correct typo.Yoshihiro Takahashi2004-07-171-1/+1
* 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-152-15/+31
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticNate Lawson2004-07-152-27/+36
* Add an ACPI floppy drive attachment that probes via the _FDE and _FDINate Lawson2004-07-151-0/+260
* Add a comment separator.Nate Lawson2004-07-141-1/+1
* Remove fdc_alloc_resources, which should have happened in last commit.Warner Losh2004-07-142-143/+2
* Fix the pccard attachment to have a chance of working.Warner Losh2004-07-142-32/+214
* Set fdc_dev in attachWarner Losh2004-07-131-0/+1
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadWarner Losh2004-07-133-0/+5
* Remove unnecessary softc bzero calls.Nate Lawson2004-07-122-2/+0
* Update in preparation for adding the ACPI attachment.Nate Lawson2004-07-124-68/+94
* Until I'm ready to commit the better pccard probe/attach routines, effectivelyWarner Losh2004-07-111-0/+2
* Break out the isa and pccard front ends from fdc. This is the firstWarner Losh2004-07-074-304/+405
* Allocate the DMA channel shareable and only aquire it while thePoul-Henning Kamp2004-07-051-15/+18
* Mark our interrupt shareable and don't insist on DMA. This gets us closerPoul-Henning Kamp2004-07-041-4/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-8/+8
* Use rman_get_start in preference to reaching into the rman structure.Warner Losh2004-05-271-1/+1
* Update to reflect new location in the tree. This has been repo copiedWarner Losh2004-05-171-1/+1
* Fixed breakage of the formatting operation in rev.1.266. The wrongBruce Evans2004-04-251-2/+9
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-9/+7
* Remove unused FDNUMTOUNIT() macroPoul-Henning Kamp2004-02-291-2/+0
* Make mode setting with fdcontrol(8) stick.Poul-Henning Kamp2004-02-251-182/+61
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Workaround some ACPI BIOSen which break the IO port into multipleNate Lawson2004-02-151-1/+35
* Look at the equipment list for amd64 as well as i386 for autodetectingPeter Wemm2003-10-231-2/+2
* Eliminate use bio_blkno.Poul-Henning Kamp2003-10-181-16/+10
* Pick up softc from dev_t rathern than through newbus gymnastics.Poul-Henning Kamp2003-09-171-11/+12
* Since it is static these days, there is no reason to uppercase thePoul-Henning Kamp2003-09-171-4/+4
* Disable the use of cloning use in floppy and CD drivers.Poul-Henning Kamp2003-09-111-6/+6
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-051-3/+19
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-3/+2
* Force media autodetection if the device has lost its parameter table.Yaroslav Tykhiy2003-06-161-1/+7
* If in non-blocking mode, return EAGAIN instead of ENXIOYaroslav Tykhiy2003-06-161-1/+4
* Always set bio_resid properly in fdstrategy(),Yaroslav Tykhiy2003-06-151-3/+2
* Check whether the floppy type pointer has been set before tryingYaroslav Tykhiy2003-06-151-0/+4
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3