aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt.h
Commit message (Expand)AuthorAgeFilesLines
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-1/+0
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-0/+12
* Add debug trace points for freeze/release device queue.Alexander Motin2013-09-011-0/+4
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-071-22/+0
* Fixes for sure bus reference miscounting and potential device andMatt Jacob2011-08-121-1/+3
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-141-0/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-261-0/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-0/+5
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+46
* Add a helper function for registering async callbacks. BesidesScott Long2007-05-161-0/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+6
* Add an xpt_rescan function and a thread that will fieldMatt Jacob2007-02-231-0/+1
* Add an xpt_print function to reduce most of the xpt_print_path/printfMatt Jacob2006-12-051-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+2
* 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/+75