aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ata.h
Commit message (Expand)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* Definition for the 'removable media flag' from word 0 in the Identify page.Peter Grehan2020-07-301-0/+1
* Remove duplicated ATA_CHECK_POWER_MODEWarner Losh2020-02-281-1/+0
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* Decode some more IDENTIFY DEVICE bits.Alexander Motin2019-07-281-2/+5
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-0/+3
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-191-0/+7
* Add bits related to SANITIZE, SED, and form-factor to (struct ata_params)Ravi Pokala2019-05-291-2/+20
* Fix typos in r345849.Alexander Motin2019-04-031-2/+2
* List few more ATA commands.Alexander Motin2019-04-031-0/+11
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix IORDY bits definition.Alexander Motin2017-07-291-2/+2
* "struct ata_params" field "reserved206[2]" actually starts at offset 20*7*.Ravi Pokala2017-05-221-1/+1
* Fix a minor typo (Seiral)Conrad Meyer2017-01-151-1/+1
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-4/+374
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-0/+3
* Add define for SATA Check-Power-Mode command, 0xe5.Peter Grehan2015-08-171-0/+1
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-081-0/+1
* Add defines for various FIRST PARTY DMA SEND subcommands.Warner Losh2014-10-221-0/+4
* Add a few defines and packet types for SATA 3.2 and FPDMA (First PartyWarner Losh2014-08-301-0/+1
* Add some new ATA defines for SATA 3.1 specSteven Hartland2014-04-241-0/+5
* Fix support for increased logical sector size (4K-native drives).Alexander Motin2014-03-071-0/+2
* Improve ZFS N-way mirror read performance by using load and localitySteven Hartland2013-10-231-0/+2
* Added Dataset Management defines to be used by TRIM in cam ata and scsi toSteven Hartland2013-04-261-0/+6
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolSteven Hartland2013-04-251-0/+17
* Adds security options to camcontrol this includes the ability to secure eraseSteven Hartland2013-04-041-4/+31
* Add and utilize defines for the ATA device register.Christian Brueffer2012-07-121-0/+14
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+1
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+1
* Make PUIS detection more strict. Previous implementation caused falseAlexander Motin2010-02-261-1/+1
* MFp4:Alexander Motin2010-02-031-0/+4
* Add BIO_DELETE support to ada(4):Alexander Motin2009-12-281-3/+11
* Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands.Alexander Motin2009-12-011-0/+10
* Drop USB mass storage devices support from ata(4). It is out of the build asAlexander Motin2009-11-261-3/+0
* MFp4:Alexander Motin2009-11-041-1/+1
* Fix constants.Alexander Motin2009-11-031-2/+2
* Define identify fields described in CF specification.Alexander Motin2009-10-291-1/+5
* Add more defines from recent and not only specs.Alexander Motin2009-09-271-10/+56
* MFp4:Alexander Motin2009-06-241-0/+3
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-3/+5
* Add a "spindown" facility to ata-disks: If no requests have been receivedPoul-Henning Kamp2008-03-171-0/+3
* Add the magic word 0 value for CFA compliant devices.Poul-Henning Kamp2007-12-161-0/+1
* Add definitions for the 3rd ATA support word.Scott Long2007-10-121-0/+9
* Expand the data structure returned by the ATA RAID status ioctl to includeJohn Baldwin2007-08-131-1/+17
* Add the SMART command to the ATA instruction set.Remko Lodder2007-01-271-0/+1
* Make the ATAPI sense data accessible when using the ioctl interfaceSøren Schmidt2006-03-311-0/+43
* Add USB modes.Søren Schmidt2006-03-051-0/+3
* Add two new ATAPI commands.Søren Schmidt2006-03-051-0/+2