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
*
Make "kldunload atapicam" return EBUSY instead of deadlocking when a device
trasz
2009-01-08
1
-1
/
+34
*
cam: Retry TEST UNIT READY command if not successful.
raj
2009-01-08
1
-1
/
+8
*
Periph driver fixes, second try.
trasz
2008-12-19
1
-1
/
+1
*
Revert r186186 for now; it breaks stuff.
trasz
2008-12-17
1
-2
/
+1
*
Fix locking in periph drivers - don't try to unlock periph
trasz
2008-12-16
1
-1
/
+2
*
Add SIM refcounting. This is slightly different from what DragonFly
trasz
2008-12-16
1
-0
/
+2
*
Get rid of dead_sim. There is no way to make it work - any attempt
trasz
2008-12-16
1
-100
/
+5
*
Fix whitespace.
emaste
2008-08-01
1
-2
/
+2
*
When probing a newly found device, don't automatically assume that the
scottl
2008-02-27
1
-36
/
+95
*
Add a missing unlock to an error path fro XPT_DEBUG handling.
scottl
2008-02-26
1
-0
/
+1
*
Correct the kernel config hint in a printf statement.
brueffer
2008-01-28
1
-1
/
+1
*
style(9)
obrien
2008-01-02
1
-73
/
+73
*
Add a missing mutex unlock.
scottl
2007-12-16
1
-0
/
+1
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
Quirk for WD Mybook. Seems they do not like serial number queries.
imp
2007-06-30
1
-0
/
+12
*
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
[next]