aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt_periph.h
Commit message (Expand)AuthorAgeFilesLines
* Unify periph invalidation and destruction reporting.Alexander Motin2013-10-151-0/+1
* Remove droping topology mutex after iterating 100 periphs in CAMGETPASSTHRU.Alexander Motin2013-08-071-2/+1
* Added output of device QUIRKS for CAM and AHCI devices during boot.Steven Hartland2013-05-181-0/+2
* Fix several reference counting and object lifetime issues betweenKenneth D. Merry2012-06-201-1/+2
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-3/+0
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+1
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix aScott Long2007-04-181-2/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-2/+2
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withTai-hwa Liang2005-07-011-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+51