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
*
Add quirk entries to disable the synchronize cache command for Micropolis
ken
1998-10-12
1
-10
/
+28
*
Bring over a quirk entry from the old SCSI code for a Chinon CDROM drive
ken
1998-10-12
1
-1
/
+5
*
If the bus delay is >= 2 seconds, notify the user that we are waiting
gibbs
1998-10-10
1
-2
/
+7
*
Add the quirk entry framework to handle disabling the synchronize cache
ken
1998-10-08
1
-25
/
+168
*
Add a quirk entry for the CFP2107, another drive with broken
gibbs
1998-10-07
1
-2
/
+9
*
Up the read capacity timeout from 20 seconds to 60 seconds to keep my
imp
1998-10-07
1
-2
/
+2
*
Some fixes for the CD and DA drivers from bde. (and some of my own as
ken
1998-10-07
2
-199
/
+147
*
Disable multi-lun probing and serial number inquiries for the Exabyte 8200.
ken
1998-10-06
1
-1
/
+12
*
Fix a printf format warning that shows up when CAMDEBUG is defined.
ken
1998-10-02
1
-2
/
+2
*
Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel to
ken
1998-10-02
3
-4
/
+19
*
Modify the changer driver so it can handle (hopefully!) changers that need
ken
1998-10-02
2
-70
/
+218
*
Patches from DES to create three new kernel config options to control
ken
1998-10-02
1
-7
/
+16
*
In the bootverbose case, print out error messages for all errors that will
ken
1998-09-29
2
-8
/
+18
*
Fixed printf format errors. u_long is not necessarily suitable for casting
bde
1998-09-29
1
-5
/
+7
*
Correct problems with xpt_set_transfer_settings and async transfer
gibbs
1998-09-25
1
-56
/
+68
*
Fix a few problems with the tag delay code:
gibbs
1998-09-24
1
-47
/
+68
*
Treat not ready errors (asc 0x04) as non-fatal errors for attach. We
ken
1998-09-23
1
-5
/
+10
*
Allow 5 untagged commands to go to a device before enabling tags after
gibbs
1998-09-23
1
-30
/
+90
*
Add several quirks:
ken
1998-09-22
1
-1
/
+43
*
cam.c:
gibbs
1998-09-22
2
-12
/
+13
*
Some fixes to the CD driver that may fix PR kern/7996. The data direction
ken
1998-09-20
2
-121
/
+134
*
Don't invalidate devices due to unexpected unit attention errors. In
gibbs
1998-09-20
2
-2
/
+14
*
cam_xpt.c:
gibbs
1998-09-20
2
-9
/
+25
*
Only deregister out configuration hook manually if there are no SCSI
gibbs
1998-09-20
1
-5
/
+6
*
Don't leave the device queue in a frozen state if the Synchronize Cache
gibbs
1998-09-19
1
-1
/
+8
*
Fix error recovery in scsi_interpret_sense(). It turns out that ERESTART
ken
1998-09-19
1
-15
/
+27
*
Fix the CAM code so that people can compile kernels with the CD driver but
ken
1998-09-18
4
-222
/
+209
*
Change the Atlas II quirk entries so they work with differential Atlas
ken
1998-09-18
1
-3
/
+8
*
Fix a formatting error.
ken
1998-09-17
1
-19
/
+31
*
Some Alpha patches for CAM from Doug Rabson.
ken
1998-09-16
2
-3
/
+5
*
Properly allocate our, per lun, probe peripheral softc from
gibbs
1998-09-16
1
-2
/
+2
*
Check to make sure that this device is opened read-write, not just read
ken
1998-09-16
2
-2
/
+14
*
Correct printf format bugs.
gibbs
1998-09-15
2
-8
/
+9
*
SCSI Peripheral drivers for CAM:
gibbs
1998-09-15
17
-0
/
+16497
*
CAM Transport Layer (XPT).
gibbs
1998-09-15
17
-0
/
+9682