| Age | Commit message (Expand) | Author |
| 1995-04-17 | clean up several ISA device interfaces: autoconfiguration, header | cgd |
| 1995-04-15 | Don't boundary check I/O to the `raw' partition. | mycroft |
| 1995-04-10 | kernel_pmap --> pmap_kernel() | mycroft |
| 1995-04-01 | Add a missing unlock. | mycroft |
| 1995-03-29 | Revamp the locking mechanism slightly. Update some outdated comments, and add | mycroft |
| 1995-03-25 | Remove the write protect check altogether, and rely on the drive to do it. | mycroft |
| 1995-03-23 | Check for read-only media in open(), not write(). | mycroft |
| 1995-03-23 | Allow DIOCWDINFO even if label is not `writable'. | mycroft |
| 1995-02-27 | use wdc_softc in wdccd, rather than wd_softc; from chuck cranor. (pr 828) | cgd |
| 1995-01-29 | lip service to making ISA support machine-independent. This is the first | cgd |
| 1995-01-13 | (Almost) allow sector sizes other than 512 bytes. Reduce some expensive oper... | mycroft |
| 1995-01-13 | Always boundary check I/O. | mycroft |
| 1995-01-13 | Fix another bug in the DMA code. | mycroft |
| 1995-01-13 | Minor rearrangement. | mycroft |
| 1995-01-13 | Change the way sc_skip is used. Fix a bug in the (incomplete) DMA code. Add a | mycroft |
| 1995-01-07 | Fix a race condition between normal I/O and wd_get_parms(). | mycroft |
| 1995-01-03 | Add interrupt sharing types. | mycroft |
| 1994-12-14 | Remove dkbad.h. | mycroft |
| 1994-12-01 | Ignore ERR during diagnostics. | mycroft |
| 1994-11-30 | Clear the controller active flag after a timeout. | mycroft |
| 1994-11-23 | Officially credit Onno. | mycroft |
| 1994-11-23 | There's no point in bothering to unlock what we didn't lock. | mycroft |
| 1994-11-23 | Fix an outdated comment. | mycroft |
| 1994-11-23 | Use logical block addressing if available. Be a little more careful about | mycroft |
| 1994-11-22 | Implement 32-bit reads and writes, but for now assume 16-bit mode. | mycroft |
| 1994-11-22 | Add a missing newline in some error messages. | mycroft |
| 1994-11-22 | Implement EIDE multi-sector PIO and DMA modes, based on code from Onno van | mycroft |
| 1994-11-22 | Minor fix to debugging code. | mycroft |
| 1994-11-22 | Fudge a couple more fields for ancient disks. | mycroft |
| 1994-11-22 | Change some constant names, etc., to better match the ATA spec. | mycroft |
| 1994-11-22 | Add still more locking. | mycroft |
| 1994-11-20 | Add some missing locking, and some general cleanup. | mycroft |
| 1994-11-18 | Convert port, IRQ, and DRQ numbers to ints. | mycroft |
| 1994-11-04 | Fix stupid bug in last change. | mycroft |
| 1994-11-04 | Add a simplified version of wdcommand() that can be used in some cases. | mycroft |
| 1994-11-04 | No longer needs icu.h. | mycroft |
| 1994-11-03 | *intr() arg does not need to be void*. | mycroft |
| 1994-11-03 | Use indirect config for subdevices, and add dkdrivers where missing. | mycroft |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |
| 1994-10-27 | new RCS ID format. | cgd |
| 1994-10-20 | Be careful not to stack multiple timeouts. | mycroft |
| 1994-10-20 | Remove the local timeout mechanism, and just use explicit timeout()/untimeout() | mycroft |
| 1994-10-20 | Always set d_secsize to 512 for now. | mycroft |
| 1994-10-20 | Don't switch to single-sector mode just because we got a corrected error. | mycroft |
| 1994-10-20 | Rearrange wdcstart() in a more logical fashion, and eliminate many redundant | mycroft |
| 1994-10-20 | openpart -> openmask | mycroft |
| 1994-10-20 | Various changes: | mycroft |
| 1994-10-14 | move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS. | cgd |
| 1994-10-09 | Remove unneeded #includes. | mycroft |
| 1994-10-07 | Don't poll the BUSY bit until the SDH register is set. | mycroft |