xref: /netbsd/share/man/man4/mcd.4 (revision bf9ec67e)
1.\"	$NetBSD: mcd.4,v 1.9 2001/09/22 01:34:47 wiz 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.Sh FILES
45.Bl -tag -width /dev/rmcd[0-9][a-h] -compact
46.It Pa /dev/cd[0-9][a-h]
47block mode Mitsumi
48.Tn CD-ROM
49devices
50.It Pa /dev/rmcd[0-9][a-h]
51raw mode Mitsumi
52.Tn CD-ROM
53devices
54.El
55.Sh SEE ALSO
56.Xr intro 4 ,
57.Xr isa 4 ,
58.Xr ne 4 ,
59.Xr we 4
60.Sh BUGS
61The
62.Nm
63hardware is  difficult to probe accurately.
64Historically, the
65.Nm
66probe would accept any return values as indicating that an
67.Nm
68drive was present.  Other devices, particularly
69.Xr ne 4
70or
71.Xr we 4 ,
72would then be incorrectly claimed by the
73.Nm
74driver.  The driver now only accepts result codes known to indicate
75Mitsumi-compatible CD controllers, but may reject some
76.Nm
77hardware which  returns other result codes.
78.Pp
79.Cd "options MCD_PROMISC"
80enables the  original promiscuous probe behaviour. Use with extreme caution.
81