summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r271588: Update CAM CCB accounting for the new status quo.mav2014-10-141-2/+2
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-1/+17
* Make sure the CCB xflags field is initialized to zero so thatnwhitehorn2013-09-271-0/+3
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-10/+19
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-19/+10
* Update the CAM API for FreeBSD 10:scottl2013-09-241-10/+19
* CAM and mps(4) driver scanning changes.ken2013-07-221-0/+1
* Make it little bit more C++ friendly. This explicit casting fixes somejkim2013-07-041-1/+1
* Introduce accessors for the ccb status word. Convert one (of many more)scottl2013-06-291-0/+13
* Add infrastructure for doing compatibility shims, as has been sorelyscottl2013-06-171-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-3/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-0/+5
* Commit the removal of a whitespace to record the proper commit messagekib2013-03-191-1/+1
* Support unmapped i/o for the md(4).kib2013-03-191-2/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-3/+7
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-0/+1
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-2/+11
* MFprojects/zfsd:mav2012-05-241-0/+1
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-1/+1
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-14/+25
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-0/+8
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-1/+87
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+4
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-0/+5
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-021-0/+9
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-021-0/+4
* MFp4: Large set of CAM inprovements.mav2010-01-281-2/+5
* MFp4:mav2009-11-261-3/+3
* MFp4:mav2009-11-241-7/+11
* MFp4:mav2009-11-111-1/+1
* MFp4:mav2009-10-311-0/+11
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-181-0/+1
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-1/+101
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+67
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-3/+6
* Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least onemjacob2006-12-031-1/+0
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-30/+0
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-051-1/+2
* Sorry- last delta was checked in by mistake.mjacob2006-05-241-2/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case wemjacob2006-05-241-1/+2
* CAM_NEW_TRAN_CODE placeholders for SAS support.mjacob2006-01-201-5/+18
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Reformat the comments for cam_hdr so that they can be read.scottl2004-06-071-8/+7
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+2
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-0/+2
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-301-3/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Add a transport settings variant for Fibre Channel.mjacob2001-06-241-0/+13
OpenPOWER on IntegriCloud