| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 2 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 2 | -2/+2 |
* | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -30/+1 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 1 | -13/+3 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | Bruce Evans | 1996-06-18 | 1 | -3/+1 |
* | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -2/+2 |
* | Fixed group and permissions for devfs devices (group operator was games; | Bruce Evans | 1996-06-08 | 1 | -11/+13 |
* | Forget that TAILQ's must be init'ed. | Poul-Henning Kamp | 1996-05-03 | 1 | -1/+2 |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act). | Poul-Henning Kamp | 1996-05-03 | 1 | -8/+8 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | Bruce Evans | 1996-04-07 | 1 | -2/+1 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | Marc G. Fournier | 1996-03-28 | 1 | -21/+13 |
* | Fix/cleanup raw partition open/close code | Andrey A. Chernov | 1996-03-17 | 1 | -23/+20 |
* | Fix re-sense code | Andrey A. Chernov | 1996-02-27 | 1 | -4/+6 |
* | rmcd0c: now several ioctls (eject/close/debug/reset/etc.) works | Andrey A. Chernov | 1996-02-27 | 1 | -58/+71 |
* | Implement CDIOCSTART | Andrey A. Chernov | 1996-02-13 | 1 | -2/+4 |
* | Implement CD_MEDIA_CATALOG request for read_subchannel | Andrey A. Chernov | 1996-02-03 | 1 | -27/+38 |
* | Detect yet one kind of device (taken from NetBSD) | Andrey A. Chernov | 1996-02-03 | 1 | -9/+13 |
* | Implement PREVENT & CLOSE ioctls | Andrey A. Chernov | 1996-02-02 | 1 | -2/+19 |
* | Remove close tray on open - works very bad with xcdplayer | Andrey A. Chernov | 1996-02-02 | 1 | -2/+2 |
* | Calculate TOC size to match what scsi cd says. | Andrey A. Chernov | 1996-02-02 | 2 | -4/+4 |
* | Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctls | Andrey A. Chernov | 1996-02-01 | 1 | -10/+53 |
* | Return to #pragma pack(4) after header is done | Andrey A. Chernov | 1996-02-01 | 1 | -1/+6 |
* | Fix TOC size calculation: old code assing volume size here | Andrey A. Chernov | 1996-02-01 | 1 | -2/+4 |
* | Audio part: various improvements from NetBSD driver | Andrey A. Chernov | 1996-01-30 | 1 | -19/+32 |
* | READTOCENTRYS: protect against stack overflow when incorrect data | Andrey A. Chernov | 1996-01-30 | 1 | -7/+13 |
* | Don't generate EINVAL for data_len too big in READTOCENTRYS, it | Andrey A. Chernov | 1996-01-30 | 1 | -4/+3 |
* | Fix audio part, especially READTOCENTRYS inspired by NetBSD driver | Andrey A. Chernov | 1996-01-30 | 2 | -48/+58 |
* | Hide the probe warnings behind `bootverbose'. | Joerg Wunsch | 1996-01-23 | 1 | -2/+4 |
* | Make bin2bcd and bcd2bin global macroes instead of having local | Poul-Henning Kamp | 1996-01-15 | 1 | -15/+1 |
* | Typo in my last commit. | Poul-Henning Kamp | 1995-12-22 | 1 | -2/+2 |
* | Remove crufty "pg" function. | Poul-Henning Kamp | 1995-12-22 | 1 | -2/+2 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
* | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -3/+3 |
* | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -38/+59 |
* | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | Julian Elischer | 1995-11-29 | 1 | -15/+30 |
* | the second set of changes in a move towards getting devices to be | Julian Elischer | 1995-11-28 | 1 | -1/+38 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans | 1995-11-04 | 1 | -6/+1 |
* | Remove unused functions and variables, make things static, and other cleanups. | Poul-Henning Kamp | 1995-10-28 | 1 | -10/+7 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | Bruce Evans | 1995-09-08 | 1 | -7/+7 |
* | Increase the DELAY_GETREPLY to 5000000. Not dangerous, this is | Joerg Wunsch | 1995-08-15 | 1 | -2/+2 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 2 | -24/+24 |
* | Fix -Wformat warnings from LINT kernel. | Rodney W. Grimes | 1995-05-11 | 1 | -2/+2 |
* | Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous | Rodney W. Grimes | 1995-05-09 | 1 | -18/+25 |
* | Add a class field to devconf and mst drivers. | Garrett Wollman | 1995-04-12 | 1 | -4/+6 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-28 | 1 | -1/+6 |
* | READSUBCHANNEL: | Andrey A. Chernov | 1995-02-23 | 1 | -13/+25 |
* | Increase retry count while reading toc, old one | Andrey A. Chernov | 1995-02-22 | 1 | -2/+2 |
* | Implement tray closing and tray locking | Andrey A. Chernov | 1995-02-22 | 1 | -19/+130 |