summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_cd.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the DVD ioctl interface.ken2000-05-121-1/+586
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-45/+45
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-6/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-171-3/+4
* Quirk all Pioneer changers as changers up front, instead of waiting for theken1999-12-111-7/+1
* Recognize the Pioneer CD-ROM DRM-6324X as a changer.ken1999-12-071-1/+7
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-89/+36
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-16/+3
* Simplify cdevsw registration.phk1999-05-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-22/+21
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-221-8/+3
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-17/+21
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-9/+2
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-20/+15
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-12/+4
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-3/+4
* 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