comparison usr/src/man/man9f/inb.9f @ 13866:040f4b0699ee

3301 lapsus calami multum Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
author Joshua M. Clulow <josh@sysmgr.org>
date Thu, 25 Oct 2012 10:16:36 -0700
parents 5b2854ecc12d
children
comparison
equal deleted inserted replaced
13865:6fa12cf47ebb 13866:040f4b0699ee
1 '\" te 1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc. 2 .\" Copyright (c) 2006, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. 4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH INB 9F "Jan 16, 2006" 6 .TH INB 9F "Oct 24, 2012"
7 .SH NAME 7 .SH NAME
8 inb, inw, inl, repinsb, repinsw, repinsd \- read from an I/O port 8 inb, inw, inl, repinsb, repinsw, repinsd \- read from an I/O port
9 .SH SYNOPSIS 9 .SH SYNOPSIS
10 .LP 10 .LP
11 .nf 11 .nf
47 .SH INTERFACE LEVEL 47 .SH INTERFACE LEVEL
48 .sp 48 .sp
49 .LP 49 .LP
50 The functions described here are obsolete. For the \fBinb()\fR, \fBinw()\fR, 50 The functions described here are obsolete. For the \fBinb()\fR, \fBinw()\fR,
51 and \fBinl()\fR functions, use, respectively, \fBddi_get8\fR(9F), 51 and \fBinl()\fR functions, use, respectively, \fBddi_get8\fR(9F),
52 \fBddi_get8\fR(9F), and \fBddi_get8\fR(9F) instead. For \fBrepinsb()\fR, 52 \fBddi_get16\fR(9F), and \fBddi_get32\fR(9F) instead. For \fBrepinsb()\fR,
53 \fBrepinsw()\fR, and\fBrepinsl()\fR, use, respectively, \fBddi_rep_get8\fR(9F), 53 \fBrepinsw()\fR, and\fBrepinsl()\fR, use, respectively, \fBddi_rep_get8\fR(9F),
54 \fBddi_rep_get8\fR(9F), and \fBddi_rep_get8\fR(9F) instead. 54 \fBddi_rep_get16\fR(9F), and \fBddi_rep_get32\fR(9F) instead.
55 .SH PARAMETERS 55 .SH PARAMETERS
56 .sp 56 .sp
57 .ne 2 57 .ne 2
58 .na 58 .na
59 \fB\fIport\fR\fR 59 \fB\fIport\fR\fR
124 .TE 124 .TE
125 125
126 .SH SEE ALSO 126 .SH SEE ALSO
127 .sp 127 .sp
128 .LP 128 .LP
129 \fBisa\fR(4), \fBattributes\fR(5), \fBddi_get8\fR(9F), \fBddi_get8\fR(9F), 129 \fBisa\fR(4), \fBattributes\fR(5), \fBddi_get8\fR(9F), \fBddi_get16\fR(9F),
130 \fBddi_get8\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get8\fR(9F), 130 \fBddi_get32\fR(9F), \fBddi_rep_get8\fR(9F), \fBddi_rep_get16\fR(9F),
131 \fBddi_rep_get8\fR(9F), \fBoutb\fR(9F) 131 \fBddi_rep_get32\fR(9F), \fBoutb\fR(9F)
132 .sp 132 .sp
133 .LP 133 .LP
134 \fIWriting Device Drivers\fR 134 \fIWriting Device Drivers\fR