summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
Commit message (Expand)AuthorAgeFilesLines
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Removed unused includes.bde1998-08-171-2/+1
* Use the slice interfaces for SCSI cdroms. This centralizes handlingbde1998-07-301-203/+115
* Fixed printf format errors.bde1998-07-111-15/+14
* There is no such thing any more as "struct bdevsw".julian1998-07-041-9/+17
* Added used include of "ioconf.h" - don't depend on pollution inbde1998-06-171-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Fixed spelling of "fictitious" in diagnostics and commentsdes1998-04-271-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Allow slow SCSI CDROMs more time to start up.jraynard1997-12-141-1/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Convert to use the new bufq* functions for dealing with buffergibbs1997-09-211-5/+5
* 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
OpenPOWER on IntegriCloud