summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-7/+6
* When autosense fails, make sure we retry the command.ken2000-01-251-1/+1
* A minimal update to the device wiring code so that it looks at thepeter2000-01-231-55/+51
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-4/+6
* Put an upper bound on the number of BUSY status retries we'll do (use themjacob1999-10-161-8/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* int/long printf format problems on the Alpha.peter1999-07-011-4/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.gibbs1999-05-251-2/+2
* Fix the read/write permission checks in cam_periph_mapmem(). If we'reken1999-05-251-4/+4
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillgibbs1999-05-231-10/+14
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-221-1/+77
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-2/+18
* cam_periph.c:gibbs1999-04-191-3/+4
* Use PHOLD/PRELE rather than P_PHYSIO.peter1999-04-061-5/+5
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+3
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* At Justin's request, limit the size of buffers that can be mapped intoken1998-12-161-4/+4
* Probable fix for the "cdda2wav" panics that various people have beenken1998-12-161-47/+39
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-6/+17
* Clean up some unused variables.ken1998-10-151-3/+1
* Fix a bug in the error recovery code. It was possible to have more thanken1998-10-131-1/+57
* Fixed printf format errors. u_long is not necessarily suitable for castingbde1998-09-291-5/+7
* cam_xpt.c:gibbs1998-09-201-4/+11
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+1493
OpenPOWER on IntegriCloud