summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/wdcevent.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The 80's called and want their interface back. Remove last fragments ofkrw2015-08-171-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 overlapderaadt2014-12-191-2/+2
|
* unify using WDCDEBUG.fgsch2008-07-021-3/+3
|
* wrap logging code around WDC_DEBUG. shrinks kernel by ~4k.fgsch2008-06-301-2/+15
| | | | jsg@ krw@ miod@ ok.
* kill trailing spaces, no functional changesgrange2003-09-281-3/+3
|
* No more magic wdc events types, give them names.grange2002-12-221-12/+30
| | | | ok costa@
* LBA48 support.gluk2002-05-031-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 logcsapuntz2002-03-161-0/+95
using atactl <device> dump. The log will help us support more devices. Send logs to csapuntz@