| Commit message (Expand) | Author | Age | Files | Lines |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 1 | -1/+58 |
* | add a cd quirk flag CD_Q_BCD_TRACKS, that will convert bcd2bin the track | jmg | 1997-04-02 | 1 | -2/+36 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h> | bde | 1997-03-23 | 1 | -1/+3 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Slightly re-order the sequence of commands issued, so try to send | joerg | 1996-12-24 | 1 | -10/+7 |
* | Close PR#2198: | jkh | 1996-12-13 | 1 | -2/+2 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -26/+1 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -13/+3 |
* | Turn SCSIDEBUG into a new-style option. | joerg | 1996-07-14 | 1 | -1/+2 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -1/+5 |
* | Fixed devfs group and permissions of some more disk devices. | bde | 1996-03-29 | 1 | -7/+12 |
* | Using devfs_add_devswf() instead of devfs_add_devsw() | scrappy | 1996-03-28 | 1 | -21/+13 |
* | Cleanse the SCSI subsystem of its internally defined types | gibbs | 1996-03-10 | 1 | -52/+52 |
* | Physically ask for leadout entry instead of asking of | ache | 1996-02-13 | 1 | -22/+39 |
* | Simplify READTOCENTRYS by removing fake leadout code, | ache | 1996-02-02 | 1 | -37/+5 |
* | I forget the fact that cd_read_toc reads toc header in any case | ache | 1996-02-02 | 1 | -3/+3 |
* | Remove statement that does nothing now, forget in my prev. commit | ache | 1996-02-01 | 1 | -2/+1 |
* | Oops, pick wrong volume size for leadout entry | ache | 1996-02-01 | 1 | -3/+3 |
* | Don't convert LBA to host order, they must stay in network order | ache | 1996-01-30 | 1 | -6/+1 |
* | OOPS, forget to adjust starting track to not physically read | ache | 1996-01-30 | 1 | -8/+9 |
* | Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping. | ache | 1996-01-30 | 1 | -9/+37 |
* | READTOCENTRYS: make fake leadout entry | ache | 1996-01-30 | 1 | -3/+26 |
* | READTOCENTRYS: handle 0 and lead out requests, add argument checking | ache | 1996-01-30 | 1 | -11/+34 |
* | Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. | wollman | 1996-01-05 | 1 | -1/+3 |
* | Use a medium_type field of 0 (Default), instead of the value that was | joerg | 1995-12-30 | 1 | -3/+9 |
* | Bruce's fix for when dk_ndrive >= DK_NDRIVE. Fixes CDROM changer | dufault | 1995-12-20 | 1 | -2/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -2/+2 |
* | Replaced cdsize by generic nopsize. | bde | 1995-12-10 | 1 | -27/+20 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Make NEW_SCSICONF the default way of doing things | julian | 1995-12-10 | 1 | -2/+6 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -3/+3 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -49/+69 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -1/+55 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -5/+3 |
* | First set of changes to eliminate the ad-hoc device buffer queues, | dyson | 1995-11-19 | 1 | -10/+9 |
* | Minor aesthetics (changed "." to space in "cd present.[a x b records]" | asami | 1995-11-15 | 1 | -3/+3 |
* | Make a lot of things static. | phk | 1995-10-21 | 1 | -12/+12 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -28/+28 |
* | Moved unit definitions out of scsiconf.h; | dufault | 1995-05-03 | 1 | -2/+5 |
* | Set SCSI_NOSLEEP only when we really need to. This requires an additional | gibbs | 1995-04-23 | 1 | -5/+6 |
* | Added "scsi target" device that can act as a target for scsi transfers | dufault | 1995-04-14 | 1 | -18/+16 |
* | cd.c: Julian's CD audio cleanup | dufault | 1995-03-21 | 1 | -39/+35 |
* | 1. Add text for ASC/ASCQ | dufault | 1995-03-15 | 1 | -3/+3 |
* | 1. Change driver signatures to full signature for slice support. | dufault | 1995-03-04 | 1 | -17/+17 |
* | Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com | dufault | 1995-03-01 | 1 | -184/+104 |