| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't be so chatty when performing manual sense. This should make ATAPICAM | scottl | 2003-11-08 | 1 | -2/+2 |
* | In camperiphdone(), make sure we check for fatal errors and bail out | ken | 2003-10-27 | 1 | -2/+17 |
* | There is no need to muck about with the B_PHYS flag here. We never even | phk | 2003-10-18 | 1 | -8/+0 |
* | (camperiphdone): When the cam_periph layer performs sense recovery, | thomas | 2003-09-21 | 1 | -1/+1 |
* | In case vmapbuf() fails, release all of the held resources. | alc | 2003-09-10 | 1 | -5/+3 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Add /* FALLTHROUGH */ | phk | 2003-06-01 | 1 | -0/+4 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 1 | -0/+3 |
* | Sufficient access checks are performed by vmapbuf() that calling useracc() | alc | 2003-04-06 | 1 | -19/+0 |
* | Run a revision of the devstat interface: | phk | 2003-03-15 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Close the remaining user address mapping races for physical | dillon | 2003-01-20 | 1 | -3/+23 |
* | Panic message strings do not need a trailing \n. | imp | 2002-11-14 | 1 | -1/+1 |
* | Make SCSI_DELAY setable at boot time and runtime via the | brooks | 2002-09-02 | 1 | -1/+1 |
* | Add some \n's to printf()s | peter | 2002-08-24 | 1 | -5/+5 |
* | Fix unit wiring. Also, change the variable "hit" to "wired" so that it | peter | 2002-08-24 | 1 | -11/+9 |
* | If we boot verbose, then print out 'interesting' CAM errors that otherwise | mjacob | 2002-06-07 | 1 | -5/+65 |
* | Kill the command (don't rerun it) if we had an AUTOSENSE failure. | mjacob | 2001-07-30 | 1 | -3/+5 |
* | Hints overhaul: | peter | 2001-06-12 | 1 | -14/+15 |
* | In camperiphscsisenseerror(), don't return an error when the error action | ken | 2001-04-30 | 1 | -0/+3 |
* | Fix an off-by-2 error in periphdriver_register(). The read side of the | ken | 2001-04-16 | 1 | -1/+1 |
* | If we have and error and are booting verbosely, don't be complaining | mjacob | 2001-04-04 | 1 | -1/+7 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -0/+2 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 1 | -473/+445 |
* | Change the peripheral driver list from a linker set to module driven | peter | 2001-02-07 | 1 | -6/+26 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Remove unused #includes | phk | 2000-10-30 | 1 | -1/+0 |
* | Change the "Duplicate Wired Device entry" printout in camperiphnextunit to | ken | 2000-08-29 | 1 | -7/+13 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -7/+6 |
* | When autosense fails, make sure we retry the command. | ken | 2000-01-25 | 1 | -1/+1 |
* | A minimal update to the device wiring code so that it looks at the | peter | 2000-01-23 | 1 | -55/+51 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | phk | 1999-10-30 | 1 | -4/+6 |
* | Put an upper bound on the number of BUSY status retries we'll do (use the | mjacob | 1999-10-16 | 1 | -8/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | int/long printf format problems on the Alpha. | peter | 1999-07-01 | 1 | -4/+4 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+3 |
* | Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI. | gibbs | 1999-05-25 | 1 | -2/+2 |
* | Fix the read/write permission checks in cam_periph_mapmem(). If we're | ken | 1999-05-25 | 1 | -4/+4 |
* | Rely on the statistics in XPT_GDEV_STATS instead of the versions still | gibbs | 1999-05-23 | 1 | -10/+14 |
* | Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb | gibbs | 1999-05-22 | 1 | -1/+77 |
* | Add a facility in the CAM error handling code to retry selection timeouts. | ken | 1999-05-09 | 1 | -2/+18 |
* | cam_periph.c: | gibbs | 1999-04-19 | 1 | -3/+4 |
* | Use PHOLD/PRELE rather than P_PHYSIO. | peter | 1999-04-06 | 1 | -5/+5 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -3/+3 |
* | Replace includes of <sys/kernel.h> with includes of | jdp | 1999-01-14 | 1 | -2/+2 |
* | At Justin's request, limit the size of buffers that can be mapped into | ken | 1998-12-16 | 1 | -4/+4 |
* | Probable fix for the "cdda2wav" panics that various people have been | ken | 1998-12-16 | 1 | -47/+39 |