aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-0/+2
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-0/+4
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-221-3/+30
* Remove stray blank line.Warner Losh2020-04-301-1/+0
* Return the nvmeX device associated with the ndaX device.Warner Losh2020-04-301-0/+5
* Remove unused cam ccb flagsWarner Losh2020-03-101-16/+16
* Use information about max data size that the controller is able to operateIlya Bakulin2019-04-011-0/+1
* Walk back r337554 while discussion continuesConrad Meyer2018-08-101-2/+1
* cam(4): Add an xpt-neutral flag indicating a valid panic CCBConrad Meyer2018-08-091-1/+2
* cam_ccb.h: Remove redundant declarations of static inline functionsConrad Meyer2018-08-091-42/+0
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-1/+1
* Return domain, bus, slot, and function for the transport settings inWarner Losh2017-12-201-0/+5
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Provide link speed data in XPT_GET_TRAN_SETTINGS. Provide full versionWarner Losh2017-11-141-5/+8
* Fix NVMe's use of XPT_GDEV_TYPEWarner Losh2017-08-291-2/+3
* Fix a few overlooked spots where the coded uses 16-bit NSIDs. ChuckWarner Losh2017-08-291-1/+1
* Add CAM/NVMe support for CAM_DATA_SGWarner Losh2017-08-291-1/+2
* This adds CAM pass(4) support for NVMe IO's. Applications indicateWarner Losh2017-07-141-2/+20
* Move mmc_parmas to the end of the structure for better compatability.Warner Losh2017-07-101-1/+1
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-3/+75
* cam: EOL whitespace cleanup and line wrapping changesEd Maste2017-07-041-14/+14
* Improve CAM_CDB_POINTER support.Alexander Motin2017-01-131-0/+7
* Add BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingConrad Meyer2016-10-311-0/+6
* Fix mismerge and add NVME xport support to devstat (or rather, excludeWarner Losh2016-07-211-1/+2
* Commit the bits of nda that were missed. This should fix the build.Warner Losh2016-06-101-0/+22
* New NVMe front end (nda).Warner Losh2016-06-091-0/+37
* Add place holder for SDIO CAM stuff for CCB XPT type.Warner Losh2016-06-091-0/+3
* Add NVME IO type.Warner Losh2016-06-091-0/+3
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-0/+4
* Pass task management response information from CTL through CAM to isp(4),Alexander Motin2016-05-201-1/+11
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-101-0/+2
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-2/+4
* tag_action is not used at all in ata. It's set to 1 for orderedWarner Losh2016-04-171-11/+4
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameWarner Losh2016-04-141-0/+1
* Make sure we check for CAM_CDB_POINTER for all drivers. Also, for theWarner Losh2016-03-151-0/+7
* Move to new value for XPT_GET_SIM_KNOB to avoid clash with XPT_ATA_IO.Warner Losh2016-03-101-4/+6
* The ccb_xflags enumeration was removed from FreeBSD/head inKenneth D. Merry2015-12-071-3/+3
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-0/+6
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-0/+1
* Add support for probing the SCSI VPD Extended Inquiry page (0x86).Kenneth D. Merry2015-02-051-0/+1
* Update CAM CCB accounting for the new status quo.Alexander Motin2014-09-141-2/+2
* Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernelNathan Whitehorn2013-12-141-6/+1
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-1/+17
* Make sure the CCB xflags field is initialized to zero so thatNathan Whitehorn2013-09-271-0/+3
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-10/+19
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-19/+10
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-10/+19
* CAM and mps(4) driver scanning changes.Kenneth D. Merry2013-07-221-0/+1
* Make it little bit more C++ friendly. This explicit casting fixes someJung-uk Kim2013-07-041-1/+1