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
*
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
*
cleanup some of the XPORT_FC code
mjacob
2001-06-24
1
-24
/
+18
*
Hints overhaul:
peter
2001-06-12
1
-5
/
+5
*
first blush at some FC path inquiry settings
mjacob
2001-06-04
1
-0
/
+20
*
Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.
mjacob
2001-06-04
1
-1
/
+12
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-2
/
+0
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-28
/
+608
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
In xpt_set_transfer_settings(), force async if either the period or the
ken
2001-03-13
1
-10
/
+12
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-8
/
+6
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-10
/
+6
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-6
/
+6
*
Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and other
ken
2001-01-29
1
-11
/
+0
*
Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would
joerg
2001-01-23
1
-0
/
+10
*
Add tags quirk for IBM DNES drives.
mjacob
2001-01-16
1
-0
/
+11
*
Fix async notifications for listners registered to wildcard nodes. For
gibbs
2000-11-06
1
-55
/
+77
*
Treat engine inquiry the same as path inquiry in xptioctl().
gibbs
2000-10-31
1
-5
/
+3
*
Allow async transfer negotiation updates to modify tagging behavior.
gibbs
2000-10-31
1
-3
/
+1
*
Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.
scottl
2000-10-30
1
-1
/
+7
*
Add the use of M_ZERO to some malloc calls.
dwmalone
2000-10-29
1
-4
/
+3
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-29
/
+17
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Slight cleanup - this is logically equivalent code but means one less
peter
2000-10-15
1
-6
/
+6
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-1
/
+1
[next]