summaryrefslogtreecommitdiff
path: root/sys/dev/fdc
AgeCommit message (Expand)Author
2008-11-23Eliminate an unused variable reported by coverityWarner Losh
2008-11-15- Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].Jung-uk Kim
2008-01-11The wakeup() line from the rev. 1.319 is wrong and reintroducesKonstantin Belousov
2008-01-11Fix unload of the fdc.ko:Konstantin Belousov
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-02-27Always protect the kthread flags with the lock and close a race withJohn Baldwin
2007-02-23Use tsleep() rather than msleep() with a NULL mtx parameter.John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-09-08Fix style nits. No md5 changes in .o's. ;-)Jung-uk Kim
2006-08-29Restore Digital Outpur Register (DOR) for enhanced controller after reset.Jung-uk Kim
2006-07-12Assume floppy disk is not inserted when we have exhausted retries. ThisJung-uk Kim
2006-07-06Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4.Jung-uk Kim
2006-02-23- Use callout_init_mtx() to initialize toffhandle callout using the fdc'sJohn Baldwin
2006-02-21Remove unused variable.Nate Lawson
2005-09-11Canonize the include of acpi.h.David E. O'Brien
2005-08-30FDOPT_NORETRY is an option, and must be compared with fd->options,Craig Rodrigues
2005-06-24Eliminate unused argument in PCMCIA_CARD macro.Warner Losh
2005-03-15If we fail a sanity check for the resources just allocated, make sureWarner Losh
2005-03-14Only allocate 1 port for non-zero rids. Either we'll get the properWarner Losh
2005-03-10Fix a couple of problems with the probe code when used with pnpbiosWarner Losh
2005-02-28Add missing ()Poul-Henning Kamp
2005-02-28Add missing va_end() in fdc_cmd.Pyun YongHyeon
2005-01-20Mask off the upper bits of the resource before using it as an indexWarner Losh
2005-01-19MFp4: overhaul of resource allocationWarner Losh
2005-01-11Use the standard FreeBSD licenseWarner Losh
2004-12-12Pass the file->flags down to geom ioctl handlers.Poul-Henning Kamp
2004-11-21Properly wither the geom container on detach. This will allow one toWarner Losh
2004-11-08Add the last missing bits to make this unloadable: Two wakeups andPoul-Henning Kamp
2004-10-30Remove a duplicate code.Yoshihiro Takahashi
2004-10-29Now that filesystems respect and understand GEOM access counts, refusePoul-Henning Kamp
2004-10-22Properly handle failure to allocate isadma bounce bufferPoul-Henning Kamp
2004-10-15Remove unused variable. Pointy hat candidate.Nate Lawson
2004-10-14Remove local hacks to set flags now that the device probe does this for us.Nate Lawson
2004-10-10Fix off-by-one error in fd_native_types that results in a panic on bootPeter Edwards
2004-10-05Yet another case of resources:Warner Losh
2004-09-29Only fall back to probing the floppy drives via hints if there is a failureJohn Baldwin
2004-09-25Use the floppy drive unit number to name the /dev entry, not thePoul-Henning Kamp
2004-09-24Few (trailing) whitespace and spelling fixes.Joerg Wunsch
2004-09-24Protect fdc->flags within the worker thread, too.Joerg Wunsch
2004-09-24Lock the flags field with the mutex.Poul-Henning Kamp
2004-09-23Implement terminating the worker thread when the driver is about toJoerg Wunsch
2004-09-20das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5Warner Losh
2004-09-17The long dead hand of the past has pushed forward useless bits in thisWarner Losh
2004-09-17Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yetNate Lawson
2004-09-16default: case shouldn't set an error yet either.Warner Losh
2004-09-16Reserve the DMA memory at attach time, rather than at use. WhileWarner Losh
2004-09-16For the moment, treat failures to attach floppy drives as non-fatalWarner Losh
2004-09-14Use bus_setup_intr in preference to BUS_SETUP_INTR.Warner Losh
2004-09-14Checkpoint the fdc resource changes:Warner Losh