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
/
scsi
/
scsi_targ_bh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge CAM locking changes from the projects/camlock branch to radically
mav
2013-10-21
1
-16
/
+3
*
Bring legacy CAM target implementation back into API/KPI-coherent and even
mav
2013-09-01
1
-5
/
+5
*
Fix targbh crash on XPT_IMMED_NOTIFY error during attach.
mav
2013-09-01
1
-13
/
+10
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
1
-6
/
+10
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Replace most of priority numbers with defines. No logical changes.
mav
2009-10-23
1
-8
/
+8
*
Add a helper function for registering async callbacks. Besides
scottl
2007-05-16
1
-16
/
+2
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-8
/
+2
*
Add an xpt_print function to reduce most of the xpt_print_path/printf
mjacob
2006-12-05
1
-9
/
+9
*
- Providing fine-grained malloc statistic by replacing M_DEVBUF with
avatar
2005-07-01
1
-15
/
+17
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
- Pick up a correct path_id for the bus on AC_PATH_REGISTERED.
simokawa
2003-09-30
1
-6
/
+12
*
Detach black hole device on AC_PATH_DEREGISTERED.
simokawa
2003-09-25
1
-19
/
+20
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-7
/
+4
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-2
/
+0
*
Remove redundant printf from targbhasync() since all places that return an
njl
2003-01-23
1
-4
/
+0
*
Remove usage of cam_extend.c, replace with dev->si_drv1
njl
2002-08-15
1
-1
/
+0
*
Propagate CAM_DIS_DISCONNECT on through:
mjacob
2001-07-30
1
-5
/
+54
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-1
/
+1
*
"Rejected with status" is better than "Rejected for status".
mjacob
2001-01-24
1
-1
/
+1
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-1
/
+0
*
Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unless
mjacob
2000-07-14
1
-1
/
+2
*
Properly initialize softc. Do some minor SCSI_CDB6_LEN changes.
mjacob
2000-07-14
1
-4
/
+4
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Propagate sense data through from SIM (if there) and mark the CTIO
mjacob
2000-01-25
1
-2
/
+28
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Silence errors.
gibbs
1999-03-05
1
-4
/
+11
*
The target mode 'Black Hole' device. This peripheral driver provides inquiry
gibbs
1999-01-14
1
-0
/
+715