aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* sbin/camcontrol: use calloc/strlcpy where appropriate.Xin LI2021-01-041-3/+2
* Add help messages for camcontrol(8) MMCCAM functionalityIlya Bakulin2020-10-301-0/+20
* Make it possible to get/set MMC frequency from camcontrolIlya Bakulin2020-07-241-6/+77
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* Properly detect ATA sanitize errors.Alexander Motin2019-12-151-3/+19
* Fix off-by-one error in HPA/AMA maximum reporting.Alexander Motin2019-11-221-1/+1
* Remove Tagged Command Queuing feature reporting.Alexander Motin2019-09-121-10/+0
* Report Trusted Computing feature set support.Alexander Motin2019-09-121-0/+3
* Remove struct ata_res_pass16, unneeded after r352082.Alexander Motin2019-09-101-16/+0
* Initialize page/subpage in case of `modepage -d`.Alexander Motin2019-09-091-6/+7
* Add one more error message to r352082.Alexander Motin2019-09-091-1/+2
* Fix number of problems found while testing on SAT devices.Alexander Motin2019-09-091-317/+271
* Unify cam_send_ccb() error reporting.Alexander Motin2019-09-071-114/+17
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-071-169/+133
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-071-9/+26
* Make `camcontrol modepage` to use 10 byte commands.Alexander Motin2019-07-301-21/+43
* Decode some more IDENTIFY DEVICE bits.Alexander Motin2019-07-281-15/+31
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-251-177/+329
* Make `camcontrol hpa` and `camcontrol ama` trigger reprobe.Alexander Motin2019-07-231-4/+8
* Unify BTL parsing for `camcontrol debug` and `reset`.Alexander Motin2019-07-221-170/+130
* Properly report ACS revisions alike to kernel.Alexander Motin2019-07-191-1/+14
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-191-9/+269
* Use a different approach to range check.Warner Losh2019-07-151-1/+1
* Implement a devtype command.Warner Losh2019-07-151-16/+65
* Use the more proper term of SATL instead of ATA_BEHIND_SCSI.Warner Losh2019-07-151-1/+1
* Add device type NVME and device type MMCSD to get_device_typeWarner Losh2019-07-131-0/+8
* Retire support for -DMINIMALISTICWarner Losh2019-07-121-44/+0
* Replay r349341 by imp accidentally reverted by r349352Warner Losh2019-06-251-21/+3
* Remove NAND and NANDFS supportWarner Losh2019-06-251-3/+21
* Use ata_param_fixup instead of a custom copy hereWarner Losh2019-06-241-21/+3
* Increase the timeout for READ NATIVE MAXWarner Losh2019-06-131-1/+1
* Add ATA power mode support to camcontrolSteven Hartland2019-04-231-3/+73
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+1
* Add -l to camcontrol readcap.Warner Losh2019-03-121-3/+11
* Fix incorrect / unused sector_count for identify requestsSteven Hartland2019-03-011-3/+2
* NVME support is only for x86 and powerpc64.Warner Losh2018-06-141-0/+14
* Make camcontrol identify work with nda devicesWarner Losh2018-06-131-14/+53
* nda protocol rate reportingWarner Losh2018-05-091-0/+15
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-3/+39
* Refactor code related to 'camcontrol devlist'Scott Long2018-01-101-49/+90
* Implement the ability to query NVME for its controller data so that it willScott Long2018-01-101-0/+59
* Print ZAC device type in "camcontrol identify" outputAlan Somers2017-11-201-0/+12
* Fix whitespace bugsEnji Cooper2017-07-101-390/+387
* Fix -Wuninitialized warning with gccEnji Cooper2017-07-101-1/+1
* New command 'mmcsdcmd' for camcontrol, to allow interacting with SD cardsWarner Losh2017-07-091-1/+302
* Fix integer overflow in "camcontrol format"Alan Somers2017-05-311-3/+3
* Add the ability to rescan or reset devices specified by peripheralKenneth D. Merry2017-05-031-5/+102
* Fix printing bits above first eight.Alexander Motin2017-03-221-4/+4
* Decode modern PIM flags.Alexander Motin2017-03-091-0/+12
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-171-86/+161