diff options
Diffstat (limited to 'usr/src/man/man9f/outb.9f')
-rw-r--r-- | usr/src/man/man9f/outb.9f | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/usr/src/man/man9f/outb.9f b/usr/src/man/man9f/outb.9f index 60b21775d1..cacd669d30 100644 --- a/usr/src/man/man9f/outb.9f +++ b/usr/src/man/man9f/outb.9f @@ -3,14 +3,14 @@ .\" 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 "16 Jan 2006" "SunOS 5.11" "Kernel Functions for Drivers" +.TH OUTB 9F "Jan 16, 2006" .SH NAME outb, outw, outl, repoutsb, repoutsw, repoutsd \- write to an I/O port .SH SYNOPSIS .LP .nf #include <sys/ddi.h> -#include <sys/sunddi.h> +#include <sys/sunddi.h> \fBvoid\fR \fBoutb\fR(\fBint\fR \fIport\fR, \fBunsigned char\fR \fIvalue\fR); .fi @@ -52,45 +52,37 @@ instead. .SH PARAMETERS .sp .ne 2 -.mk .na \fB\fIport\fR\fR .ad .RS 9n -.rt A valid \fBI/O\fR port address. .RE .sp .ne 2 -.mk .na \fB\fIvalue\fR\fR .ad .RS 9n -.rt The data to be written to the \fBI/O\fR port. .RE .sp .ne 2 -.mk .na \fB\fIaddr\fR\fR .ad .RS 9n -.rt The address of a buffer from which the values will be fetched. .RE .sp .ne 2 -.mk .na \fB\fIcount\fR\fR .ad .RS 9n -.rt The number of values to be written to the \fBI/O\fR port. .RE @@ -122,15 +114,14 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Architecturex86 +Architecture x86 _ -Interface Stability Obsolete +Interface Stability Obsolete .TE .SH SEE ALSO |