Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The 80's called and want their interface back. Remove last fragments of | 2015-08-17 | 1 | -4/+4 | |
| | | | | | | | | | ST-506 support. Remove redundant 'precomp' variables/fields and rename remaining few to 'features' to be consistant with the rest of the code. Consensus that no ST-506 disks (requiring ISA cards, <120MB, usually rife with bad sectors that can't be worked around) are still running OpenBSD. | ||||
* | another handful of bcopy -> memcpy because there is no overlap | 2014-12-19 | 1 | -2/+2 | |
| | |||||
* | unify using WDCDEBUG. | 2008-07-02 | 1 | -3/+3 | |
| | |||||
* | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. | 2008-06-30 | 1 | -2/+15 | |
| | | | | jsg@ krw@ miod@ ok. | ||||
* | kill trailing spaces, no functional changes | 2003-09-28 | 1 | -3/+3 | |
| | |||||
* | No more magic wdc events types, give them names. | 2002-12-22 | 1 | -12/+30 | |
| | | | | ok costa@ | ||||
* | LBA48 support. | 2002-05-03 | 1 | -1/+11 | |
| | | | | | | Adopted from NetBSD by Alexander Yurchenko <grange@openbsd.ru>. costa@ ok. | ||||
* | The new code logs the control signals on the IDE bus. You can extract the log | 2002-03-16 | 1 | -0/+95 | |
using atactl <device> dump. The log will help us support more devices. Send logs to csapuntz@ |