aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam.c
Commit message (Expand)AuthorAgeFilesLines
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+3
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-0/+38
* Fix two (very common) occurrences of s/sytem/system in comments.Benedict Reuschling2010-08-021-1/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-3/+3
* MFp4:Alexander Motin2009-11-111-1/+5
* MFp4:Alexander Motin2009-11-031-7/+35
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-0/+2
* Include <camlib.h> for cam_path_string().Ed Schouten2009-06-141-0/+1
* Remove duplicate includes.Olivier Houchard2007-05-231-1/+0
* Do more guarding against zero divide traps for the geom subroutine.Matt Jacob2006-04-181-1/+14
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-0/+25
* Use __FBSDID().David E. O'Brien2003-06-101-3/+4
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-0/+1
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalMike Smith2002-01-091-0/+7
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-0/+244
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* cam.c:Justin T. Gibbs1998-09-221-3/+4
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+108