aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-072-2/+4
* Reenable UNMAP support on ramdisks by default.Alexander Motin2019-07-271-1/+1
* Allow WRITE SAME handle more then 2^^32 blocks.Alexander Motin2019-07-272-12/+47
* Add support for Long LBA mode parameter block descriptor.Alexander Motin2019-07-262-30/+62
* Add device temperature reporting into CTL.Alexander Motin2019-07-264-7/+63
* Add reporting of SCSI Feature Sets VPD page from SPC-5.Alexander Motin2019-07-262-5/+81
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-252-6/+16
* 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
* Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.Mark Johnston2019-07-031-12/+2
* Replay r349342 by imp accidentally reverted by r349352Warner Losh2019-06-251-10/+4
* Replay r349340 by imp accidentally reverted by r349352Warner Losh2019-06-254-22/+29
* Replay r349339 by imp accidentally reverted by r349352Warner Losh2019-06-251-11/+14
* Remove NAND and NANDFS supportWarner Losh2019-06-254-36/+32
* Use the cam_ed copy of ata_params rather than malloc and freeingWarner Losh2019-06-241-10/+4
* Create ata_param_fixupWarner Losh2019-06-244-22/+29
* Go ahead and completely fix the ata_params before calling the vetoWarner Losh2019-06-241-11/+14
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-237-101/+255
* Decouple enc/ses verbosity from bootverbose.Alexander Motin2019-06-223-2/+14
* Remove ancient SCSI-2/3 mentioning.Alexander Motin2019-06-222-17/+5
* Make ELEMENT INDEX validation more strict.Alexander Motin2019-06-221-16/+48
* Refactor xpt_getattr() to make it more readable. No outwardlyScott Long2019-06-211-34/+48
* Fix individual_element_index when some type has 0 elements.Alexander Motin2019-06-211-7/+3
* SPC-3 and up require some UAs to be returned as fixed.Alexander Motin2019-06-201-0/+6
* Optimize xpt_getattr().Alexander Motin2019-06-201-8/+11
* Minor white space changes.Warner Losh2019-06-111-5/+5
* Introduce sim_dev and cam_sim_alloc_dev().Bjoern A. Zeeb2019-06-082-0/+31
* Fix nda(4) PCIe link status outputChuck Tuffli2019-06-071-5/+12
* Simplify math added in r310524.Alexander Motin2019-05-221-1/+1
* Fix condition broken at r345815.Alexander Motin2019-05-221-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-7/+9
* Drop periph lock around cam_periph_unmapmem().Alexander Motin2019-05-062-0/+4
* Decode some more ATA commands found in ACS-4.Alexander Motin2019-05-051-3/+21
* Report DIF protection type the disk is formatted with.Alexander Motin2019-04-222-4/+27
* Polish SCSI sense data validity checks.Alexander Motin2019-04-212-66/+50
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+8
* List few more ATA commands.Alexander Motin2019-04-031-3/+11
* Build NVMe CAM transport unrelated to NVMe SIM.Alexander Motin2019-04-021-6/+2
* Make cam_error_print() decode NVMe commands.Alexander Motin2019-04-024-14/+70
* Unify SCSI_STATUS_BUSY retry handling with other cases.Alexander Motin2019-04-021-2/+10
* Refactor error handlingIlya Bakulin2019-04-011-52/+65
* Use information about max data size that the controller is able to operateIlya Bakulin2019-04-012-7/+25
* Do not map small IOCTL buffers to KVA, but copy.Alexander Motin2019-03-282-47/+107
* Upgrade Chipfancier SLC quirk to all versionsWarner Losh2019-03-111-4/+5
* Reduce CTL threads priority to about PUSER.Alexander Motin2019-03-043-5/+16
* Refactor command ordering/blocking mechanism in CTL.Alexander Motin2019-02-274-160/+174
* Scrap some debug printf's, unused for years.Alexander Motin2019-02-261-124/+3
* Free some space in struct ctl_io_hdr for better use.Alexander Motin2019-02-232-34/+42
* Remove disabled CTL_LEGACY_STATS support.Alexander Motin2019-02-233-99/+0