aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce accessors for the ccb status word. Convert one (of many more)Scott Long2013-06-291-0/+13
* Add infrastructure for doing compatibility shims, as has been sorelyScott Long2013-06-171-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-3/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anMarius Strobl2013-04-061-0/+5
* Commit the removal of a whitespace to record the proper commit messageKonstantin Belousov2013-03-191-1/+1
* Support unmapped i/o for the md(4).Konstantin Belousov2013-03-191-2/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-3/+7
* Implement media change notification for DA and CD removable media devices.Alexander Motin2012-07-291-0/+1
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.Alexander Motin2012-06-021-2/+11
* MFprojects/zfsd:Alexander Motin2012-05-241-0/+1
* Add CAM infrastructure to allow reporting when a drive's long read capacityKenneth D. Merry2012-01-261-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-1/+1
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-141-14/+25
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.Alexander Motin2011-04-141-0/+8
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-1/+87
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-0/+4
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-261-0/+5
* Make SATA XPT negotiate and enable some additional SATA features, such as:Alexander Motin2010-05-021-0/+9
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-021-0/+4
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-2/+5
* MFp4:Alexander Motin2009-11-261-3/+3
* MFp4:Alexander Motin2009-11-241-7/+11