8525 some more manpage spelling errors
[unleashed.git] / usr / src / man / man9e / identify.9e
blobf60b5714439035ce6ea05733f1b55a96a00f7b35
1 '\" te
2 .\" Copyright (c) 2003, 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.
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]
6 .TH IDENTIFY 9E "Apr 11, 2003"
7 .SH NAME
8 identify \- determine if a driver is associated with a device
9 .SH INTERFACE LEVEL
10 .sp
11 .LP
12 Solaris DDI specific (Solaris DDI). This entry point is no longer supported.
13 \fBnulldev\fR(9F) must be specified in the  \fBdev_ops\fR(9S) structure.
14 .SH SEE ALSO
15 .sp
16 .LP
17 \fBnulldev\fR(9F), \fBdev_ops\fR(9S)
18 .SH ATTRIBUTES
19 .sp
20 .LP
21 See \fBattributes\fR(5) for a description of the following attributes:
22 .sp
24 .sp
25 .TS
26 box;
27 c | c
28 l | l .
29 ATTRIBUTE TYPE  ATTRIBUTE VALUE
31 Stability Level Obsolete
32 .TE
34 .SH WARNING
35 .sp
36 .LP
37 For Solaris 10 and later versions, drivers must remove the \fBidentify(9e)\fR
38 implementation to recompile. Otherwise, the compiler generates errors about
39 DDI_IDENTIFIED and DDI_NOT_IDENTIFIED.