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