csx_Parse_CISTPL_FUNCID - parse Function Identification tuple
#include <sys/pccard.h> int32_t csx_Parse_CISTPL_FUNCID(client_handle_t ch, tuple_t *tu, cistpl_funcid_t *cf);
Solaris DDI Specific (Solaris DDI)
ch
tu
cf
This function parses the Function Identification tuple, CISTPL_FUNCID, into a form usable by PC Card drivers.
The CISTPL_FUNCID tuple is used to describe information about the functionality provided by a PC Card. Information is also provided to enable system utilities to decide if the PC Card should be configured during system initialization. If additional function specific information is available, one or more function extension tuples of type CISTPL_FUNCE follow this tuple (see csx_Parse_CISTPL_FUNCE(9F)).
The structure members of cistpl_funcid_t are:
uint32_t function; /* PC Card function code */ uint32_t sysinit; /* system initialization mask */
The fields are defined as follows:
function
TPLFUNC_MULTI
TPLFUNC_MEMORY
TPLFUNC_SERIAL
TPLFUNC_PARALLEL
TPLFUNC_FIXED
TPLFUNC_VIDEO
TPLFUNC_LAN
TPLFUNC_AIMS
TPLFUNC_SCSI
TPLFUNC_SECURITY
TPLFUNC_VENDOR_SPECIFIC
TPLFUNC_UNKNOWN
sysinit
TPLINIT_POST
TPLINIT_ROM
CS_SUCCESS
CS_BAD_HANDLE
CS_UNKNOWN_TUPLE
CS_NO_CARD
CS_NO_CIS
CS_UNSUPPORTED_FUNCTION
This function may be called from user or kernel context.
csx_GetFirstTuple(9F), csx_GetTupleData(9F), csx_Parse_CISTPL_FUNCE(9F), csx_RegisterClient(9F), csx_ValidateCIS(9F), tuple(9S)
PC Card 95 Standard, PCMCIA/JEIDA
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |