aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
Commit message (Expand)AuthorAgeFilesLines
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+4
* Fix style nits. No md5 changes in .o's. ;-)Jung-uk Kim2006-09-081-2/+2
* Restore Digital Outpur Register (DOR) for enhanced controller after reset.Jung-uk Kim2006-08-291-2/+2
* Assume floppy disk is not inserted when we have exhausted retries. ThisJung-uk Kim2006-07-121-0/+3
* Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.Jung-uk Kim2006-07-061-8/+24
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sJohn Baldwin2006-02-231-9/+5
* Remove unused variable.Nate Lawson2006-02-211-2/+0
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues2005-08-301-1/+1
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-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
* Add missing ()Poul-Henning Kamp2005-02-281-3/+3
* Add missing va_end() in fdc_cmd.Pyun YongHyeon2005-02-281-2/+5
* 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-194-158/+134
* Use the standard FreeBSD licenseWarner Losh2005-01-113-21/+15
* Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp2004-12-121-1/+7
* Properly wither the geom container on detach. This will allow one toWarner Losh2004-11-211-0/+5
* Add the last missing bits to make this unloadable: Two wakeups andPoul-Henning Kamp2004-11-081-3/+11
* Remove a duplicate code.Yoshihiro Takahashi2004-10-301-1/+0
* Now that filesystems respect and understand GEOM access counts, refusePoul-Henning Kamp2004-10-291-2/+0
* Properly handle failure to allocate isadma bounce bufferPoul-Henning Kamp2004-10-221-2/+6
* Remove unused variable. Pointy hat candidate.Nate Lawson2004-10-151-1/+0
* 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