summaryrefslogtreecommitdiff
path: root/usr/src/man/man9f/outb.9f
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9f/outb.9f')
-rw-r--r--usr/src/man/man9f/outb.9f12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man9f/outb.9f b/usr/src/man/man9f/outb.9f
index cacd669d30..d839c2f012 100644
--- a/usr/src/man/man9f/outb.9f
+++ b/usr/src/man/man9f/outb.9f
@@ -3,7 +3,7 @@
.\" 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.
.\" 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.
.\" 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]
-.TH OUTB 9F "Jan 16, 2006"
+.TH OUTB 9F "Oct 24, 2012"
.SH NAME
outb, outw, outl, repoutsb, repoutsw, repoutsd \- write to an I/O port
.SH SYNOPSIS
@@ -45,9 +45,9 @@ outb, outw, outl, repoutsb, repoutsw, repoutsd \- write to an I/O port
.LP
The functions described here are obsolete. For the \fBoutb()\fR, \fBoutw()\fR,
and \fBoutl()\fR functions use, respectively, \fBddi_put8\fR(9F),
-\fBddi_put8\fR(9F), and \fBddi_put8\fR(9F) instead. For \fBrepoutsb()\fR,
+\fBddi_put16\fR(9F), and \fBddi_put32\fR(9F) instead. For \fBrepoutsb()\fR,
\fBrepoutsw()\fR, and\fBrepoutsl()\fR, use, respectively,
-\fBddi_rep_put8\fR(9F), \fBddi_rep_put8\fR(9F), and \fBddi_rep_put8\fR(9F)
+\fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F), and \fBddi_rep_put32\fR(9F)
instead.
.SH PARAMETERS
.sp
@@ -127,9 +127,9 @@ Interface Stability Obsolete
.SH SEE ALSO
.sp
.LP
-\fBisa\fR(4), \fBattributes\fR(5), \fBddi_put8\fR(9F), \fBddi_put8\fR(9F),
-\fBddi_put8\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_rep_put8\fR(9F),
-\fBddi_rep_put8\fR(9F), \fBinb\fR(9F)
+\fBisa\fR(4), \fBattributes\fR(5), \fBddi_put8\fR(9F), \fBddi_put16\fR(9F),
+\fBddi_put32\fR(9F), \fBddi_rep_put8\fR(9F), \fBddi_rep_put16\fR(9F),
+\fBddi_rep_put32\fR(9F), \fBinb\fR(9F)
.sp
.LP
\fIWriting Device Drivers\fR