Deleted Added
full compact
scd.4 (22148) scd.4 (23462)
1.\"
2.\" Copyright (c) 1995 Jordan K. Hubbard
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. The name of the author may not be used to endorse or promote products
14.\" derived from this software withough specific prior written permission
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 1995 Jordan K. Hubbard
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. The name of the author may not be used to endorse or promote products
14.\" derived from this software withough specific prior written permission
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $Id$
27.\"
28.Dd January 1, 1995
29.Dt SCD 4 i386
30.Os FreeBSD 2.0.5
31.Sh NAME
32.Nm scd
33.Nd Sony CDU31/33 CD-ROM driver
34.Sh SYNOPSIS
35.Cd "device scd0 at isa? port 0x230 bio"
36.Sh DESCRIPTION
37The
38.Nm scd
39driver provides a data interface to the Sony CDU31 and CDU33A CD-ROM
40drives. The drive must be hooked to a Sony proprietary interface
41card or a compatible clone.
42.Sh FILES
43.Bl -tag -width /dev/[r]scd0a -compact
44.It Pa /dev/[r]scd0a
45accesses BSD partition on the disc.
46Normally, there is only
47one file system on a CDROM disc.
48.It Pa /dev/[r]scd0c
49accesses the raw device.
50.Sh SEE ALSO
51.Pa /sys/i386/isa/scd.c
52.Sh AUTHORS
53The driver was written by Mikael Hybsch with code contributed
54by Holger Veit and Brian Moore.
55.Sh HISTORY
56The
57.Nm scd
58driver first appeared in
59.FX 2.0.5 .
28.\"
29.Dd January 1, 1995
30.Dt SCD 4 i386
31.Os FreeBSD 2.0.5
32.Sh NAME
33.Nm scd
34.Nd Sony CDU31/33 CD-ROM driver
35.Sh SYNOPSIS
36.Cd "device scd0 at isa? port 0x230 bio"
37.Sh DESCRIPTION
38The
39.Nm scd
40driver provides a data interface to the Sony CDU31 and CDU33A CD-ROM
41drives. The drive must be hooked to a Sony proprietary interface
42card or a compatible clone.
43.Sh FILES
44.Bl -tag -width /dev/[r]scd0a -compact
45.It Pa /dev/[r]scd0a
46accesses BSD partition on the disc.
47Normally, there is only
48one file system on a CDROM disc.
49.It Pa /dev/[r]scd0c
50accesses the raw device.
51.Sh SEE ALSO
52.Pa /sys/i386/isa/scd.c
53.Sh AUTHORS
54The driver was written by Mikael Hybsch with code contributed
55by Holger Veit and Brian Moore.
56.Sh HISTORY
57The
58.Nm scd
59driver first appeared in
60.FX 2.0.5 .