| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix/cleanup raw partition open/close code | ache | 1996-03-17 | 1 | -23/+20 |
* | Fix re-sense code | ache | 1996-02-27 | 1 | -4/+6 |
* | rmcd0c: now several ioctls (eject/close/debug/reset/etc.) works | ache | 1996-02-27 | 1 | -58/+71 |
* | Implement CDIOCSTART | ache | 1996-02-13 | 1 | -2/+4 |
* | Implement CD_MEDIA_CATALOG request for read_subchannel | ache | 1996-02-03 | 1 | -27/+38 |
* | Detect yet one kind of device (taken from NetBSD) | ache | 1996-02-03 | 1 | -9/+13 |
* | Implement PREVENT & CLOSE ioctls | ache | 1996-02-02 | 1 | -2/+19 |
* | Remove close tray on open - works very bad with xcdplayer | ache | 1996-02-02 | 1 | -2/+2 |
* | Calculate TOC size to match what scsi cd says. | ache | 1996-02-02 | 2 | -4/+4 |
* | Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctls | ache | 1996-02-01 | 1 | -10/+53 |
* | Return to #pragma pack(4) after header is done | ache | 1996-02-01 | 1 | -1/+6 |
* | Fix TOC size calculation: old code assing volume size here | ache | 1996-02-01 | 1 | -2/+4 |
* | Audio part: various improvements from NetBSD driver | ache | 1996-01-30 | 1 | -19/+32 |
* | READTOCENTRYS: protect against stack overflow when incorrect data | ache | 1996-01-30 | 1 | -7/+13 |
* | Don't generate EINVAL for data_len too big in READTOCENTRYS, it | ache | 1996-01-30 | 1 | -4/+3 |
* | Fix audio part, especially READTOCENTRYS inspired by NetBSD driver | ache | 1996-01-30 | 2 | -48/+58 |
* | Hide the probe warnings behind `bootverbose'. | joerg | 1996-01-23 | 1 | -2/+4 |
* | Make bin2bcd and bcd2bin global macroes instead of having local | phk | 1996-01-15 | 1 | -15/+1 |
* | Typo in my last commit. | phk | 1995-12-22 | 1 | -2/+2 |
* | Remove crufty "pg" function. | phk | 1995-12-22 | 1 | -2/+2 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -2/+2 |
* | 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 | -38/+59 |
* | 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 | -15/+30 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+38 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 1 | -6/+1 |
* | Remove unused functions and variables, make things static, and other cleanups. | phk | 1995-10-28 | 1 | -10/+7 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -7/+7 |
* | Increase the DELAY_GETREPLY to 5000000. Not dangerous, this is | joerg | 1995-08-15 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -24/+24 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 1 | -2/+2 |
* | Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous | rgrimes | 1995-05-09 | 1 | -18/+25 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -4/+6 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-28 | 1 | -1/+6 |
* | READSUBCHANNEL: | ache | 1995-02-23 | 1 | -13/+25 |
* | Increase retry count while reading toc, old one | ache | 1995-02-22 | 1 | -2/+2 |
* | Implement tray closing and tray locking | ache | 1995-02-22 | 1 | -19/+130 |
* | Use double speed read for FX001D, now this drive | ache | 1995-01-30 | 2 | -9/+21 |
* | Merge several probe diagnostics into one. | ache | 1994-12-24 | 2 | -27/+20 |
* | Remove get status from probe, confuse LU002 | ache | 1994-12-21 | 1 | -5/+3 |
* | stbytes miss by one for new model | ache | 1994-12-21 | 1 | -4/+4 |
* | Remove unused variable from previous commit | ache | 1994-11-14 | 1 | -2/+1 |
* | Add model autodetection code, idea from burgess@s069.infonet.net | ache | 1994-11-14 | 1 | -4/+44 |
* | Implement CDIOCALLOW as dummy function (for xcdplayer) | ache | 1994-11-12 | 1 | -1/+3 |
* | Changes from bugress@s069.infonet.net NOT installed (expect one | ache | 1994-11-12 | 1 | -11/+20 |
* | Add and reorganize new MCD commands from bugress@s069.infonet.net | ache | 1994-11-12 | 2 | -15/+71 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 1 | -2/+1 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -1/+27 |