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_pass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove priority enforcement from xpt_ation(). It is not good and even not
mav
2012-10-27
1
-3
/
+8
*
Protect xpt_getattr() calls with the SIM lock and assert that.
mav
2012-10-12
1
-5
/
+7
*
Remove 'periph == NULL' check from bunch of periph drivers.
mav
2012-10-10
1
-5
/
+0
*
Fix several reference counting and object lifetime issues between
ken
2012-06-20
1
-11
/
+64
*
One more major cam_periph_error() rewrite to improve error handling and
mav
2012-06-09
1
-3
/
+3
*
Work around a race condition in devfs by changing the way closes
ken
2012-05-27
1
-20
/
+6
*
Plumb device physical path reporting from CAM devices, through GEOM and
gibbs
2011-06-14
1
-9
/
+66
*
Lay groundwork in CAM for recording and reporting physical path and
gibbs
2011-06-14
1
-2
/
+2
*
Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.
mav
2011-04-14
1
-2
/
+13
*
Fix a few issues related to the XPT_GDEV_ADVINFO CCB.
ken
2010-12-10
1
-4
/
+5
*
Add Serial Management Protocol (SMP) passthrough support to CAM.
ken
2010-11-30
1
-3
/
+5
*
Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as
mdf
2010-09-20
1
-1
/
+5
*
MFp4: Large set of CAM inprovements.
mav
2010-01-28
1
-7
/
+5
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
1
-1
/
+2
*
Remove dead code.
trasz
2009-05-12
1
-2
/
+0
*
There is no need to initialize the variable here.
bz
2009-01-31
1
-2
/
+0
*
Don't call destroy_dev(9) with a mutex held. While here, shuffle
trasz
2009-01-10
1
-5
/
+4
*
Fix refcount locking in cd, pass, and sg periphs.
scottl
2008-12-21
1
-2
/
+2
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-2
/
+2
*
Add a helper function for registering async callbacks. Besides
scottl
2007-05-16
1
-32
/
+4
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-26
/
+32
*
Add an xpt_print function to reduce most of the xpt_print_path/printf
mjacob
2006-12-05
1
-11
/
+7
*
access only has 2 esses.
jhb
2006-08-14
1
-1
/
+1
*
Don't pass unadulterated unit numbers to make_dev and its ilk- if you
mjacob
2005-01-22
1
-4
/
+5
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
1
-4
/
+4
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
1
-4
/
+0
*
Remove usage of cam_extend.c, replace with dev->si_drv1
njl
2002-08-15
1
-38
/
+8
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
o Modify access control code for the CAM SCSI pass-through device to
rwatson
2001-09-26
1
-2
/
+4
*
s/securelvel/securelevel/
rwatson
2001-09-25
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Check the void * argument in the AC_FOUND_DEV case against NULL. Whether
mjacob
2001-07-04
1
-0
/
+2
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-194
/
+35
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-1
/
+1
*
Remove unused #includes
phk
2000-10-30
1
-3
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Don't include <sys/buf.h> twice.
phk
2000-04-18
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-30
/
+30
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-4
/
+4
*
Do the minor changes needed because of change to ccb_getdev structure.
mjacob
2000-01-17
1
-2
/
+2
*
Convert the xpt, pass, pt and target drivers to use the new
ken
1999-11-17
1
-3
/
+9
[next]