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
/
scsi
/
scsi_cd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.
eivind
1999-01-12
1
-3
/
+3
*
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
*
Staticize.
eivind
1998-12-22
1
-3
/
+3
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+4
*
Fix a few problems that Bruce noticed about a month ago, and fix oup one
ken
1998-11-22
1
-3
/
+9
*
Fix a problem with the way we handled device invalidation when attaching
ken
1998-10-22
1
-66
/
+80
*
Clean up some unused variables.
ken
1998-10-15
1
-5
/
+1
*
Bring over a quirk entry from the old SCSI code for a Chinon CDROM drive
ken
1998-10-12
1
-1
/
+5
*
Some fixes for the CD and DA drivers from bde. (and some of my own as
ken
1998-10-07
1
-136
/
+97
*
Treat not ready errors (asc 0x04) as non-fatal errors for attach. We
ken
1998-09-23
1
-5
/
+10
*
Some fixes to the CD driver that may fix PR kern/7996. The data direction
ken
1998-09-20
1
-29
/
+43
*
Don't invalidate devices due to unexpected unit attention errors. In
gibbs
1998-09-20
1
-1
/
+7
*
SCSI Peripheral drivers for CAM:
gibbs
1998-09-15
1
-0
/
+3016