aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mcd
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-24/+24
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousRodney W. Grimes1995-05-091-18/+25
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-4/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+6
* READSUBCHANNEL:Andrey A. Chernov1995-02-231-13/+25
* Increase retry count while reading toc, old oneAndrey A. Chernov1995-02-221-2/+2
* Implement tray closing and tray lockingAndrey A. Chernov1995-02-221-19/+130
* Use double speed read for FX001D, now this driveAndrey A. Chernov1995-01-302-9/+21
* Merge several probe diagnostics into one.Andrey A. Chernov1994-12-242-27/+20
* Remove get status from probe, confuse LU002Andrey A. Chernov1994-12-211-5/+3
* stbytes miss by one for new modelAndrey A. Chernov1994-12-211-4/+4
* Remove unused variable from previous commitAndrey A. Chernov1994-11-141-2/+1
* Add model autodetection code, idea from burgess@s069.infonet.netAndrey A. Chernov1994-11-141-4/+44
* Implement CDIOCALLOW as dummy function (for xcdplayer)Andrey A. Chernov1994-11-121-1/+3
* Changes from bugress@s069.infonet.net NOT installed (expect oneAndrey A. Chernov1994-11-121-10/+19
* Add and reorganize new MCD commands from bugress@s069.infonet.netAndrey A. Chernov1994-11-122-15/+71
* Julian Elischer's disklabel fixes.Jordan K. Hubbard1994-10-271-2/+1
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+27
* Increase transfer speed by waiting much less than 10ms after requestAndrey A. Chernov1994-09-141-2/+11
* Reviewed by: Stefan Esser <se>Stefan Eßer1994-09-061-2/+2
* Newly implemented ioctls list:Andrey A. Chernov1994-09-032-245/+344
* Raw partition is 2 nowAndrey A. Chernov1994-08-291-2/+2
* Bruce was right, stupid device returns non-busy state too early,Andrey A. Chernov1994-08-281-8/+6
* Continue previous fix:Andrey A. Chernov1994-08-271-3/+5
* 1) Raw partition number was incorrectly 0, changed to 3Andrey A. Chernov1994-08-271-5/+22
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-17/+17
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+1
* Change old alias b_cylin to b_residGary Clark II1994-04-301-2/+2
* Bug fixes and performance improvements from John Dyson and myself:David Greenman1994-04-201-1/+4
* Changed the raw partition number from 3 to 0. This change lets us useAndreas Schulz1994-03-211-2/+2
* Used definable status codes (some may be sharable, esp the door open codes, butJordan K. Hubbard1994-03-061-8/+8
* Added more status bytes for the mitsumi drive. This is only an uglyAndreas Schulz1994-03-051-2/+7
* This should stop the false probes in their slimey little tracks.Jordan K. Hubbard1994-03-051-2/+5
* This is Jordans probe code fixes. Tested on LU002, FX001D. Then I wentRodney W. Grimes1994-02-222-127/+217
* Fixed bug in probe that was causing it to always probe true.David Greenman1994-02-071-2/+2
* Update for new format of cd_toc_entry that was changed in sys/cdio.h.Rodney W. Grimes1994-02-061-4/+4
* Added the correct typecast's to the untimeout calls. Added a missingAndreas Schulz1994-01-221-4/+5
* Reduced the delay amounts per patch submitted by gclarkii@netport.neosoft.comNate Williams1994-01-181-4/+4
* From Gary Clark II:Jordan K. Hubbard1994-01-162-72/+46
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-8/+13
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-10/+13
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-2/+1
* Mitsumi cd rom driver from Holger Viet as fixed up by Gary Clark II.Rodney W. Grimes1993-10-122-0/+1411