summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.c
Commit message (Expand)AuthorAgeFilesLines
* If we boot verbose, then print out 'interesting' CAM errors that otherwisemjacob2002-06-071-5/+65
* Kill the command (don't rerun it) if we had an AUTOSENSE failure.mjacob2001-07-301-3/+5
* Hints overhaul:peter2001-06-121-14/+15
* In camperiphscsisenseerror(), don't return an error when the error actionken2001-04-301-0/+3
* Fix an off-by-2 error in periphdriver_register(). The read side of theken2001-04-161-1/+1
* If we have and error and are booting verbosely, don't be complainingmjacob2001-04-041-1/+7
* Catch up to header include changes:jhb2001-03-281-0/+2
* Rewrite of the CAM error recovery code.ken2001-03-271-473/+445
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-6/+26
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Remove unused #includesphk2000-10-301-1/+0
* Change the "Duplicate Wired Device entry" printout in camperiphnextunit token2000-08-291-7/+13
* 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