1995-02-22 13:30:39 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1995 Jordan K. Hubbard
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. The name of the author may not be used to endorse or promote products
|
2002-01-21 12:36:12 +00:00
|
|
|
.\" derived from this software without specific prior written permission
|
1995-02-22 13:30:39 +00:00
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1995-02-22 13:30:39 +00:00
|
|
|
.\"
|
|
|
|
.Dd January 1, 1995
|
|
|
|
.Dt SCD 4 i386
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1995-02-22 13:30:39 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm scd
|
|
|
|
.Nd Sony CDU31/33 CD-ROM driver
|
|
|
|
.Sh SYNOPSIS
|
2001-10-13 09:08:37 +00:00
|
|
|
.Cd "device scd 1"
|
|
|
|
.Pp
|
|
|
|
In
|
|
|
|
.Pa /boot/device.hints :
|
|
|
|
.Cd hint.scd.0.at="isa"
|
|
|
|
.Cd hint.scd.0.port="0x230"
|
1995-02-22 13:30:39 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
2000-11-20 18:41:33 +00:00
|
|
|
.Nm
|
1995-02-22 13:30:39 +00:00
|
|
|
driver provides a data interface to the Sony CDU31 and CDU33A CD-ROM
|
|
|
|
drives. The drive must be hooked to a Sony proprietary interface
|
|
|
|
card or a compatible clone.
|
|
|
|
.Sh FILES
|
1996-04-08 01:08:24 +00:00
|
|
|
.Bl -tag -width /dev/[r]scd0a -compact
|
|
|
|
.It Pa /dev/[r]scd0a
|
2001-08-14 10:01:54 +00:00
|
|
|
accesses
|
|
|
|
.Bx
|
|
|
|
partition on the disc.
|
1995-02-22 13:30:39 +00:00
|
|
|
Normally, there is only
|
2002-05-16 05:21:58 +00:00
|
|
|
one filesystem on a CDROM disc.
|
1996-04-08 01:08:24 +00:00
|
|
|
.It Pa /dev/[r]scd0c
|
1995-02-22 13:30:39 +00:00
|
|
|
accesses the raw device.
|
2000-12-29 09:18:45 +00:00
|
|
|
.El
|
1995-02-22 13:30:39 +00:00
|
|
|
.Sh SEE ALSO
|
1996-04-08 01:08:24 +00:00
|
|
|
.Pa /sys/i386/isa/scd.c
|
1995-02-22 13:30:39 +00:00
|
|
|
.Sh AUTHORS
|
2000-11-22 09:35:58 +00:00
|
|
|
.An -nosplit
|
1998-03-12 07:31:21 +00:00
|
|
|
The driver was written by
|
|
|
|
.An Mikael Hybsch
|
|
|
|
with code contributed by
|
|
|
|
.An Holger Veit
|
|
|
|
and
|
|
|
|
.An Brian Moore .
|
1995-02-22 13:30:39 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
2000-11-20 18:41:33 +00:00
|
|
|
.Nm
|
1996-08-21 22:01:49 +00:00
|
|
|
driver first appeared in
|
1999-02-18 16:53:29 +00:00
|
|
|
.Fx 2.0.5 .
|