summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+4
* Fix style nits. No md5 changes in .o's. ;-)jkim2006-09-081-2/+2
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.jkim2006-08-291-2/+2
* Assume floppy disk is not inserted when we have exhausted retries. Thisjkim2006-07-121-0/+3
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.jkim2006-07-061-8/+24
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* FDOPT_NORETRY is an option, and must be compared with fd->options,rodrigc2005-08-301-1/+1
* Add missing ()phk2005-02-281-3/+3
* Add missing va_end() in fdc_cmd.yongari2005-02-281-2/+5
* MFp4: overhaul of resource allocationimp2005-01-191-35/+54
* Pass the file->flags down to geom ioctl handlers.phk2004-12-121-1/+7
* Properly wither the geom container on detach. This will allow one toimp2004-11-211-0/+5
* Add the last missing bits to make this unloadable: Two wakeups andphk2004-11-081-3/+11
* Remove a duplicate code.nyan2004-10-301-1/+0
* Now that filesystems respect and understand GEOM access counts, refusephk2004-10-291-2/+0
* Properly handle failure to allocate isadma bounce bufferphk2004-10-221-2/+6
* Remove unused variable. Pointy hat candidate.njl2004-10-151-1/+0
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-141-2/+0
* Fix off-by-one error in fd_native_types that results in a panic on bootpeadar2004-10-101-0/+1
* Use the floppy drive unit number to name the /dev entry, not thephk2004-09-251-1/+1
* Few (trailing) whitespace and spelling fixes.joerg2004-09-241-6/+6
* Protect fdc->flags within the worker thread, too.joerg2004-09-241-1/+6
* Lock the flags field with the mutex.phk2004-09-241-8/+25
* Implement terminating the worker thread when the driver is about tojoerg2004-09-231-3/+21
* The long dead hand of the past has pushed forward useless bits in thisimp2004-09-171-20/+4
* Reserve the DMA memory at attach time, rather than at use. Whileimp2004-09-161-15/+12
* Use bus_setup_intr in preference to BUS_SETUP_INTR.imp2004-09-141-1/+1
* Checkpoint the fdc resource changes:imp2004-09-141-46/+47
* Hide a printf under bootverbose.phk2004-08-271-1/+3
* Attempt to make the probe for hardware more specific.phk2004-08-211-3/+22
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-201-1715/+1329
* Remove confused comment.phk2004-08-141-4/+0
* Correct typo.nyan2004-07-171-1/+1
* Re-work for fdc_acpi. Expose fdc_add_child() and move the staticnjl2004-07-151-25/+32
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-141-143/+1
* Set fdc_dev in attachimp2004-07-131-0/+1
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadimp2004-07-131-0/+1
* Update in preparation for adding the ACPI attachment.njl2004-07-121-45/+71
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-071-304/+12
* Allocate the DMA channel shareable and only aquire it while thephk2004-07-051-15/+18
* Mark our interrupt shareable and don't insist on DMA. This gets us closerphk2004-07-041-4/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-8/+8
* Use rman_get_start in preference to reaching into the rman structure.imp2004-05-271-1/+1
* Update to reflect new location in the tree. This has been repo copiedimp2004-05-171-1/+1
* Fixed breakage of the formatting operation in rev.1.266. The wrongbde2004-04-251-2/+9
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+7
* Remove unused FDNUMTOUNIT() macrophk2004-02-291-2/+0
* Make mode setting with fdcontrol(8) stick.phk2004-02-251-182/+61
* Device megapatch 4/6:phk2004-02-211-1/+2
OpenPOWER on IntegriCloud