index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
cam
/
cam_periph.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix a problem with the way we handled device invalidation when attaching
ken
1998-10-22
1
-6
/
+17
*
Clean up some unused variables.
ken
1998-10-15
1
-3
/
+1
*
Fix a bug in the error recovery code. It was possible to have more than
ken
1998-10-13
1
-1
/
+57
*
Fixed printf format errors. u_long is not necessarily suitable for casting
bde
1998-09-29
1
-5
/
+7
*
cam_xpt.c:
gibbs
1998-09-20
1
-4
/
+11
*
CAM Transport Layer (XPT).
gibbs
1998-09-15
1
-0
/
+1493