| Commit message (Expand) | Author | Age | Files | Lines |
* | With the fdc control device disappearing some 5 years ago, it is no | joerg | 2009-06-24 | 1 | -4/+0 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -1/+2 |
* | Eliminate an unused variable reported by coverity | imp | 2008-11-23 | 1 | -4/+2 |
* | - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. | jkim | 2008-11-15 | 1 | -63/+86 |
* | The wakeup() line from the rev. 1.319 is wrong and reintroduces | kib | 2008-01-11 | 1 | -2/+1 |
* | Fix unload of the fdc.ko: | kib | 2008-01-11 | 1 | -1/+8 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Always protect the kthread flags with the lock and close a race with | jhb | 2007-02-27 | 1 | -2/+1 |
* | Use tsleep() rather than msleep() with a NULL mtx parameter. | jhb | 2007-02-23 | 1 | -9/+9 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -3/+14 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+4 |
* | Fix style nits. No md5 changes in .o's. ;-) | jkim | 2006-09-08 | 1 | -2/+2 |
* | Restore Digital Outpur Register (DOR) for enhanced controller after reset. | jkim | 2006-08-29 | 1 | -2/+2 |
* | Assume floppy disk is not inserted when we have exhausted retries. This | jkim | 2006-07-12 | 1 | -0/+3 |
* | Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4. | jkim | 2006-07-06 | 1 | -8/+24 |
* | - Use callout_init_mtx() to initialize toffhandle callout using the fdc's | jhb | 2006-02-23 | 1 | -9/+5 |
* | Remove unused variable. | njl | 2006-02-21 | 1 | -2/+0 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | FDOPT_NORETRY is an option, and must be compared with fd->options, | rodrigc | 2005-08-30 | 1 | -1/+1 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -1/+1 |
* | If we fail a sanity check for the resources just allocated, make sure | imp | 2005-03-15 | 1 | -1/+3 |
* | Only allocate 1 port for non-zero rids. Either we'll get the proper | imp | 2005-03-14 | 1 | -1/+1 |
* | Fix a couple of problems with the probe code when used with pnpbios | imp | 2005-03-10 | 1 | -9/+23 |
* | Add missing () | phk | 2005-02-28 | 1 | -3/+3 |
* | Add missing va_end() in fdc_cmd. | yongari | 2005-02-28 | 1 | -2/+5 |
* | Mask off the upper bits of the resource before using it as an index | imp | 2005-01-20 | 1 | -3/+10 |
* | MFp4: overhaul of resource allocation | imp | 2005-01-19 | 4 | -158/+134 |
* | Use the standard FreeBSD license | imp | 2005-01-11 | 3 | -21/+15 |
* | Pass the file->flags down to geom ioctl handlers. | phk | 2004-12-12 | 1 | -1/+7 |
* | Properly wither the geom container on detach. This will allow one to | imp | 2004-11-21 | 1 | -0/+5 |
* | Add the last missing bits to make this unloadable: Two wakeups and | phk | 2004-11-08 | 1 | -3/+11 |
* | Remove a duplicate code. | nyan | 2004-10-30 | 1 | -1/+0 |
* | Now that filesystems respect and understand GEOM access counts, refuse | phk | 2004-10-29 | 1 | -2/+0 |
* | Properly handle failure to allocate isadma bounce buffer | phk | 2004-10-22 | 1 | -2/+6 |
* | Remove unused variable. Pointy hat candidate. | njl | 2004-10-15 | 1 | -1/+0 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 1 | -2/+0 |
* | Fix off-by-one error in fd_native_types that results in a panic on boot | peadar | 2004-10-10 | 1 | -0/+1 |
* | Yet another case of resources: | imp | 2004-10-05 | 1 | -4/+4 |
* | Only fall back to probing the floppy drives via hints if there is a failure | jhb | 2004-09-29 | 1 | -5/+9 |
* | Use the floppy drive unit number to name the /dev entry, not the | phk | 2004-09-25 | 1 | -1/+1 |
* | Few (trailing) whitespace and spelling fixes. | joerg | 2004-09-24 | 1 | -6/+6 |
* | Protect fdc->flags within the worker thread, too. | joerg | 2004-09-24 | 1 | -1/+6 |
* | Lock the flags field with the mutex. | phk | 2004-09-24 | 1 | -8/+25 |
* | Implement terminating the worker thread when the driver is about to | joerg | 2004-09-23 | 2 | -3/+23 |
* | das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5 | imp | 2004-09-20 | 1 | -4/+14 |
* | The long dead hand of the past has pushed forward useless bits in this | imp | 2004-09-17 | 4 | -28/+4 |
* | Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yet | njl | 2004-09-17 | 1 | -37/+54 |
* | default: case shouldn't set an error yet either. | imp | 2004-09-16 | 1 | -1/+0 |
* | Reserve the DMA memory at attach time, rather than at use. While | imp | 2004-09-16 | 1 | -15/+12 |
* | For the moment, treat failures to attach floppy drives as non-fatal | imp | 2004-09-16 | 1 | -2/+0 |