xref: /freebsd/share/man/man4/cd.4 (revision dd5527c60720f715e788f56a1c857d6b3fbc2f14)
1a77a7ee0SJulian Elischer.\" Copyright (c) 1996
2a77a7ee0SJulian Elischer.\"	Julian Elischer <julian@freebsd.org>.  All rights reserved.
3a77a7ee0SJulian Elischer.\"
4a77a7ee0SJulian Elischer.\" Redistribution and use in source and binary forms, with or without
5a77a7ee0SJulian Elischer.\" modification, are permitted provided that the following conditions
6a77a7ee0SJulian Elischer.\" are met:
7a77a7ee0SJulian Elischer.\" 1. Redistributions of source code must retain the above copyright
8a77a7ee0SJulian Elischer.\"    notice, this list of conditions and the following disclaimer.
9a77a7ee0SJulian Elischer.\"
10a77a7ee0SJulian Elischer.\" 2. Redistributions in binary form must reproduce the above copyright
11a77a7ee0SJulian Elischer.\"    notice, this list of conditions and the following disclaimer in the
12a77a7ee0SJulian Elischer.\"    documentation and/or other materials provided with the distribution.
13a77a7ee0SJulian Elischer.\"
14a77a7ee0SJulian Elischer.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15a77a7ee0SJulian Elischer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16a77a7ee0SJulian Elischer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17a77a7ee0SJulian Elischer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18a77a7ee0SJulian Elischer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19a77a7ee0SJulian Elischer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20a77a7ee0SJulian Elischer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21a77a7ee0SJulian Elischer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22a77a7ee0SJulian Elischer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23a77a7ee0SJulian Elischer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24a77a7ee0SJulian Elischer.\" SUCH DAMAGE.
25a77a7ee0SJulian Elischer.\"
26dd5527c6SMike Pritchard.\"	$Id: cd.4,v 1.10 1997/02/22 13:24:23 peter Exp $
270b992c1dSWolfram Schneider.\"
285fc1fd70SGarrett Wollman.Dd January 16, 1996
29db35f309SDavid Greenman.Dt CD 4
30db35f309SDavid Greenman.Os FreeBSD
31db35f309SDavid Greenman.Sh NAME
32db35f309SDavid Greenman.Nm cd
335fc1fd70SGarrett Wollman.Nd SCSI CD-ROM driver
34db35f309SDavid Greenman.Sh SYNOPSIS
355fc1fd70SGarrett Wollman.Cd device cd
365fc1fd70SGarrett Wollman.Cd device cd1 at scbus0 target 4 lun 0
37db35f309SDavid Greenman.Sh DESCRIPTION
38db35f309SDavid GreenmanThe
395fc1fd70SGarrett Wollman.Nm cd
40db35f309SDavid Greenmandriver provides support for a
415fc1fd70SGarrett Wollman.Tn SCSI
425fc1fd70SGarrett Wollman.Tn CD-ROM
435fc1fd70SGarrett Wollman(Compact Disc-Read Only Memory) drive.
445fc1fd70SGarrett WollmanIn an attempt to look like a regular disk, the
45db35f309SDavid Greenman.Nm
464a8d0283SMike Pritcharddriver synthesizes a partition table, with one partition covering the entire
475fc1fd70SGarrett Wollman.Tn CD-ROM .
485fc1fd70SGarrett WollmanIt is possible to modify this partition table using
495fc1fd70SGarrett Wollman.Xr disklabel 8 ,
505fc1fd70SGarrett Wollmanbut it will only last until the
515fc1fd70SGarrett Wollman.Tn CD-ROM
525fc1fd70SGarrett Wollmanis unmounted.
53db35f309SDavid GreenmanIn general the interfaces are similar to those described by
54db35f309SDavid Greenman.Xr wd 4
555fc1fd70SGarrett Wollmanand
56db35f309SDavid Greenman.Xr sd 4 .
57db35f309SDavid Greenman.Pp
585fc1fd70SGarrett WollmanAs the
595fc1fd70SGarrett Wollman.Tn SCSI
605fc1fd70SGarrett Wollmanadapter is probed during boot, the
615fc1fd70SGarrett Wollman.Tn SCSI
625fc1fd70SGarrett Wollmanbus is scanned for devices. Any devices found which answer as `Read-only'
635fc1fd70SGarrett Wollmantype devices will be `attached' to the
64db35f309SDavid Greenman.Nm
652460bdf0SPeter Dufaultdriver.
66dd5527c6SMike PritchardPrior to
67dd5527c6SMike Pritchard.Fx 2.1 ,
68dd5527c6SMike Pritchardthe first device found will be attached as
695fc1fd70SGarrett Wollman.Li cd0
705fc1fd70SGarrett Wollmanthe next,
715fc1fd70SGarrett Wollman.Li cd1 ,
72db35f309SDavid Greenmanetc.
73dd5527c6SMike PritchardBeginning in
74dd5527c6SMike Pritchard.Fx 2.1
75dd5527c6SMike Pritchardit is possible to specify what cd unit a device should
762460bdf0SPeter Dufaultcome on line as; refer to
772460bdf0SPeter Dufault.Xr scsi 4
782460bdf0SPeter Dufaultfor details on kernel configuration.
79db35f309SDavid Greenman.Pp
80db35f309SDavid GreenmanThe system utility
815fc1fd70SGarrett Wollman.Xr disklabel 8
82db35f309SDavid Greenmanmay be used to read the synthesized
835fc1fd70SGarrett Wollmandisk label
845fc1fd70SGarrett Wollmanstructure, which will contain correct figures for the size of the
855fc1fd70SGarrett Wollman.Tn CD-ROM
86db35f309SDavid Greenmanshould that information be required.
87db35f309SDavid Greenman.Pp
88db35f309SDavid Greenman.Sh KERNEL CONFIGURATION
895fc1fd70SGarrett WollmanAny number of
905fc1fd70SGarrett Wollman.Tn CD-ROM
915fc1fd70SGarrett Wollmandevices may be attached to the system regardless of system
92db35f309SDavid Greenmanconfiguration as all resources are dynamically allocated.
93db35f309SDavid Greenman.Sh IOCTLS
94db35f309SDavid GreenmanThe following
95db35f309SDavid Greenman.Xr ioctl 2
965fc1fd70SGarrett Wollmancalls which apply to
975fc1fd70SGarrett Wollman.Tn SCSI
985fc1fd70SGarrett Wollman.Tn CD-ROM
995fc1fd70SGarrett Wollmandrives are defined
100db35f309SDavid Greenmanin the header files
1015fc1fd70SGarrett Wollman.Aq Pa sys/cdio.h
102db35f309SDavid Greenmanand
1035fc1fd70SGarrett Wollman.Aq Pa sys/disklabel.h .
1045fc1fd70SGarrett Wollman.Pp
1055fc1fd70SGarrett Wollman.Bl -tag -width CDIOCREADSUBCHANNEL -compact
106db35f309SDavid Greenman.It Dv DIOCGDINFO
107db35f309SDavid Greenman.It Dv DIOCSDINFO
1085fc1fd70SGarrett Wollman.Pq Li "struct disklabel"
1095fc1fd70SGarrett WollmanRead or write the in-core copy of the disklabel for the
1105fc1fd70SGarrett Wollmandrive.  The disklabel is initialized with information
1115fc1fd70SGarrett Wollmanread from the scsi inquiry commands, and should be the same as
1125fc1fd70SGarrett Wollmanthe information printed at boot.  This structure is defined in
1135fc1fd70SGarrett Wollman.Xr disklabel 5 .
1145fc1fd70SGarrett Wollman
1155fc1fd70SGarrett Wollman.It Dv CDIOCCAPABILITY
1165fc1fd70SGarrett Wollman.Pq Li "struct ioc_capability"
1175fc1fd70SGarrett WollmanRetrieve information from the drive on what features it supports.  The
1185fc1fd70SGarrett Wollmaninformation is returned in the following structure:
1195fc1fd70SGarrett Wollman.Bd -literal -offset indent
1205fc1fd70SGarrett Wollmanstruct ioc_capability {
1215fc1fd70SGarrett Wollman	u_long	play_function;
1225fc1fd70SGarrett Wollman#define CDDOPLAYTRK	0x00000001
1235fc1fd70SGarrett Wollman	/* Can play tracks/index */
1245fc1fd70SGarrett Wollman#define	CDDOPLAYMSF	0x00000002
1255fc1fd70SGarrett Wollman	/* Can play msf to msf */
1265fc1fd70SGarrett Wollman#define	CDDOPLAYBLOCKS	0x00000004
1275fc1fd70SGarrett Wollman	/* Can play range of blocks */
1285fc1fd70SGarrett Wollman#define	CDDOPAUSE	0x00000100
1295fc1fd70SGarrett Wollman	/* Output can be paused */
1305fc1fd70SGarrett Wollman#define	CDDORESUME	0x00000200
1315fc1fd70SGarrett Wollman	/* Output can be resumed */
1325fc1fd70SGarrett Wollman#define	CDDORESET	0x00000400
1335fc1fd70SGarrett Wollman	/* Drive can be completely reset */
1345fc1fd70SGarrett Wollman#define	CDDOSTART	0x00000800
1355fc1fd70SGarrett Wollman	/* Audio can be started */
1365fc1fd70SGarrett Wollman#define CDDOSTOP	0x00001000
1375fc1fd70SGarrett Wollman	/* Audio can be stopped */
1385fc1fd70SGarrett Wollman#define CDDOPITCH	0x00002000
1395fc1fd70SGarrett Wollman	/* Audio pitch can be changed */
1405fc1fd70SGarrett Wollman
1415fc1fd70SGarrett Wollman	u_long	routing_function;
1425fc1fd70SGarrett Wollman#define CDREADVOLUME	0x00000001
1435fc1fd70SGarrett Wollman	/* Volume settings can be read */
1445fc1fd70SGarrett Wollman#define CDSETVOLUME	0x00000002
1455fc1fd70SGarrett Wollman	/* Volume settings can be set */
1465fc1fd70SGarrett Wollman#define	CDSETMONO	0x00000100
1475fc1fd70SGarrett Wollman	/* Output can be set to mono */
1485fc1fd70SGarrett Wollman#define CDSETSTEREO	0x00000200
1495fc1fd70SGarrett Wollman	/* Output can be set to stereo (def) */
1505fc1fd70SGarrett Wollman#define	CDSETLEFT	0x00000400
1515fc1fd70SGarrett Wollman	/* Output can be set to left only */
1525fc1fd70SGarrett Wollman#define	CDSETRIGHT	0x00000800
1535fc1fd70SGarrett Wollman	/* Output can be set to right only */
1545fc1fd70SGarrett Wollman#define	CDSETMUTE	0x00001000
1555fc1fd70SGarrett Wollman	/* Output can be muted */
1565fc1fd70SGarrett Wollman#define CDSETPATCH	0x00008000
1574a8d0283SMike Pritchard	/* Direct routing control allowed */
1585fc1fd70SGarrett Wollman
1595fc1fd70SGarrett Wollman	u_long	special_function;
1605fc1fd70SGarrett Wollman#define	CDDOEJECT	0x00000001
1615fc1fd70SGarrett Wollman	/* The tray can be opened */
1625fc1fd70SGarrett Wollman#define	CDDOCLOSE	0x00000002
1635fc1fd70SGarrett Wollman	/* The tray can be closed */
1645fc1fd70SGarrett Wollman#define	CDDOLOCK	0x00000004
1655fc1fd70SGarrett Wollman	/* The tray can be locked */
1665fc1fd70SGarrett Wollman#define CDREADHEADER	0x00000100
1675fc1fd70SGarrett Wollman	/* Can read Table of Contents */
1685fc1fd70SGarrett Wollman#define	CDREADENTRIES	0x00000200
1695fc1fd70SGarrett Wollman	/* Can read TOC Entries */
1705fc1fd70SGarrett Wollman#define	CDREADSUBQ	0x00000200
1715fc1fd70SGarrett Wollman	/* Can read Subchannel info */
1725fc1fd70SGarrett Wollman#define CDREADRW	0x00000400
1735fc1fd70SGarrett Wollman	/* Can read subcodes R-W */
1745fc1fd70SGarrett Wollman#define	CDHASDEBUG	0x00004000
1755fc1fd70SGarrett Wollman	/* The tray has dynamic debugging */
1765fc1fd70SGarrett Wollman};
1775fc1fd70SGarrett Wollman.Ed
1785fc1fd70SGarrett Wollman.It Dv CDIOCPLAYTRACKS
1795fc1fd70SGarrett Wollman.Pq Li "struct ioc_play_track"
1805fc1fd70SGarrett WollmanStart audio playback given a track address and length.  The structure
1815fc1fd70SGarrett Wollmanis defined as follows:
1825fc1fd70SGarrett Wollman.Bd -literal -offset indent
1835fc1fd70SGarrett Wollmanstruct ioc_play_track
1845fc1fd70SGarrett Wollman{
1855fc1fd70SGarrett Wollman	u_char	start_track;
1865fc1fd70SGarrett Wollman	u_char	start_index;
1875fc1fd70SGarrett Wollman	u_char	end_track;
1885fc1fd70SGarrett Wollman	u_char	end_index;
1895fc1fd70SGarrett Wollman};
1905fc1fd70SGarrett Wollman.Ed
1915fc1fd70SGarrett Wollman
1925fc1fd70SGarrett Wollman.It Dv CDIOCPLAYBLOCKS
1935fc1fd70SGarrett Wollman.Pq Li "struct ioc_play_blocks"
1945fc1fd70SGarrett WollmanStart audio playback given a block address and length.  The structure
1955fc1fd70SGarrett Wollmanis defined as follows:
1965fc1fd70SGarrett Wollman.Bd -literal -offset indent
1975fc1fd70SGarrett Wollmanstruct ioc_play_blocks
1985fc1fd70SGarrett Wollman{
1995fc1fd70SGarrett Wollman	int	blk;
2005fc1fd70SGarrett Wollman	int	len;
2015fc1fd70SGarrett Wollman};
2025fc1fd70SGarrett Wollman.Ed
2035fc1fd70SGarrett Wollman
2045fc1fd70SGarrett Wollman.It Dv CDIOCPLAYMSF
2055fc1fd70SGarrett Wollman.Pq Li "struct ioc_play_msf"
2065fc1fd70SGarrett WollmanStart audio playback given a `minutes-seconds-frames' address and
2075fc1fd70SGarrett Wollmanlength.  The structure is defined as follows:
2085fc1fd70SGarrett Wollman.Bd -literal -offset indent
2095fc1fd70SGarrett Wollmanstruct ioc_play_msf
2105fc1fd70SGarrett Wollman{
2115fc1fd70SGarrett Wollman	u_char	start_m;
2125fc1fd70SGarrett Wollman	u_char	start_s;
2135fc1fd70SGarrett Wollman	u_char	start_f;
2145fc1fd70SGarrett Wollman	u_char	end_m;
2155fc1fd70SGarrett Wollman	u_char	end_s;
2165fc1fd70SGarrett Wollman	u_char	end_f;
2175fc1fd70SGarrett Wollman};
2185fc1fd70SGarrett Wollman.Ed
2195fc1fd70SGarrett Wollman
2205fc1fd70SGarrett Wollman.It Dv CDIOCREADSUBCHANNEL
2215fc1fd70SGarrett Wollman.Pq Li "struct ioc_read_subchannel"
2225fc1fd70SGarrett WollmanRead information from the subchannel at the location specified by this
2235fc1fd70SGarrett Wollmanstructure:
2245fc1fd70SGarrett Wollman.Bd -literal -offset indent
2255fc1fd70SGarrett Wollmanstruct ioc_read_subchannel {
2265fc1fd70SGarrett Wollman	u_char address_format;
2275fc1fd70SGarrett Wollman#define CD_LBA_FORMAT	1
2285fc1fd70SGarrett Wollman#define CD_MSF_FORMAT	2
2295fc1fd70SGarrett Wollman	u_char data_format;
2305fc1fd70SGarrett Wollman#define CD_SUBQ_DATA		0
2315fc1fd70SGarrett Wollman#define CD_CURRENT_POSITION	1
2325fc1fd70SGarrett Wollman#define CD_MEDIA_CATALOG	2
2335fc1fd70SGarrett Wollman#define CD_TRACK_INFO		3
2345fc1fd70SGarrett Wollman	u_char track;
2355fc1fd70SGarrett Wollman	int	data_len;
2365fc1fd70SGarrett Wollman	struct  cd_sub_channel_info *data;
2375fc1fd70SGarrett Wollman};
2385fc1fd70SGarrett Wollman.Ed
2395fc1fd70SGarrett Wollman
2405fc1fd70SGarrett Wollman.It Dv CDIOREADTOCHEADER
2415fc1fd70SGarrett Wollman.Pq Li "struct ioc_toc_header"
2425fc1fd70SGarrett WollmanReturn summary information about the table of contents for the mounted
2435fc1fd70SGarrett Wollman.Tn CD-ROM .
2445fc1fd70SGarrett WollmanThe information is returned into the following structure:
2455fc1fd70SGarrett Wollman.Bd -literal -offset indent
2465fc1fd70SGarrett Wollmanstruct ioc_toc_header {
2475fc1fd70SGarrett Wollman	u_short len;
2485fc1fd70SGarrett Wollman	u_char  starting_track;
2495fc1fd70SGarrett Wollman	u_char  ending_track;
2505fc1fd70SGarrett Wollman};
2515fc1fd70SGarrett Wollman.Ed
2525fc1fd70SGarrett Wollman
2535fc1fd70SGarrett Wollman.It Dv CDIOREADTOCENTRYS
2545fc1fd70SGarrett Wollman.Pq Li "struct ioc_read_toc_entry"
2555fc1fd70SGarrett WollmanReturn information from the table of contents entries mentioned.  (Yes, this
2565fc1fd70SGarrett Wollmancommand name is misspelled.)  The argument structure is defined as follows:
2575fc1fd70SGarrett Wollman.Bd -literal -offset indent
2585fc1fd70SGarrett Wollmanstruct ioc_read_toc_entry {
2595fc1fd70SGarrett Wollman	u_char	address_format;
2605fc1fd70SGarrett Wollman	u_char	starting_track;
2615fc1fd70SGarrett Wollman	u_short	data_len;
2625fc1fd70SGarrett Wollman	struct  cd_toc_entry *data;
2635fc1fd70SGarrett Wollman};
2645fc1fd70SGarrett Wollman.Ed
2655fc1fd70SGarrett WollmanThe requested data is written into an area of size
2665fc1fd70SGarrett Wollman.Li data_len
2675fc1fd70SGarrett Wollmanand pointed to by
2685fc1fd70SGarrett Wollman.Li data .
2695fc1fd70SGarrett Wollman
2705fc1fd70SGarrett Wollman.It Dv CDIOCSETPATCH
2715fc1fd70SGarrett Wollman.Pq Li "struct ioc_patch"
2725fc1fd70SGarrett WollmanAttach various audio channels to various output channels.  The
2735fc1fd70SGarrett Wollmanargument structure is defined thusly:
2745fc1fd70SGarrett Wollman.Bd -literal -offset indent
2755fc1fd70SGarrett Wollmanstruct ioc_patch {
2765fc1fd70SGarrett Wollman	u_char	patch[4];
2775fc1fd70SGarrett Wollman	/* one for each channel */
2785fc1fd70SGarrett Wollman};
2795fc1fd70SGarrett Wollman.Ed
2805fc1fd70SGarrett Wollman
2815fc1fd70SGarrett Wollman.It Dv CDIOCGETVOL
2825fc1fd70SGarrett Wollman.It Dv CDIOCSETVOL
2835fc1fd70SGarrett Wollman.Pq Li "struct ioc_vol"
2845fc1fd70SGarrett WollmanGet (set) information about the volume settings of the output channels.  The
2855fc1fd70SGarrett Wollmanargument structure is as follows:
2865fc1fd70SGarrett Wollman.Bd -literal -offset indent
2875fc1fd70SGarrett Wollmanstruct	ioc_vol
2885fc1fd70SGarrett Wollman{
2895fc1fd70SGarrett Wollman	u_char	vol[4];
2905fc1fd70SGarrett Wollman	/* one for each channel */
2915fc1fd70SGarrett Wollman};
2925fc1fd70SGarrett Wollman.Ed
2935fc1fd70SGarrett Wollman
2945fc1fd70SGarrett Wollman.It Dv CDIOCSETMONO
2955fc1fd70SGarrett WollmanPatch all output channels to all source channels.
2965fc1fd70SGarrett Wollman
2975fc1fd70SGarrett Wollman.It Dv CDIOCSETSTEREO
298db35f309SDavid GreenmanPatch left source channel to the left output channel and the right
299db35f309SDavid Greenmansource channel to the right output channel.
3005fc1fd70SGarrett Wollman
3015fc1fd70SGarrett Wollman.It Dv CDIOCSETMUTE
302db35f309SDavid GreenmanMute output without changing the volume settings.
3035fc1fd70SGarrett Wollman
3045fc1fd70SGarrett Wollman.It Dv CDIOCSETLEFT
3055fc1fd70SGarrett Wollman.It Dv CDIOCSETRIGHT
3065fc1fd70SGarrett WollmanAttach both output channels to the left (right) source channel.
3075fc1fd70SGarrett Wollman
3085fc1fd70SGarrett Wollman.It Dv CDIOCSETDEBUG
3095fc1fd70SGarrett Wollman.It Dv CDIOCCLRDEBUG
3105fc1fd70SGarrett WollmanTurn on (off) debugging for the appropriate device.
3115fc1fd70SGarrett Wollman
3125fc1fd70SGarrett Wollman.It Dv CDIOCPAUSE
3135fc1fd70SGarrett Wollman.It Dv CDIOCRESUME
3145fc1fd70SGarrett WollmanPause (resume) audio play, without resetting the location of the read-head.
3155fc1fd70SGarrett Wollman
3165fc1fd70SGarrett Wollman.It Dv CDIOCRESET
317db35f309SDavid GreenmanReset the drive.
3185fc1fd70SGarrett Wollman
3195fc1fd70SGarrett Wollman.It Dv CDIOCSTART
3205fc1fd70SGarrett Wollman.It Dv CDIOCSTOP
3215fc1fd70SGarrett WollmanTell the drive to spin-up (-down) the
3225fc1fd70SGarrett Wollman.Tn CD-ROM .
3235fc1fd70SGarrett Wollman
3245fc1fd70SGarrett Wollman.It Dv CDIOCALLOW
3255fc1fd70SGarrett Wollman.It Dv CDIOCPREVENT
3265fc1fd70SGarrett WollmanTell the drive to allow (prevent) manual ejection of the
3275fc1fd70SGarrett Wollman.Tn CD-ROM
3285fc1fd70SGarrett Wollmandisc.  Not all drives support this feature.
3295fc1fd70SGarrett Wollman
3305fc1fd70SGarrett Wollman.It Dv CDIOCEJECT
3315fc1fd70SGarrett WollmanEject the
3325fc1fd70SGarrett Wollman.Tn CD-ROM .
3335fc1fd70SGarrett Wollman
3345fc1fd70SGarrett Wollman.It Dv CDIOCCLOSE
3355fc1fd70SGarrett WollmanTell the drive to close its door and load the media.  Not all drives
3365fc1fd70SGarrett Wollmansupport this feature.
3375fc1fd70SGarrett Wollman
3385fc1fd70SGarrett Wollman.It Dv CDIOCPITCH
3395fc1fd70SGarrett Wollman.Pq Li "struct ioc_pitch"
3405fc1fd70SGarrett WollmanFor drives that support it, this command instructs the drive to play
3415fc1fd70SGarrett Wollmanthe audio at a faster or slower rate than normal.  Values of
3425fc1fd70SGarrett Wollman.Li speed
3435fc1fd70SGarrett Wollmanbetween -32767 and -1 result in slower playback; a zero value
3445fc1fd70SGarrett Wollmanindicates normal speed; and values from 1 to 32767 give faster
3455fc1fd70SGarrett Wollmanplayback.  Drives with less than 16 bits of resolution will silently
3465fc1fd70SGarrett Wollmanignore less-significant bits.  The structure is defined thusly:
3475fc1fd70SGarrett Wollman.Bd -literal -offset indent
3485fc1fd70SGarrett Wollmanstruct	ioc_pitch
3495fc1fd70SGarrett Wollman{
3505fc1fd70SGarrett Wollman	short	speed;
3515fc1fd70SGarrett Wollman};
3525fc1fd70SGarrett Wollman.Ed
353db35f309SDavid Greenman.El
354db35f309SDavid Greenman.Pp
355db35f309SDavid GreenmanIn addition the general
356db35f309SDavid Greenman.Xr scsi 4
357db35f309SDavid Greenmanioctls may be used with the
358db35f309SDavid Greenman.Nm
3594a8d0283SMike Pritcharddriver, if used against the `whole disk' partition (i.e.
3605fc1fd70SGarrett Wollman.Pa /dev/rcd0c ) .
361db35f309SDavid Greenman.Sh NOTES
3625fc1fd70SGarrett WollmanWhen a
3635fc1fd70SGarrett Wollman.Tn CD-ROM
3645fc1fd70SGarrett Wollmanis changed in a drive controlled by the
365db35f309SDavid Greenman.Nm
366db35f309SDavid Greenmandriver, then the act of changing the media will invalidate the
367db35f309SDavid Greenmandisklabel and information held within the kernel.  To stop corruption,
3685fc1fd70SGarrett Wollmanall accesses to the device will be discarded until there are no more
369db35f309SDavid Greenmanopen file descriptors referencing the device.  During this period, all
3705fc1fd70SGarrett Wollmannew open attempts will be rejected.  When no more open file descriptors
371db35f309SDavid Greenmanreference the device, the first next open will load a new set of
3725fc1fd70SGarrett Wollmanparameters (including disklabel) for the drive.
3735fc1fd70SGarrett Wollman.Pp
3745fc1fd70SGarrett WollmanThe audio code in the
375db35f309SDavid Greenman.Nm
3765fc1fd70SGarrett Wollmandriver only support
3775fc1fd70SGarrett Wollman.Tn SCSI-2
3785fc1fd70SGarrett Wollmanstandard audio commands. Because many
3795fc1fd70SGarrett Wollman.Tn CD-ROM
3805fc1fd70SGarrett Wollmanmanufacturers have not followed the standard, there are many
3815fc1fd70SGarrett Wollman.Tn CD-ROM
3825fc1fd70SGarrett Wollmandrives for which audio will not work. Some work is planned to support
3835fc1fd70SGarrett Wollmansome of the more common `broken'
3845fc1fd70SGarrett Wollman.Tn CD-ROM
3855fc1fd70SGarrett Wollmandrives; however, this is not yet under way.
386db35f309SDavid Greenman.Sh FILES
387db35f309SDavid Greenman.Bl -tag -width /dev/rcd[0-9][a-h] -compact
388db35f309SDavid Greenman.It Pa /dev/cd[0-9][a-h]
3895fc1fd70SGarrett Wollmanblock mode
3905fc1fd70SGarrett Wollman.Tn CD-ROM
3915fc1fd70SGarrett Wollmandevices
392db35f309SDavid Greenman.It Pa /dev/rcd[0-9][a-h]
3935fc1fd70SGarrett Wollmanraw mode
3945fc1fd70SGarrett Wollman.Tn CD-ROM
3955fc1fd70SGarrett Wollmandevices
396db35f309SDavid Greenman.El
397db35f309SDavid Greenman.Sh DIAGNOSTICS
398db35f309SDavid GreenmanNone.
399db35f309SDavid Greenman.Sh SEE ALSO
4005fc1fd70SGarrett Wollman.Xr scsi 4 ,
4015fc1fd70SGarrett Wollman.Xr sd 4 ,
40278b0b234SMike Pritchard.Xr disklabel 5 ,
403f79219c3SJohn-Mark Gurney.Xr disklabel 8 ,
404f79219c3SJohn-Mark Gurney.Xr cd 9
4055fc1fd70SGarrett Wollman.Sh BUGS
4065fc1fd70SGarrett WollmanThe names of the structures used for the third argument to
4075fc1fd70SGarrett Wollman.Fn ioctl
4085fc1fd70SGarrett Wollmanwere poorly chosen, and a number of spelling errors have survived in
4095fc1fd70SGarrett Wollmanthe names of the
4105fc1fd70SGarrett Wollman.Fn ioctl
4115fc1fd70SGarrett Wollmancommands.
412db35f309SDavid Greenman.Sh HISTORY
413db35f309SDavid GreenmanThis
414db35f309SDavid Greenman.Nm
415db35f309SDavid Greenmandriver appeared in 386BSD 0.1.
416