aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-1/+10
* Make CAM ATA stack handle disk resizes.Alexander Motin2019-07-232-96/+112
* ata_xpt: Use the correct union member when accessing valid.Brooks Davis2019-07-221-1/+1
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-191-1/+7
* Replay r349340 by imp accidentally reverted by r349352Warner Losh2019-06-253-19/+27
* Replay r349339 by imp accidentally reverted by r349352Warner Losh2019-06-251-11/+14
* Remove NAND and NANDFS supportWarner Losh2019-06-253-30/+19
* Create ata_param_fixupWarner Losh2019-06-243-19/+27
* Go ahead and completely fix the ata_params before calling the vetoWarner Losh2019-06-241-11/+14
* Decode some more ATA commands found in ACS-4.Alexander Motin2019-05-051-3/+21
* List few more ATA commands.Alexander Motin2019-04-031-3/+11
* Add quirk for Sansisk X400 drivesWarner Losh2019-02-051-2/+11
* [ata] Add workaround for KingDian S200 SSD crash on receiving TRIM commandOleksandr Tymoshenko2019-01-181-2/+16
* Remove trailing white space in advance of other changes.Warner Losh2018-11-141-15/+12
* Add statistics for TRIM comandsWarner Losh2018-10-261-1/+21
* Walk back r337554 while discussion continuesConrad Meyer2018-08-101-3/+0
* cam(4): Add an xpt-neutral flag indicating a valid panic CCBConrad Meyer2018-08-091-0/+3
* remove unneeded inclusion of sys/interrupt.h from several filesAndriy Gapon2018-07-041-1/+0
* Hold the reference count until the CCB is releasedWarner Losh2018-05-151-2/+4
* cam_periph_runccb() changed several years ago to overwrite the ccb callbackScott Long2018-05-011-5/+5
* Create a sysctl kern.cam.{,a,n}da.X.invalidateWarner Losh2018-03-141-3/+7
* Backout r329818, r329816 and r329815.Warner Losh2018-02-221-1/+1
* Introduce capacity flags for periphsWarner Losh2018-02-221-1/+1
* Return a C errno for cam_periph_acquire().Scott Long2018-02-063-11/+9
* Don't hold the periph lock when calling into cam_periph_runccb()Scott Long2018-01-091-6/+1
* cam/da: QUIRK: Add 4K quirks for WD Red and Black MHDDsEitan Adler2018-01-051-1/+6
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-4/+1
* Reduce size of several on-stack string buffers.Alexander Motin2017-12-132-2/+2
* Use ataio ccb instead of general ccb to avoid excessice stack usage.Warner Losh2017-12-131-14/+14
* Define xpt_path_inq.Warner Losh2017-12-062-25/+7
* Now that cam_periph_runccb() can be called from situations where theWarner Losh2017-12-061-40/+7
* cam: fix sign-extension error in adagetparamsAlan Somers2017-12-061-1/+2
* Remove unused 4th argument to match the standard error routines.Warner Losh2017-12-063-4/+4
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* Quirk Seagate ST8000AS0003-2HHAlan Somers2017-11-201-1/+1
* Add some 4k quirks for Samsung pm863a SSDsBaptiste Daroussin2017-11-161-0/+8
* Send IDLE IMMEDIATE for warm boot.Warner Losh2017-10-301-6/+18
* We should be call adaerror() instead of cam_periph_error() always.Warner Losh2017-10-261-4/+4
* Always send STANDBY IMMEDIATE when shutting downWarner Losh2017-10-261-10/+44
* Handle RB_POWERCYCLE in ada driverWarner Losh2017-10-251-1/+1
* Zero out the ccb's alloated on the stack for the dump routines to moreWarner Losh2017-10-151-0/+1
* Add comment about where we need to place this routine, and why.Warner Losh2017-08-281-0/+6
* adaasync(): Set ADA_STATE_WCACHE based on ADA_FLAG_CAN_WCACHEAlexander Motin2017-07-271-1/+1
* Add 4k and NCQ_TRIM_BROKEN quirks for Samsung 845 SSDs.Sean Bruno2017-07-131-0/+8
* Add 4K quirks for Samsung 750 EVO SSDSean Bruno2017-07-131-0/+8
* Include opt files in the kernel with "" instead of <>.Warner Losh2017-07-101-1/+1
* Allow PROBE_SPINUP to fail in CAM ATA transportAndriy Gapon2017-05-261-0/+10
* Add infrastructure to the ATA and SCSI transports that supportsScott Long2017-04-194-38/+232
* In r289137 the legacy_aliases compatibility shims for ata were removed,Michael Gmelin2017-03-281-4/+0
* Add 4k quirk for Micron 5100 and Intel S3610 SSDsSean Bruno2017-01-171-0/+16