aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* cam_fill_mmcio: initialize cmd.error sub-fieldAndriy Gapon2025-06-271-0/+1
* ufshci: Introduce the ufshci(4) driverJaeyoon Choi2025-06-151-0/+20
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin2024-05-021-1/+17
* Add interface NVME to devstatAlexander Motin2023-11-161-0/+1
* cam: Remove left-over sys/cdefs.h in sys/camWarner Losh2023-11-061-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-136/+136
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Revert "cam: fix up world compilation after previous"Warner Losh2023-04-161-2/+0
* cam: fix up world compilation after previousMateusz Guzik2023-04-151-0/+2
* cam: Properly mask out the status bits to get completion codeWarner Losh2023-04-151-0/+6
* cam(4): Improve XPT_DEV_MATCHAlexander Motin2021-10-051-7/+4
* cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate boolWarner Losh2021-06-281-3/+0
* cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-281-1/+0
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-05-211-0/+3
* cam: allocate CCBs from UMA for SCSI and ATA IOEdward Tomasz Napierala2021-05-151-1/+13
* 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