| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. | Jung-uk Kim | 2008-11-15 | 1 | -63/+86 |
| * | The wakeup() line from the rev. 1.319 is wrong and reintroduces | Konstantin Belousov | 2008-01-11 | 1 | -2/+1 |
| * | Fix unload of the fdc.ko: | Konstantin Belousov | 2008-01-11 | 1 | -1/+8 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
| * | Always protect the kthread flags with the lock and close a race with | John Baldwin | 2007-02-27 | 1 | -2/+1 |
| * | Use tsleep() rather than msleep() with a NULL mtx parameter. | John Baldwin | 2007-02-23 | 1 | -9/+9 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -3/+14 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -2/+4 |
| * | Fix style nits. No md5 changes in .o's. ;-) | Jung-uk Kim | 2006-09-08 | 1 | -2/+2 |
| * | Restore Digital Outpur Register (DOR) for enhanced controller after reset. | Jung-uk Kim | 2006-08-29 | 1 | -2/+2 |
| * | Assume floppy disk is not inserted when we have exhausted retries. This | Jung-uk Kim | 2006-07-12 | 1 | -0/+3 |
| * | Enhanced floppy controllers have Data Rate Select Register (DSR) at 0x3f4. | Jung-uk Kim | 2006-07-06 | 1 | -8/+24 |
| * | - Use callout_init_mtx() to initialize toffhandle callout using the fdc's | John Baldwin | 2006-02-23 | 1 | -9/+5 |
| * | FDOPT_NORETRY is an option, and must be compared with fd->options, | Craig Rodrigues | 2005-08-30 | 1 | -1/+1 |
| * | Add missing () | Poul-Henning Kamp | 2005-02-28 | 1 | -3/+3 |
| * | Add missing va_end() in fdc_cmd. | Pyun YongHyeon | 2005-02-28 | 1 | -2/+5 |
| * | MFp4: overhaul of resource allocation | Warner Losh | 2005-01-19 | 1 | -35/+54 |
| * | Pass the file->flags down to geom ioctl handlers. | Poul-Henning Kamp | 2004-12-12 | 1 | -1/+7 |
| * | Properly wither the geom container on detach. This will allow one to | Warner Losh | 2004-11-21 | 1 | -0/+5 |
| * | Add the last missing bits to make this unloadable: Two wakeups and | Poul-Henning Kamp | 2004-11-08 | 1 | -3/+11 |
| * | Remove a duplicate code. | Yoshihiro Takahashi | 2004-10-30 | 1 | -1/+0 |
| * | Now that filesystems respect and understand GEOM access counts, refuse | Poul-Henning Kamp | 2004-10-29 | 1 | -2/+0 |
| * | Properly handle failure to allocate isadma bounce buffer | Poul-Henning Kamp | 2004-10-22 | 1 | -2/+6 |
| * | Remove unused variable. Pointy hat candidate. | Nate Lawson | 2004-10-15 | 1 | -1/+0 |
| * | Remove local hacks to set flags now that the device probe does this for us. | Nate Lawson | 2004-10-14 | 1 | -2/+0 |
| * | Fix off-by-one error in fd_native_types that results in a panic on boot | Peter Edwards | 2004-10-10 | 1 | -0/+1 |
| * | Use the floppy drive unit number to name the /dev entry, not the | Poul-Henning Kamp | 2004-09-25 | 1 | -1/+1 |
| * | Few (trailing) whitespace and spelling fixes. | Joerg Wunsch | 2004-09-24 | 1 | -6/+6 |
| * | Protect fdc->flags within the worker thread, too. | Joerg Wunsch | 2004-09-24 | 1 | -1/+6 |
| * | Lock the flags field with the mutex. | Poul-Henning Kamp | 2004-09-24 | 1 | -8/+25 |
| * | Implement terminating the worker thread when the driver is about to | Joerg Wunsch | 2004-09-23 | 1 | -3/+21 |
| * | The long dead hand of the past has pushed forward useless bits in this | Warner Losh | 2004-09-17 | 1 | -20/+4 |
| * | Reserve the DMA memory at attach time, rather than at use. While | Warner Losh | 2004-09-16 | 1 | -15/+12 |
| * | Use bus_setup_intr in preference to BUS_SETUP_INTR. | Warner Losh | 2004-09-14 | 1 | -1/+1 |
| * | Checkpoint the fdc resource changes: | Warner Losh | 2004-09-14 | 1 | -46/+47 |
| * | Hide a printf under bootverbose. | Poul-Henning Kamp | 2004-08-27 | 1 | -1/+3 |
| * | Attempt to make the probe for hardware more specific. | Poul-Henning Kamp | 2004-08-21 | 1 | -3/+22 |
| * | Rewrite of the floppy driver to make it MPsafe & GEOM friendly: | Poul-Henning Kamp | 2004-08-20 | 1 | -1713/+1327 |
| * | Remove confused comment. | Poul-Henning Kamp | 2004-08-14 | 1 | -4/+0 |
| * | Correct typo. | Yoshihiro Takahashi | 2004-07-17 | 1 | -1/+1 |
| * | Re-work for fdc_acpi. Expose fdc_add_child() and move the static | Nate Lawson | 2004-07-15 | 1 | -25/+32 |
| * | Remove fdc_alloc_resources, which should have happened in last commit. | Warner Losh | 2004-07-14 | 1 | -143/+1 |
| * | Set fdc_dev in attach | Warner Losh | 2004-07-13 | 1 | -0/+1 |
| * | Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead | Warner Losh | 2004-07-13 | 1 | -0/+1 |
| * | Update in preparation for adding the ACPI attachment. | Nate Lawson | 2004-07-12 | 1 | -45/+71 |
| * | Break out the isa and pccard front ends from fdc. This is the first | Warner Losh | 2004-07-07 | 1 | -304/+12 |
| * | Allocate the DMA channel shareable and only aquire it while the | Poul-Henning Kamp | 2004-07-05 | 1 | -15/+18 |
| * | Mark our interrupt shareable and don't insist on DMA. This gets us closer | Poul-Henning Kamp | 2004-07-04 | 1 | -4/+4 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -8/+8 |
| * | Use rman_get_start in preference to reaching into the rman structure. | Warner Losh | 2004-05-27 | 1 | -1/+1 |