summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.h
Commit message (Expand)AuthorAgeFilesLines
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-1/+0
* Fix a race condition in CAM peripheral free handling, lockingken2012-01-121-0/+2
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-0/+8
* MFp4: Large set of CAM inprovements.mav2010-01-281-1/+5
* MFp4:mav2009-12-061-0/+6
* MFp4:mav2009-11-041-1/+0
* MFp4:mav2009-10-311-0/+2
* Change cam_periph_ioctl() to take 'cmd' and a u_long instead of anscottl2009-06-221-1/+1
* Periph driver fixes, second try.trasz2008-12-191-0/+1
* Inline cam_periph_lock|unlock to make debugging easier. Use morescottl2007-04-191-2/+13
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+5
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-051-2/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-0/+2
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+24
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* *sigh* I must have been on something that night. Make xpt_periph ann_hibma2000-05-071-1/+1
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-031-0/+2
* Various typo's.n_hibma2000-03-151-1/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-221-1/+9
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-3/+7
* Fix a bug in the error recovery code. It was possible to have more thanken1998-10-131-1/+2
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+135
OpenPOWER on IntegriCloud