aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_periph.c
Commit message (Expand)AuthorAgeFilesLines
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-3/+3
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* At Justin's request, limit the size of buffers that can be mapped intoKenneth D. Merry1998-12-161-4/+4
* Probable fix for the "cdda2wav" panics that various people have beenKenneth D. Merry1998-12-161-47/+39
* Fix a problem with the way we handled device invalidation when attachingKenneth D. Merry1998-10-221-6/+17
* Clean up some unused variables.Kenneth D. Merry1998-10-151-3/+1
* Fix a bug in the error recovery code. It was possible to have more thanKenneth D. Merry1998-10-131-1/+57
* Fixed printf format errors. u_long is not necessarily suitable for castingBruce Evans1998-09-291-5/+7
* cam_xpt.c:Justin T. Gibbs1998-09-201-4/+11
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+1493