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_sim.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFp4: Large set of CAM inprovements.
mav
2010-01-28
1
-1
/
+2
*
Fix cam_sim_free() wakeup condition and add mtx_asserts.
trasz
2008-12-19
1
-1
/
+3
*
Add SIM refcounting. This is slightly different from what DragonFly
trasz
2008-12-16
1
-0
/
+29
*
Split the camisr into per-SIM done queues. This optimizes the locking a
scottl
2007-04-19
1
-0
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-27
/
+32
*
- Providing fine-grained malloc statistic by replacing M_DEVBUF with
avatar
2005-07-01
1
-3
/
+6
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
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
*
Const'ify cam_sim.sim_name to quiet warnings.
jhb
2001-01-24
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-10
/
+3
*
CAM Transport Layer (XPT).
gibbs
1998-09-15
1
-0
/
+112