summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atareg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Manuel Bouyer rescinded clauses 3 and 4 of his license text.jsg2010-07-231-6/+1
|
* Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREjsg2005-08-101-1/+2
| | | | when listing information about it. ok grange@
* Add missing Manuel Bouyer copyright.grange2004-09-241-4/+33
|
* typos from Tom Cosgrove;jmc2003-10-211-4/+4
|
* spaces/tabs cleanupgrange2003-10-161-49/+49
|
* Define some SATA fields in the IDENTIFY structure.grange2003-10-161-2/+12
| | | | Names match NetBSD.
* kill trailing spaces, no functional changesgrange2003-09-281-3/+3
|
* Correct the size of __reserved9 field in struct ataparams;grange2003-02-251-2/+2
| | | | | from Yichen Xie's bounds checker via tedu@ ok costa@
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-3/+3
|
* Calculate the maximum queue depth correctly.gluk2002-03-271-2/+2
| | | | PR2490 from Alexander Yurchenko <grange@rt.mipt.ru>
* Fix excessive resets and device probes by storing IDENTIFY results in thecsapuntz2001-06-251-1/+6
| | | | drvp structure
* atactl SMART support; wouter@yourcreativesolutions.nlderaadt2001-03-231-3/+61
|
* Support for ATAPI tapes, works but still has some rough edges. Some style.niklas1999-09-051-16/+21
|
* Import of NetBSD ATA/IDE stuff.csapuntz1999-07-181-0/+158
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff