1.\" $NetBSD: mcd.4,v 1.7 1999/12/15 22:07:33 abs Exp $ 2.\" 3.\" Copyright (c) 1994 James A. Jegers 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. The name of the author may not be used to endorse or promote products 12.\" derived from this software without specific prior written permission 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.\" 26.Dd November 29, 1994 27.Dt MCD 4 28.Os 29.Sh NAME 30.Nm mcd 31.Nd Mitsumi CD-ROM driver 32.Sh SYNOPSIS 33.Cd "mcd0 at isa? port 0x300 irq 10" 34.Cd "options MCD_PROMISC" 35.Sh DESCRIPTION 36The 37.Nm 38driver provides support for 39.Tn Mitsumi 40.Tn CD-ROM 41controller and drive on the 42.Xr isa 4 43bus. 44.Pp 45.Sh FILES 46.Bl -tag -width /dev/rmcd[0-9][a-h] -compact 47.It Pa /dev/cd[0-9][a-h] 48block mode Mitsumi 49.Tn CD-ROM 50devices 51.It Pa /dev/rmcd[0-9][a-h] 52raw mode Mitsumi 53.Tn CD-ROM 54devices 55.El 56.Sh BUGS 57The 58.Nm 59hardware is difficult to probe accurately. 60Historically, the 61.Nm 62probe would accept any return values as indicating that an 63.Nm 64drive was present. Other devices, particularly 65.Xr ne 4 66or 67.Xr we 4 , 68would then be incorrectly claimed by the 69.Nm 70driver. The driver now only accepts result codes known to indicate 71Mitsumi-compatible CD controllers, but may reject some 72.Nm 73hardware which returns other result codes. 74.Pp 75.Cd "options MCD_PROMISC" 76enables the original promiscuous probe behaviour. Use with extreme caution. 77.Sh SEE ALSO 78.Xr intro 4 , 79.Xr isa 4 , 80.Xr ne 4 , 81.Xr we 4 82