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
*
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
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
Compare the *number* of patterns to zero, not the *pointer* to the
cperciva
2004-02-28
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking the
scottl
2003-11-09
1
-0
/
+58
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+4
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-8
/
+5
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Note that the large Hitachi's are also CAM_QUIRK_HILUNS
mjacob
2002-09-23
1
-0
/
+8
*
Make SCSI_DELAY setable at boot time and runtime via the
brooks
2002-09-02
1
-3
/
+3
*
Add \n to various printfs. grep shows these should be the last ones.
njl
2002-08-27
1
-3
/
+3
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Make Veritas Storage Appliance a HILUNS device.
mjacob
2002-04-24
1
-0
/
+5
*
Maxtor Personal Storage 3000XT (Firewire) hangs upon
simokawa
2002-03-24
1
-0
/
+11
*
Define the kern.cam sysctl in the cam layer, rather than multiply in several
msmith
2002-01-09
1
-2
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-2
/
+2
*
Bring the probe inquiry code in line with the SCSI spec.
ken
2001-11-27
1
-43
/
+35
*
Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.
dg
2001-11-19
1
-0
/
+10
*
Back out revision 1.117; the correct solution is to upgrade the
iedowse
2001-11-19
1
-9
/
+0
*
Hitachi DK32 disks have problems with tagged queuing under load.
iedowse
2001-11-19
1
-0
/
+9
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
[next]