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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable tagged queueing for the IBM DCAS drives. These drives have poor
ken
1999-03-14
1
-1
/
+30
*
People who wanted the "tagged opening" message can boot -v. The rest
jkh
1999-03-11
1
-2
/
+2
*
The 4 gig version of the Seagate Medalist Pro seems to have the same
ken
1999-03-07
1
-5
/
+21
*
Implement the control device for the "targ" target mode processor target
gibbs
1999-03-05
2
-81
/
+256
*
Silence errors.
gibbs
1999-03-05
1
-4
/
+11
*
Silence complaints about synchronize cache requests that fail with illegal
gibbs
1999-03-05
1
-5
/
+33
*
xpt_done has no reason to take a volatile ccb *.
gibbs
1999-03-05
1
-2
/
+2
*
Protect access to the EDT with splcam() to protect against corruption
gibbs
1999-03-05
1
-35
/
+96
*
Add constants and macros for dealing with XPT opcode group types.
gibbs
1999-03-05
1
-1
/
+9
*
+Match against T4000* for HP QIC quirks (not T4000S* where it doesn't then
mjacob
1999-03-01
1
-14
/
+28
*
Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems this
ken
1999-02-26
1
-4
/
+16
*
Fix sync rate and transfer rate printouts in xpt_announce_periph().
ken
1999-02-18
1
-6
/
+18
*
Completely set information in the transaction description before performing
gibbs
1999-02-11
1
-4
/
+4
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
6
-15
/
+21
*
quiet the alpha compiler
mjacob
1999-02-05
1
-3
/
+3
*
Extend unit numbers to a full 10 bits (split into sections
mjacob
1999-02-05
1
-72
/
+323
*
add QIC 525,320,1320,3080 codes
mjacob
1999-02-05
1
-1
/
+4
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
2
-4
/
+4
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
1
-3
/
+3
*
put it back the way it was
mjacob
1999-01-20
1
-9
/
+2
*
temporary fix so alpha stays working while configure code is fixed
mjacob
1999-01-20
1
-2
/
+9
*
By popular demand, back out the CONNER CFP* quirk entry, and return it to
ken
1999-01-20
1
-2
/
+2
*
The Samsung WN34324U is broken for tagged queueing.
ken
1999-01-19
1
-2
/
+13
*
Generalize the quirk entry for the Conner CFP* drives. It did just cover
ken
1999-01-19
1
-4
/
+24
*
Call the xpt_init() hook during at the start of the configure() process
peter
1999-01-19
1
-5
/
+7
*
Sascha Blank <blank@uni-trier.de> convinced me I was an
mjacob
1999-01-16
1
-20
/
+22
*
More bandaids. One important one from Sascha Blank
mjacob
1999-01-16
1
-164
/
+92
*
Replace includes of <sys/kernel.h> with includes of
jdp
1999-01-14
1
-2
/
+2
*
Add support for wildcard device entries in the EDT. The target mode
gibbs
1999-01-14
1
-94
/
+42
*
The target mode 'Black Hole' device. This peripheral driver provides inquiry
gibbs
1999-01-14
1
-0
/
+715
*
Properly handle transfers that only consume partial buffers.
gibbs
1999-01-14
1
-6
/
+10
*
Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
eivind
1999-01-12
1
-3
/
+3
*
Clean up and fix quirk table (was missing necessary wildcards) and add a couple
mjacob
1999-01-12
1
-34
/
+61
*
Make HP T4000S quirk to FIXED mode
mjacob
1999-01-11
1
-1
/
+5
*
Add 'static' to the declaration, too.
eivind
1999-01-11
1
-2
/
+2
*
Like the problems just fixed in scsi_da.c, make sure
mjacob
1999-01-07
1
-6
/
+17
*
A better fix to avoid race conditions between failed probes
mjacob
1999-01-07
1
-6
/
+15
*
The Quantum Atlas III evidently has an identical problem to the Atlas II.
ken
1999-01-07
1
-1
/
+22
*
The Conner CFP2107 is a fixed-media drive, not removable media. This fixes
ken
1999-01-05
1
-2
/
+10
*
Add a quirk that disables SYNCHRONIZE CACHE
mjacob
1999-01-05
1
-1
/
+10
*
Temporary workaround (bandaid) for case where you have READ
mjacob
1999-01-03
1
-3
/
+5
*
Force ARCHIVE Vipers to be FIXED
mjacob
1998-12-28
1
-1
/
+5
*
a more correct change that should meet the sniff test
mjacob
1998-12-24
1
-14
/
+10
*
Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again.
mjacob
1998-12-24
1
-3
/
+3
*
you can retry SYNC CACHE on UA errors
mjacob
1998-12-23
1
-2
/
+3
*
Staticize.
eivind
1998-12-22
3
-17
/
+17
*
Add a quirk NORRLS (no reserve/release) which can (and
mjacob
1998-12-22
1
-39
/
+84
*
1) Fix some serious bugs (1 botch on my part which caused a filemark to be
mjacob
1998-12-19
1
-40
/
+89
*
Add in block position/block locate functions.
mjacob
1998-12-18
1
-21
/
+141
*
Add structures and function definitions pertinent for hardware locate support.
mjacob
1998-12-18
1
-1
/
+51
[next]