| Age | Commit message (Expand) | Author |
| 1994-05-05 | Remove now-bogus casts. | mycroft |
| 1994-05-05 | lots of changes: prototype migration, move lots of variables, definitions, | cgd |
| 1994-04-25 | Fix uninitialized pointer, pointed out by Michael VanLoon. | mycroft |
| 1994-04-24 | Don't need isa.h. | mycroft |
| 1994-04-20 | Use TAILQ_*() to maintain the drive activation queues. | mycroft |
| 1994-04-09 | Don't print a duplicate message about stray interrupts. | mycroft |
| 1994-04-07 | Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls. | mycroft |
| 1994-03-30 | Turn off the timeout debugging info by default. | mycroft |
| 1994-03-29 | Updates for new autoconfig. | mycroft |
| 1994-03-12 | Prefix the busy-wait messages with `ignore this:' so people stop reporting | mycroft |
| 1994-03-12 | Fix problem with reading the disk label if it's not at the beginning of the | mycroft |
| 1994-03-12 | Remove backward compatibility hacks for config(8), as they are no longer | mycroft |
| 1994-03-12 | Update to match config(8). | mycroft |
| 1994-03-11 | Various: | mycroft |
| 1994-03-10 | Add a heuristic for detecting old config(8)s. This is very temporary. | mycroft |
| 1994-03-10 | Now that the disk probe routines are actually called, they need to return | mycroft |
| 1994-03-10 | More updates for new config. | mycroft |
| 1994-03-10 | Update for new config. | mycroft |
| 1994-03-10 | Cleanup to fit standard coding conventions, and *many* bugs fixed. | mycroft |
| 1994-03-07 | Some changes inspired by Bruce Evans's driver: | mycroft |
| 1994-03-07 | Remove DKFL_QUIET. | mycroft |
| 1994-03-06 | DELAY() --> delay(). This is not a macro. | mycroft |
| 1994-03-05 | Move the drive select and various other things into wdcommand(), to avoid | mycroft |
| 1994-03-04 | Make sure we clear the interrupt when necessary. Why this isn't needed on | mycroft |
| 1994-03-04 | Add another missing splx(). | mycroft |
| 1994-03-04 | Remember to splx() on some error conditions. | mycroft |
| 1994-03-04 | Start the timeout loop *after* we've decided there is a disk there. | mycroft |
| 1994-03-04 | De-ANSIfy. Move the timeout counter into struct disk. Remove unneeded args | mycroft |
| 1994-03-03 | Watch `seek complete' bit per IBM documentation. Clean up wdioctl(). Other | mycroft |
| 1994-03-02 | Be more careful about clearing the controller and drive active flags. | mycroft |
| 1994-03-02 | Don't busy-wait for read or write completion. | mycroft |
| 1994-03-02 | Make wdc_wait() do an implicit wait_for_unbusy(). Pass structure pointers | mycroft |
| 1994-02-26 | Get the residual count right. | mycroft |
| 1994-02-26 | Clean up busy-wait code a little, and we need a special disksort() to skip | mycroft |
| 1994-02-26 | Fix bug from 1.43 correctly. | mycroft |
| 1994-02-26 | Fix typo. | mycroft |
| 1994-02-26 | Various cleanup, and fix last night's bug. | mycroft |
| 1994-02-26 | Fix typo. | mycroft |
| 1994-02-26 | Some more stylistic cleanup. | mycroft |
| 1994-02-25 | Fix an obvious bug that could stall the queue. | mycroft |
| 1994-02-25 | Remove some redundant code. | mycroft |
| 1994-02-25 | Increase polling delay. | mycroft |
| 1994-02-25 | Generalize busy-wait loops. | mycroft |
| 1994-02-25 | Don't bother #ifdefing things that are needed and always enabled. | mycroft |
| 1994-02-25 | Don't reimplement disksort(). | mycroft |
| 1994-02-25 | `We are the KNF. You will be assimilated.' | mycroft |
| 1994-02-10 | Back pointers are not useful for disksort(). | mycroft |
| 1994-02-09 | All ioctl routines take a struct proc * now. | mycroft |
| 1994-02-06 | Remove another use of b_actl. | mycroft |
| 1994-02-06 | Use b_actf, not av_forw. | mycroft |