aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt_sim.h
Commit message (Expand)AuthorAgeFilesLines
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-4/+0
* Remove xpt_sim_opened(), the only consumer of which was atapicam, which isAlexander Motin2013-04-041-1/+0
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-121-0/+2
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-2/+6
* Make "kldunload atapicam" return EBUSY instead of deadlocking when a deviceEdward Tomasz Napierala2009-01-081-0/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.Justin T. Gibbs2000-01-141-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
* xpt_release_devq now takes a count.Justin T. Gibbs1999-08-161-2/+3
* xpt_done has no reason to take a volatile ccb *.Justin T. Gibbs1999-03-051-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+50