aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove local hacks to set flags now that the device probe does this for us.Nate Lawson2004-10-141-2/+0
* Fix off-by-one error in fd_native_types that results in a panic on bootPeter Edwards2004-10-101-0/+1
* Yet another case of resources:Warner Losh2004-10-051-4/+4
* Only fall back to probing the floppy drives via hints if there is a failureJohn Baldwin2004-09-291-5/+9
* Use the floppy drive unit number to name the /dev entry, not thePoul-Henning Kamp2004-09-251-1/+1
* Few (trailing) whitespace and spelling fixes.Joerg Wunsch2004-09-241-6/+6
* Protect fdc->flags within the worker thread, too.Joerg Wunsch2004-09-241-1/+6
* Lock the flags field with the mutex.Poul-Henning Kamp2004-09-241-8/+25
* Implement terminating the worker thread when the driver is about toJoerg Wunsch2004-09-232-3/+23
* 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-174-28/+4
* Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetNate Lawson2004-09-171-37/+54
* default: case shouldn't set an error yet either.Warner Losh2004-09-161-1/+0
* Reserve the DMA memory at attach time, rather than at use. WhileWarner Losh2004-09-161-15/+12
* For the moment, treat failures to attach floppy drives as non-fatalWarner Losh2004-09-161-2/+0
* Use bus_setup_intr in preference to BUS_SETUP_INTR.Warner Losh2004-09-141-1/+1
* Checkpoint the fdc resource changes:Warner Losh2004-09-144-121/+121
* When ISA_PNP_PROBE is called, it will return 0 when it finds a device,Warner Losh2004-08-311-2/+1
* Fix _FDI drive type probing. The new fd child is not an ACPI device whileNate Lawson2004-08-301-3/+10
* Fix _FDE probing by using the buffer contents instead of the bufferNate Lawson2004-08-301-8/+25
* Hide a printf under bootverbose.Poul-Henning Kamp2004-08-271-1/+3
* Attempt to make the probe for hardware more specific.Poul-Henning Kamp2004-08-211-3/+22
* Remove a check that is too strict. With BIOSen that specify an IO/ctl portNate Lawson2004-08-201-4/+0
* Remove unused file.Poul-Henning Kamp2004-08-201-67/+0
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:Poul-Henning Kamp2004-08-205-1883/+1357
* 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