2 .\" Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved
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 CSX_PARSE_CISTPL_FUNCID 9F "Dec 20, 1996"
8 csx_Parse_CISTPL_FUNCID \- parse Function Identification tuple
12 #include <sys/pccard.h>
16 \fBint32_t\fR \fBcsx_Parse_CISTPL_FUNCID\fR(\fBclient_handle_t\fR \fIch\fR, \fBtuple_t *\fR\fItu\fR,
17 \fBcistpl_funcid_t *\fR\fIcf\fR);
23 Solaris \fBDDI \fRSpecific (Solaris \fBDDI) \fR
31 Client handle returned from \fBcsx_RegisterClient\fR(9F).
40 Pointer to a \fBtuple_t\fR structure (see \fBtuple\fR(9S)) returned by a call
41 to \fBcsx_GetFirstTuple\fR(9F) or \fBcsx_GetNextTuple\fR(9F).
50 Pointer to a \fBcistpl_funcid_t\fR structure which contains the parsed
51 \fBCISTPL_FUNCID\fR tuple information upon return from this function.
57 This function parses the Function Identification tuple, \fBCISTPL_FUNCID,\fR
58 into a form usable by \fBPC \fRCard drivers.
61 The \fBCISTPL_FUNCID\fR tuple is used to describe information about the
62 functionality provided by a \fBPC \fRCard. Information is also provided to
63 enable system utilities to decide if the \fBPC \fRCard should be configured
64 during system initialization. If additional function specific information is
65 available, one or more function extension tuples of type \fBCISTPL_FUNCE\fR
66 follow this tuple (see \fBcsx_Parse_CISTPL_FUNCE\fR(9F)).
70 The structure members of \fBcistpl_funcid_t\fR are:
74 uint32_t function; /* PC Card function code */
75 uint32_t sysinit; /* system initialization mask */
81 The fields are defined as follows:
88 This is the function type for \fBCISTPL_FUNCID:\fR
95 Vendor-specific multifunction card
119 \fBTPLFUNC_PARALLEL\fR
122 Parallel printer port
131 Fixed disk, silicon or removable
149 Local Area Network adapter
158 Auto Incrementing Mass Storage
173 \fBTPLFUNC_SECURITY\fR
182 \fBTPLFUNC_VENDOR_SPECIFIC\fR
191 \fBTPLFUNC_UNKNOWN\fR
205 This field is bit-mapped and defined as follows:
212 POST should attempt configure
221 Map ROM during sys init
230 \fB\fBCS_SUCCESS\fR\fR
233 Successful operation.
239 \fB\fBCS_BAD_HANDLE\fR\fR
242 Client handle is invalid.
248 \fB\fBCS_UNKNOWN_TUPLE\fR\fR
251 Parser does not know how to parse tuple.
257 \fB\fBCS_NO_CARD\fR\fR
260 No \fBPC \fRCard in socket.
266 \fB\fBCS_NO_CIS\fR\fR
269 No Card Information Structure (CIS) on \fBPC \fRCard.
275 \fB\fBCS_UNSUPPORTED_FUNCTION\fR\fR
278 No \fBPCMCIA \fRhardware installed.
284 This function may be called from user or kernel context.
288 \fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F),
289 \fBcsx_Parse_CISTPL_FUNCE\fR(9F), \fBcsx_RegisterClient\fR(9F),
290 \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S)
293 \fIPC Card 95 Standard, PCMCIA/JEIDA\fR