index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
atareg.h
Age
Commit message (
Expand
)
Author
2022-07-05
s/retrys/retries/ in comments.
andvar
2020-05-15
remove unused atacmd_tostatq()
jdolecek
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2013-10-30
-recognize CF cards by the magic value in inquiry data
drochner
2013-01-09
Name the ATA SECURITY commands.
riastradh
2012-10-19
Implement experimental support to pass notifications that a file
drochner
2011-10-24
SATA_SIGNAL_GEN3 definition for Serial ATA capabilities word in
jakllsch
2011-10-24
Add defines for SET FEATURES for the SATA, PUIS and AAM feature sets.
jakllsch
2010-01-25
Add some more elements to struct ataparams.
jakllsch
2010-01-22
Correct an error in previous commit.
jakllsch
2010-01-21
Convert to C99 types. Make whitespace more consistent.
jakllsch
2010-01-10
Provide atacmd_to48() in case of #if defined(_STANDALONE) too
tsutsui
2009-10-19
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
bouyer
2009-06-08
Add atap_max_lba member to ataparams for LBA48 Maximum Address. From OpenBSD.
jakllsch
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-11-18
From Marco Trillo (marcotrillo at gmail dot com):
christos
2007-08-21
Improved SATA support, from Jonathan A. Kollasch in PR bin/36772:
bouyer
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-09-30
A little effort against kernel bloat....
itohy
2006-09-24
Typo: WCDD_SECURITY_FREEZE -> WDCC_SECURITY_FREEZE
xtraeme
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-04-12
add definition for "security freeze"
drochner
2005-02-27
nuke trailing whitespace
perry
2004-08-23
Put an #ifdef _KERNEL around inline functions using panic().
he
2004-08-21
- Move to48() to atareg.h and rename it atacmd_to48().
thorpej
2004-08-12
Add SATA queued read/write commands.
thorpej
2004-05-03
When using LBA48, use Flush cache extended command if supported.
bouyer
2004-03-14
It's extension, not extention. From Miod Vallat (miod at online fr).
wiz
2003-12-30
Move the register definitions for ATA Task File registers to atareg.h;
thorpej
2003-12-30
SMART info is logically part of the register set; move it from atavar.h
thorpej
2003-11-30
add definitions of new feature bits.
yamt
2003-11-30
- rename WDC_CAP_LBA48 to ATA_CMD2_LBA48.
yamt
2003-11-26
remove ATA_CMD2_SMART, which seems wrong and isn't used.
yamt
2003-11-02
Fix two typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-09-23
Additional definitions as per SATA specifications.
skd
2002-08-05
Add ATA SMART reporting support from Ben Collver in kern/12787.
soren
2002-01-13
Add LBA48 support based on patches from Keisuke YOSHIDA. KNF a bit while
christos
2001-07-05
Fix typo. s/extention/extension/
toshii
2000-03-29
Fix a couple of misspelled comments.
augustss
1999-01-18
move wd.c:print_wderror() to ata.c:ata_perror().
bouyer
1998-12-01
struct ataparam has endian dependence, so add big-endian case.
tsubai
1998-11-18
Don't protect this with #ifdef _KERNEL
kenh
1998-10-12
Merge bouyer-ide
bouyer