summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove devconf, it never grew up to be of any use.phk1996-09-061-26/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Turn SCSIDEBUG into a new-style option.joerg1996-07-141-1/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+5
* Fixed devfs group and permissions of some more disk devices.bde1996-03-291-7/+12
* Using devfs_add_devswf() instead of devfs_add_devsw()scrappy1996-03-281-21/+13
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-52/+52
* Physically ask for leadout entry instead of asking ofache1996-02-131-22/+39
* Simplify READTOCENTRYS by removing fake leadout code,ache1996-02-021-37/+5
* I forget the fact that cd_read_toc reads toc header in any caseache1996-02-021-3/+3
* Remove statement that does nothing now, forget in my prev. commitache1996-02-011-2/+1
* Oops, pick wrong volume size for leadout entryache1996-02-011-3/+3
* Don't convert LBA to host order, they must stay in network orderache1996-01-301-6/+1
* OOPS, forget to adjust starting track to not physically readache1996-01-301-8/+9
* Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.ache1996-01-301-9/+37
* READTOCENTRYS: make fake leadout entryache1996-01-301-3/+26
* READTOCENTRYS: handle 0 and lead out requests, add argument checkingache1996-01-301-11/+34
* 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
OpenPOWER on IntegriCloud