Deleted Added
full compact
cd.4 (119708) cd.4 (119893)
1.\" Copyright (c) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/cd.4 119708 2003-09-03 04:46:28Z ken $
26.\" $FreeBSD: head/share/man/man4/cd.4 119893 2003-09-08 19:57:22Z ru $
27.\"
28.Dd September 2, 2003
29.Dt CD 4
30.Os
31.Sh NAME
32.Nm cd
33.Nd SCSI CD-ROM driver
34.Sh SYNOPSIS

--- 59 unchanged lines hidden (view full) ---

94.Sh IOCTLS
95The following
96.Xr ioctl 2
97calls which apply to
98.Tn SCSI
99.Tn CD-ROM
100drives are defined
101in the header files
27.\"
28.Dd September 2, 2003
29.Dt CD 4
30.Os
31.Sh NAME
32.Nm cd
33.Nd SCSI CD-ROM driver
34.Sh SYNOPSIS

--- 59 unchanged lines hidden (view full) ---

94.Sh IOCTLS
95The following
96.Xr ioctl 2
97calls which apply to
98.Tn SCSI
99.Tn CD-ROM
100drives are defined
101in the header files
102.Aq Pa sys/cdio.h
102.In sys/cdio.h
103and
103and
104.Aq Pa sys/disklabel.h .
104.In sys/disklabel.h .
105.Pp
106.Bl -tag -width CDIOCREADSUBCHANNEL
107.It Dv DIOCGDINFO
108.It Dv DIOCSDINFO
109.Pq Li "struct disklabel"
110Read or write the in-core copy of the disklabel for the
111drive.
112The disklabel is initialized with information

--- 402 unchanged lines hidden ---
105.Pp
106.Bl -tag -width CDIOCREADSUBCHANNEL
107.It Dv DIOCGDINFO
108.It Dv DIOCSDINFO
109.Pq Li "struct disklabel"
110Read or write the in-core copy of the disklabel for the
111drive.
112The disklabel is initialized with information

--- 402 unchanged lines hidden ---