aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi/cd.c
Commit message (Expand)AuthorAgeFilesLines
* Obsoleted by CAM.Justin T. Gibbs1998-09-151-1419/+0
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-2/+2
* Removed unused includes.Bruce Evans1998-08-171-2/+1
* Use the slice interfaces for SCSI cdroms. This centralizes handlingBruce Evans1998-07-301-203/+115
* Fixed printf format errors.Bruce Evans1998-07-111-15/+14
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-9/+17
* Added used include of "ioconf.h" - don't depend on pollution inBruce Evans1998-06-171-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Fixed spelling of "fictitious" in diagnostics and commentsDag-Erling Smørgrav1998-04-271-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Allow slow SCSI CDROMs more time to start up.James Raynard1997-12-141-1/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Convert to use the new bufq* functions for dealing with bufferJustin T. Gibbs1997-09-211-5/+5
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITJoerg Wunsch1997-09-071-3/+7
* Removed unused #includes.Bruce Evans1997-09-021-6/+1
* This mega-commit brings the following:Joerg Wunsch1997-05-041-1/+58
* add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the trackJohn-Mark Gurney1997-04-021-2/+36
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>Bruce Evans1997-03-231-1/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Slightly re-order the sequence of commands issued, so try to sendJoerg Wunsch1996-12-241-10/+7
* Close PR#2198:Jordan K. Hubbard1996-12-131-2/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-26/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-13/+3
* Turn SCSIDEBUG into a new-style option.Joerg Wunsch1996-07-141-1/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-1/+5
* Fixed devfs group and permissions of some more disk devices.Bruce Evans1996-03-291-7/+12
* Using devfs_add_devswf() instead of devfs_add_devsw()Marc G. Fournier1996-03-281-21/+13
* Cleanse the SCSI subsystem of its internally defined typesJustin T. Gibbs1996-03-101-51/+51
* Physically ask for leadout entry instead of asking ofAndrey A. Chernov1996-02-131-22/+39
* Simplify READTOCENTRYS by removing fake leadout code,Andrey A. Chernov1996-02-021-37/+5
* I forget the fact that cd_read_toc reads toc header in any caseAndrey A. Chernov1996-02-021-3/+3
* Remove statement that does nothing now, forget in my prev. commitAndrey A. Chernov1996-02-011-2/+1
* Oops, pick wrong volume size for leadout entryAndrey A. Chernov1996-02-011-3/+3
* Don't convert LBA to host order, they must stay in network orderAndrey A. Chernov1996-01-301-6/+1
* OOPS, forget to adjust starting track to not physically readAndrey A. Chernov1996-01-301-8/+9
* Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping.Andrey A. Chernov1996-01-301-9/+37
* READTOCENTRYS: make fake leadout entryAndrey A. Chernov1996-01-301-3/+26
* READTOCENTRYS: handle 0 and lead out requests, add argument checkingAndrey A. Chernov1996-01-301-11/+34
* Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.Garrett Wollman1996-01-051-1/+3
* Use a medium_type field of 0 (Default), instead of the value that wasJoerg Wunsch1995-12-301-3/+9
* Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changerPeter Dufault1995-12-201-2/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+2
* Replaced cdsize by generic nopsize.Bruce Evans1995-12-101-27/+20
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2