summaryrefslogtreecommitdiff
path: root/usr/src/man/man9e/attach.9e
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9e/attach.9e')
-rw-r--r--usr/src/man/man9e/attach.9e21
1 files changed, 6 insertions, 15 deletions
diff --git a/usr/src/man/man9e/attach.9e b/usr/src/man/man9e/attach.9e
index b98b9d0379..39ec5635cc 100644
--- a/usr/src/man/man9e/attach.9e
+++ b/usr/src/man/man9e/attach.9e
@@ -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 attach 9E "7 Jan 2004" "SunOS 5.11" "Driver Entry Points"
+.TH ATTACH 9E "Jan 7, 2004"
.SH NAME
attach \- Attach a device to the system, or resume it
.SH SYNOPSIS
@@ -24,23 +24,19 @@ Solaris DDI specific (Solaris DDI)
.SH PARAMETERS
.sp
.ne 2
-.mk
.na
\fB\fIdip\fR\fR
.ad
.RS 7n
-.rt
A pointer to the device's \fBdev_info\fR structure.
.RE
.sp
.ne 2
-.mk
.na
\fB\fIcmd\fR\fR
.ad
.RS 7n
-.rt
Attach type. Possible values are \fBDDI_ATTACH\fR and \fBDDI_RESUME\fR. Other
values are reserved. The driver must return \fBDDI_FAILURE\fR if reserved
values are passed to it.
@@ -130,23 +126,19 @@ loading firmware so that it can detect hot-plug events).
The \fBattach()\fR function returns:
.sp
.ne 2
-.mk
.na
\fB\fBDDI_SUCCESS\fR\fR
.ad
.RS 15n
-.rt
Successful completion
.RE
.sp
.ne 2
-.mk
.na
\fB\fBDDI_FAILURE\fR\fR
.ad
.RS 15n
-.rt
Operation failed
.RE
@@ -158,13 +150,12 @@ 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
_
-Interface StabilityCommitted
+Interface Stability Committed
.TE
.SH SEE ALSO