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_sg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'periph == NULL' check from bunch of periph drivers.
mav
2012-10-10
1
-5
/
+0
*
Work around a race condition in devfs by changing the way closes
ken
2012-05-27
1
-20
/
+5
*
Fix a race condition in CAM peripheral free handling, locking
ken
2012-01-12
1
-1
/
+7
*
Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.
mav
2011-04-14
1
-1
/
+7
*
Pick up the right change, not it's close cousin. The one
mjacob
2010-05-11
1
-2
/
+4
*
Deal sensibly with more than 26 sg devices. It isn't a complete
mjacob
2010-05-11
1
-1
/
+6
*
We actually can generate a host number.
mjacob
2010-03-17
1
-1
/
+1
*
MFp4:
mav
2009-10-31
1
-2
/
+2
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
1
-0
/
+3
*
Add missing 'break' statements.
trasz
2009-05-12
1
-0
/
+2
*
Add missing 'break' statement.
trasz
2009-01-14
1
-0
/
+1
*
Don't call destroy_dev(9) with a mutex held. While here, shuffle
trasz
2009-01-10
1
-3
/
+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
-31
/
+4
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-1
/
+1
*
Don't delete the devalias, as per the man page.
scottl
2007-04-17
1
-4
/
+1
*
Destroy the devalias before destroying the dev.
scottl
2007-04-16
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-19
/
+38
*
A fix for the SG_GET_TIMEOUT function slipped into a previous commit by
scottl
2007-04-10
1
-8
/
+17
*
Make use of M_ZERO in various malloc calls.
scottl
2007-04-09
1
-5
/
+4
*
Fix a logic bug that slipped in at the last minute and apparently escaped
scottl
2007-04-09
1
-4
/
+3
*
Add the CAM 'SG' peripheral device. This device implements a subset of the
scottl
2007-04-07
1
-0
/
+987