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_xpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-2
/
+3
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
Release the bus reference that is acquired when doing a CAMIOCOMMAND
scottl
2007-05-16
1
-0
/
+1
*
Remove an assertion in xpt_print_path() that makes debugging code much more
scottl
2007-05-16
1
-1
/
+0
*
Add a helper function for registering async callbacks. Besides
scottl
2007-05-16
1
-0
/
+33
*
Eliminate the use of M_TEMP.
scottl
2007-05-14
1
-24
/
+24
*
Only schedule the xpt_finishconfig_task once. This fixes some potential
scottl
2007-04-27
1
-4
/
+6
*
Retire the spl() markers. Add in some minor missed locking as a result.
scottl
2007-04-19
1
-170
/
+24
*
Inline cam_periph_lock|unlock to make debugging easier. Use more
scottl
2007-04-19
1
-8
/
+8
*
Zero the CCBs when mallocing them.
scottl
2007-04-19
1
-2
/
+2
*
Split the camisr into per-SIM done queues. This optimizes the locking a
scottl
2007-04-19
1
-45
/
+45
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-13
/
+26
*
For the XPT_SASYNC_CB operation, only decouple the broadcast to the bus
scottl
2007-04-16
1
-86
/
+67
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-319
/
+447
*
A silly buglet found by Coverity- check the return value from
mjacob
2007-03-15
1
-1
/
+7
*
Add an xpt_rescan function and a thread that will field
mjacob
2007-02-23
1
-4
/
+49
*
fix botch
mjacob
2006-12-21
1
-1
/
+1
*
Pay attention to return value from xpt_bus_register in xpt_init.
mjacob
2006-12-21
1
-1
/
+5
*
Make cam_xpt's pronouncements match camcontrol
mjacob
2006-12-10
1
-1
/
+1
*
Add an xpt_print function to reduce most of the xpt_print_path/printf
mjacob
2006-12-05
1
-44
/
+44
*
Initial cut at Basic Domain Validation- just add some states to
mjacob
2006-12-04
1
-9
/
+213
*
XPT_GET_TRAN_SETTINGS can fail- so check for an error and
mjacob
2006-11-07
1
-1
/
+9
*
Fix the hanging chad if the NEW_TRAN_CODE change and change the
mjacob
2006-11-07
1
-2
/
+2
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-333
/
+0
*
New Dell 1950/2950 SES backplane drops off the bus if you poke
mjacob
2006-09-16
1
-0
/
+4
*
null commit to provide commit message to previous
mjacob
2006-09-11
1
-1
/
+1
*
PR: 103130
mjacob
2006-09-11
1
-1
/
+1
*
Grumble. VMWare ESX and VMWare WorkStation have *slightly* different
mjacob
2006-06-26
1
-1
/
+1
*
VMware disk volumes are only on LUN 0, and
mjacob
2006-06-24
1
-0
/
+5
*
Add PIM_SEQSCAN for HBA misc flags and code that understands
mjacob
2006-06-05
1
-32
/
+79
*
Handle some of the inquiry flags that have come into
mjacob
2006-05-30
1
-5
/
+4
*
CAM_NEW_TRAN_CODE placeholders for SAS support.
mjacob
2006-01-20
1
-0
/
+7
*
When deregistering a bus, attempt to flush out all outstanding
iedowse
2006-01-11
1
-8
/
+111
*
Make the exploring of all luns supported by an HBA more of a
mjacob
2005-09-16
1
-5
/
+38
*
- Providing fine-grained malloc statistic by replacing M_DEVBUF with
avatar
2005-07-01
1
-18
/
+30
*
Fixing a memory leak in xpt_release_device(), which can be quickly
avatar
2005-06-24
1
-0
/
+2
*
Do not initialize path variable with useless value just before
kan
2005-05-11
1
-1
/
+0
*
avoid use after free
sam
2005-03-31
1
-1
/
+1
*
Restore queue depth settings across tag disable events. The system often
gibbs
2005-03-23
1
-2
/
+13
*
Check the correct periph pointer after search for it.
scottl
2005-02-20
1
-1
/
+1
*
Provide locking for the ccb_bioq. This allows xpt_done() to be called without
scottl
2005-02-09
1
-5
/
+22
*
Add quirk for easyRAID ER5 alias areca ARC-6010.
mr
2005-01-25
1
-0
/
+5
*
This is a somewhat imperfect means to try and bring FreeBSD forward in
mjacob
2005-01-22
1
-3
/
+13
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Correct another location where inquiry length as calculated from the
gibbs
2004-11-18
1
-3
/
+5
*
Correct an off-by-one in the calculation of the inquiry buffer length
gibbs
2004-11-18
1
-1
/
+11
*
Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and given
scottl
2004-10-05
1
-12
/
+3
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Revert rev 1.140, it was a bit pre-mature.
ps
2004-06-21
1
-5
/
+0
*
Add a quirk for ciss to stop trying to read the serial number off
ps
2004-06-21
1
-0
/
+5
[next]