CSX_PARSE_CISTPL_MANFID(9F) | Kernel Functions for Drivers | CSX_PARSE_CISTPL_MANFID(9F) |
#include <sys/pccard.h> int32_t csx_Parse_CISTPL_MANFID(client_handle_t ch, tuple_t *tu, cistpl_manfid_t *cm);
tu
cm
The CISTPL_MANFID tuple is used to describe the information about the manufacturer of a PC Card. There are two types of information, the PC Card's manufacturer and a manufacturer card number.
uint32_t manf; /* PCMCIA assigned manufacturer code */ uint32_t card; /* manufacturer information (part number and/or revision) */
CS_BAD_HANDLE
CS_UNKNOWN_TUPLE
CS_NO_CARD
CS_NO_CIS
CS_UNSUPPORTED_FUNCTION
PC Card 95 Standard, PCMCIA/JEIDA
December 20, 1996 | OmniOS |