summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mcd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove devconf, it never grew up to be of any use.phk1996-09-061-30/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+2
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-081-11/+13
* Forget that TAILQ's must be init'ed.phk1996-05-031-1/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-031-8/+8
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-21/+13
* Fix/cleanup raw partition open/close codeache1996-03-171-23/+20
* Fix re-sense codeache1996-02-271-4/+6
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksache1996-02-271-58/+71
* Implement CDIOCSTARTache1996-02-131-2/+4
* Implement CD_MEDIA_CATALOG request for read_subchannelache1996-02-031-27/+38
* Detect yet one kind of device (taken from NetBSD)ache1996-02-031-9/+13
* Implement PREVENT & CLOSE ioctlsache1996-02-021-2/+19
* Remove close tray on open - works very bad with xcdplayerache1996-02-021-2/+2
* Calculate TOC size to match what scsi cd says.ache1996-02-021-2/+2
* Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsache1996-02-011-10/+53
* Fix TOC size calculation: old code assing volume size hereache1996-02-011-2/+4
* Audio part: various improvements from NetBSD driverache1996-01-301-19/+32
* READTOCENTRYS: protect against stack overflow when incorrect dataache1996-01-301-7/+13
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itache1996-01-301-4/+3
* Fix audio part, especially READTOCENTRYS inspired by NetBSD driverache1996-01-301-46/+55
* Hide the probe warnings behind `bootverbose'.joerg1996-01-231-2/+4
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-15/+1
* Typo in my last commit.phk1995-12-221-2/+2
* Remove crufty "pg" function.phk1995-12-221-2/+2
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-38/+59
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-15/+30
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+38
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-6/+1
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-10/+7
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-7/+7
* Increase the DELAY_GETREPLY to 5000000. Not dangerous, this isjoerg1995-08-151-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-22/+22
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousrgrimes1995-05-091-18/+25
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+6
* READSUBCHANNEL:ache1995-02-231-13/+25
* Increase retry count while reading toc, old oneache1995-02-221-2/+2
* Implement tray closing and tray lockingache1995-02-221-19/+130
* Use double speed read for FX001D, now this driveache1995-01-301-6/+18
* Merge several probe diagnostics into one.ache1994-12-241-19/+17
* Remove get status from probe, confuse LU002ache1994-12-211-5/+3
OpenPOWER on IntegriCloud