summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_cd.c
Commit message (Expand)AuthorAgeFilesLines
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.eivind1999-01-121-3/+3
* Add 'static' to the declaration, too.eivind1999-01-111-2/+2
* Like the problems just fixed in scsi_da.c, make suremjacob1999-01-071-6/+17
* Staticize.eivind1998-12-221-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-221-3/+9
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-66/+80
* Clean up some unused variables.ken1998-10-151-5/+1
* Bring over a quirk entry from the old SCSI code for a Chinon CDROM driveken1998-10-121-1/+5
* Some fixes for the CD and DA drivers from bde. (and some of my own asken1998-10-071-136/+97
* Treat not ready errors (asc 0x04) as non-fatal errors for attach. Weken1998-09-231-5/+10
* Some fixes to the CD driver that may fix PR kern/7996. The data directionken1998-09-201-29/+43
* Don't invalidate devices due to unexpected unit attention errors. Ingibbs1998-09-201-1/+7
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+3016
OpenPOWER on IntegriCloud