summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
Commit message (Expand)AuthorAgeFilesLines
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITjoerg1997-09-071-3/+7
* Removed unused #includes.bde1997-09-021-6/+1
* This mega-commit brings the following:joerg1997-05-041-1/+58
* add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the trackjmg1997-04-021-2/+36
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>bde1997-03-231-1/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Slightly re-order the sequence of commands issued, so try to sendjoerg1996-12-241-10/+7
* Close PR#2198:jkh1996-12-131-2/+2
* 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
OpenPOWER on IntegriCloud