| Commit message (Expand) | Author | Age | Files | Lines |
| * | Obsoleted by CAM. | Justin T. Gibbs | 1998-09-15 | 1 | -1419/+0 |
| * | remove bdevsw arg from dsopen(); | Poul-Henning Kamp | 1998-08-23 | 1 | -2/+2 |
| * | Removed unused includes. | Bruce Evans | 1998-08-17 | 1 | -2/+1 |
| * | Use the slice interfaces for SCSI cdroms. This centralizes handling | Bruce Evans | 1998-07-30 | 1 | -203/+115 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -15/+14 |
| * | There is no such thing any more as "struct bdevsw". | Julian Elischer | 1998-07-04 | 1 | -9/+17 |
| * | Added used include of "ioconf.h" - don't depend on pollution in | Bruce Evans | 1998-06-17 | 1 | -1/+3 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -3/+3 |
| * | Fixed spelling of "fictitious" in diagnostics and comments | Dag-Erling Smørgrav | 1998-04-27 | 1 | -2/+2 |
| * | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -2/+2 |
| * | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -2/+2 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
| * | Allow slow SCSI CDROMs more time to start up. | James Raynard | 1997-12-14 | 1 | -1/+13 |
| * | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp | 1997-12-02 | 1 | -2/+2 |
| * | Convert to use the new bufq* functions for dealing with buffer | Justin T. Gibbs | 1997-09-21 | 1 | -5/+5 |
| * | Add a quirk flag for CD drives that jam when seeing a START STOP UNIT | Joerg Wunsch | 1997-09-07 | 1 | -3/+7 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -6/+1 |
| * | This mega-commit brings the following: | Joerg Wunsch | 1997-05-04 | 1 | -1/+58 |
| * | add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track | John-Mark Gurney | 1997-04-02 | 1 | -2/+36 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
| * | Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h> | Bruce Evans | 1997-03-23 | 1 | -1/+3 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Slightly re-order the sequence of commands issued, so try to send | Joerg Wunsch | 1996-12-24 | 1 | -10/+7 |
| * | Close PR#2198: | Jordan K. Hubbard | 1996-12-13 | 1 | -2/+2 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -26/+1 |
| * | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 1 | -13/+3 |
| * | Turn SCSIDEBUG into a new-style option. | Joerg Wunsch | 1996-07-14 | 1 | -1/+2 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -1/+5 |
| * | Fixed devfs group and permissions of some more disk devices. | Bruce Evans | 1996-03-29 | 1 | -7/+12 |
| * | Using devfs_add_devswf() instead of devfs_add_devsw() | Marc G. Fournier | 1996-03-28 | 1 | -21/+13 |
| * | Cleanse the SCSI subsystem of its internally defined types | Justin T. Gibbs | 1996-03-10 | 1 | -51/+51 |
| * | Physically ask for leadout entry instead of asking of | Andrey A. Chernov | 1996-02-13 | 1 | -22/+39 |
| * | Simplify READTOCENTRYS by removing fake leadout code, | Andrey A. Chernov | 1996-02-02 | 1 | -37/+5 |
| * | I forget the fact that cd_read_toc reads toc header in any case | Andrey A. Chernov | 1996-02-02 | 1 | -3/+3 |
| * | Remove statement that does nothing now, forget in my prev. commit | Andrey A. Chernov | 1996-02-01 | 1 | -2/+1 |
| * | Oops, pick wrong volume size for leadout entry | Andrey A. Chernov | 1996-02-01 | 1 | -3/+3 |
| * | Don't convert LBA to host order, they must stay in network order | Andrey A. Chernov | 1996-01-30 | 1 | -6/+1 |
| * | OOPS, forget to adjust starting track to not physically read | Andrey A. Chernov | 1996-01-30 | 1 | -8/+9 |
| * | Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping. | Andrey A. Chernov | 1996-01-30 | 1 | -9/+37 |
| * | READTOCENTRYS: make fake leadout entry | Andrey A. Chernov | 1996-01-30 | 1 | -3/+26 |
| * | READTOCENTRYS: handle 0 and lead out requests, add argument checking | Andrey A. Chernov | 1996-01-30 | 1 | -11/+34 |
| * | Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. | Garrett Wollman | 1996-01-05 | 1 | -1/+3 |
| * | Use a medium_type field of 0 (Default), instead of the value that was | Joerg Wunsch | 1995-12-30 | 1 | -3/+9 |
| * | Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer | Peter Dufault | 1995-12-20 | 1 | -2/+2 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -2/+2 |
| * | Replaced cdsize by generic nopsize. | Bruce Evans | 1995-12-10 | 1 | -27/+20 |
| * | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |