aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_periph.h
Commit message (Expand)AuthorAgeFilesLines
* Inline cam_periph_lock|unlock to make debugging easier. Use moreScott Long2007-04-191-2/+13
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+5
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenScott Long2004-10-051-2/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-0/+2
* Change the peripheral driver list from a linker set to module drivenPeter Wemm2001-02-071-1/+24
* 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
* *sigh* I must have been on something that night. Make xpt_periph anNick Hibma2000-05-071-1/+1
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-031-0/+2
* Various typo's.Nick Hibma2000-03-151-1/+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
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-221-1/+9
* Fix a problem with the way we handled device invalidation when attachingKenneth D. Merry1998-10-221-3/+7
* Fix a bug in the error recovery code. It was possible to have more thanKenneth D. Merry1998-10-131-1/+2
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+135