aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_ccb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4:Alexander Motin2009-11-111-1/+1
* MFp4:Alexander Motin2009-10-311-0/+11
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.Alexander Motin2009-08-181-0/+1
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-1/+101
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-1/+67
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-3/+6
* Remove CTS_SPI_FLAGS_TAG_ENB. Nobody is using it and at least oneMatt Jacob2006-12-031-1/+0
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-30/+0
* Add PIM_SEQSCAN for HBA misc flags and code that understandsMatt Jacob2006-06-051-1/+2
* Sorry- last delta was checked in by mistake.Matt Jacob2006-05-241-2/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case weMatt Jacob2006-05-241-1/+2
* CAM_NEW_TRAN_CODE placeholders for SAS support.Matt Jacob2006-01-201-5/+18
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Reformat the comments for cam_hdr so that they can be read.Scott Long2004-06-071-8/+7
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-281-1/+2
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-0/+2
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reKenneth D. Merry2003-04-301-3/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Add a transport settings variant for Fibre Channel.Matt Jacob2001-06-241-0/+13
* first blush at some FC path inquiry settingsMatt Jacob2001-06-041-0/+9
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-11/+108
* cam_ccb.h:Justin T. Gibbs2000-07-181-0/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* Various typo's.Nick Hibma2000-03-151-1/+1
* Because we added 4 bytes to the inquiry data size, we need toMatt Jacob2000-01-251-1/+1
* Shift bits for CAM flags so that the top bit isn't set in an enumMatt Jacob2000-01-171-28/+13
* Widen width of tag && initiator ids to u_intMatt Jacob2000-01-031-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-171-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Bump CAM version number.Justin T. Gibbs1999-08-161-2/+2
* Add another command characteristic flag for commands that are queuedJustin T. Gibbs1999-08-161-11/+15
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillJustin T. Gibbs1999-05-231-2/+7