2 .\" Copyright (c) 1997, 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_LONGLINK_MFC 9F "Jan 24, 1997"
8 csx_Parse_CISTPL_LONGLINK_MFC \- parse the Multi-Function tuple
12 #include <sys/pccard.h>
16 \fBint32_t\fR \fBcsx_Parse_CISTPL_LONGLINK_MFC\fR(\fBclient_handle_t\fR \fIch\fR, \fBtuple_t *\fR\fItu\fR,
17 \fBcistpl_longlink_mfc_t *\fR\fIpt\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_longlink_mfc_t\fR structure which contains the parsed
51 \fBCISTPL_LONGLINK_MFC\fR tuple information upon return from this function.
57 This function parses the Multi-Function tuple, \fBCISTPL_LONGLINK_MFC,\fR into
58 a form usable by \fBPC \fRCard drivers.
61 The \fBCISTPL_LONGLINK_MFC\fR tuple describes the start of the
62 function-specific \fBCIS \fRfor each function on a multi-function card.
66 The structure members of \fBcistpl_longlink_mfc_t\fR are:
72 uint32_t function[CIS_MAX_FUNCTIONS].tas
73 uint32_t function[CIS_MAX_FUNCTIONS].addr
79 The fields are defined as follows:
87 This field indicates the number of functions on the \fBPC \fRcard.
97 This field indicates the number of configuration register sets.
103 \fB\fBfunction[CIS_MAX_FUNCTIONS].tas\fR \fR
107 This field provides the target address space for each function on the \fBPC
108 \fRcard. This field can be one of:
112 \fB\fBCISTPL_LONGLINK_MFC_TAS_AM\fR\fR
116 CIS in attribute memory
122 \fB\fBCISTPL_LONGLINK_MFC_TAS_CM\fR\fR
132 \fB\fBfunction[CIS_MAX_FUNCTIONS].addr\fR \fR
136 This field provides the target address offset for each function on the \fBPC
146 \fB\fBCS_SUCCESS\fR \fR
149 Successful operation.
155 \fB\fBCS_BAD_HANDLE\fR \fR
158 Client handle is invalid.
164 \fB\fBCS_UNKNOWN_TUPLE\fR \fR
167 Parser does not know how to parse tuple.
173 \fB\fBCS_NO_CARD\fR \fR
176 No \fBPC \fRCard in socket.
182 \fB\fBCS_NO_CIS\fR \fR
185 No Card Information Structure (CIS) on \fBPC \fRCard.
191 \fB\fBCS_UNSUPPORTED_FUNCTION\fR \fR
194 No \fBPCMCIA \fRhardware installed.
200 This function may be called from user or kernel context.
204 \fBcsx_GetFirstTuple\fR(9F), \fBcsx_GetTupleData\fR(9F),
205 \fBcsx_RegisterClient\fR(9F), \fBcsx_ValidateCIS\fR(9F), \fBtuple\fR(9S)
208 \fIPC Card 95 Standard,\fR PCMCIA/JEIDA