summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
Commit message (Expand)AuthorAgeFilesLines
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.wollman1996-01-051-1/+3
* Use a medium_type field of 0 (Default), instead of the value that wasjoerg1995-12-301-3/+9
* Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerdufault1995-12-201-2/+2
* Another mega commit to staticize things.phk1995-12-141-2/+2
* Replaced cdsize by generic nopsize.bde1995-12-101-27/+20
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Make NEW_SCSICONF the default way of doing thingsjulian1995-12-101-2/+6
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-49/+69
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+55
* Mega commit for sysctl.phk1995-11-201-5/+3
* First set of changes to eliminate the ad-hoc device buffer queues,dyson1995-11-191-10/+9
* Minor aesthetics (changed "." to space in "cd present.[a x b records]"asami1995-11-151-3/+3
* Make a lot of things static.phk1995-10-211-12/+12
* Remove trailing whitespace.rgrimes1995-05-301-28/+28
* Moved unit definitions out of scsiconf.h;dufault1995-05-031-2/+5
* Set SCSI_NOSLEEP only when we really need to. This requires an additionalgibbs1995-04-231-5/+6
* Added "scsi target" device that can act as a target for scsi transfersdufault1995-04-141-18/+16
* cd.c: Julian's CD audio cleanupdufault1995-03-211-39/+35
* 1. Add text for ASC/ASCQdufault1995-03-151-3/+3
* 1. Change driver signatures to full signature for slice support.dufault1995-03-041-17/+17
* Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.comdufault1995-03-011-184/+104
* Reviewed by: gibbs@estienne.CS.Berkeley.EDUdufault1995-01-081-11/+11
* Fix the "wds" count stat.bde1994-12-241-2/+2
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-161-9/+2
* added a missing '\n' in both files.phk1994-12-031-2/+2
* Remove unused definition of Debugger().bde1994-11-151-6/+1
* Julian Elischer's disklabel fixes.jkh1994-10-271-4/+2
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+8
* all: register deviceswollman1994-10-191-1/+52
* Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtuallyphk1994-10-081-61/+75
* Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now onlyse1994-09-161-2/+2
* Reviewed by: Stefan Esser <se>se1994-08-311-5/+16
* Rather than exclude bounce buffers support with NOBOUNCE, include itdg1994-08-311-2/+2
* Raw partition is 2 nowache1994-08-291-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-5/+4
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-4/+4
* Bug fixes and performance improvements from John Dyson and myself:dg1994-04-201-1/+4
* Bounce buffers. From John Dyson with help from me.dg1994-03-231-1/+9
* Fixed CDIOREADTOCENTRYS ioctl call so that it returns only the entriesswallace1994-02-051-9/+11
* Patch from Julian. Commit message by me.rgrimes1994-01-291-3/+11
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-11/+20
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-3/+10
* New version of scsi code from Julianrgrimes1993-11-181-1426/+820
* Fixed comments.wollman1993-11-181-2/+2
* >From julian@jules.DIALix.oz.au Fri Sep 10 22:58:30 1993rgrimes1993-09-211-302/+339
* The dynamically allocated struct's where not getting properly initializedrgrimes1993-09-201-1/+3
* The scsi cd.c driver is now fully dynamic. You can change the linesrgrimes1993-09-091-63/+116
* First pass fixes to start using malloc structures for all per unitrgrimes1993-09-081-31/+74
OpenPOWER on IntegriCloud