| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | Adjust the fdc worker thread startup to work when APs are started earlier. | jhb | 2016-04-21 | 1 | -8/+15 |
* | Don't wakeup the fdc worker thread once a second when idle. | jhb | 2016-04-05 | 1 | -1/+1 |
* | Add raw RX-50 support. These are 400k single sided disks with 80 | imp | 2016-03-10 | 1 | -0/+1 |
* | Stop assuming that bio_cmd is a bit field. | imp | 2016-03-10 | 1 | -14/+20 |
* | Merge the PC98 fdc(4) driver into the MI driver. While here, replace | jhb | 2014-09-25 | 1 | -8/+249 |
* | Reimplement the FDOPT_NOERROR feature that was kicked out in r134081. | joerg | 2013-08-26 | 1 | -5/+18 |
* | Do not use "Enable Implied Seek" on enhanced floppy controllers. This | joerg | 2013-08-24 | 1 | -8/+3 |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 1 | -2/+2 |
* | Replace `inline static' by `static inline'. | ed | 2011-12-13 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Make isa_dma functions MPSAFE by introducing its own private lock. These | rdivacky | 2009-11-09 | 1 | -6/+0 |
* | fdc(4) module unload fixes: | jh | 2009-11-03 | 1 | -3/+14 |
* | Don't ignore the return value of g_modevent() in fdc_modevent(). | jh | 2009-10-27 | 1 | -2/+1 |
* | Orphaning provider with EXDEV seems weird; perhaps the author meant | trasz | 2009-10-10 | 1 | -1/+1 |
* | With the fdc control device disappearing some 5 years ago, it is no | joerg | 2009-06-24 | 1 | -4/+0 |
* | - 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 |
* | FDOPT_NORETRY is an option, and must be compared with fd->options, | rodrigc | 2005-08-30 | 1 | -1/+1 |
* | Add missing () | phk | 2005-02-28 | 1 | -3/+3 |
* | Add missing va_end() in fdc_cmd. | yongari | 2005-02-28 | 1 | -2/+5 |
* | MFp4: overhaul of resource allocation | imp | 2005-01-19 | 1 | -35/+54 |
* | 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 |
* | 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 | 1 | -3/+21 |
* | The long dead hand of the past has pushed forward useless bits in this | imp | 2004-09-17 | 1 | -20/+4 |
* | Reserve the DMA memory at attach time, rather than at use. While | imp | 2004-09-16 | 1 | -15/+12 |