eisa_parse_devconfig is used
to parse the ``type'' or ``subtype'' string to determine
special properties of the device in
EISA configuration space.
Arguments
data
Pointer to the configuration data.
str
The string to be searched for in the configuration space.
dtype
Type of configuration data passed
in the data argument
and may be one of:
EISA_SLOT_DATA
All the data pertaining to the slot
(eisa_slotinfo_t plus all eisa_funcinfo_t).
eisa_parse_devconfig will search through all the functions blocks
to find str.
EISA_FUNC_DATA
EISA function block (eisa_funcinfo_t).
stype
indicates which field to search.
The following values are supported:
EISA_TYPE
Search the "type" string.
EISA_SUBTYPE
Search the "subtype" string.
dtype
indicates the format of the data passed in data.
The following values are supported:
EISA_SLOT_DATA
All the data pertaining to the slot
(eisa_slotinfo_t plus all eisa_funcinfo_t).
eisa_parse_devconfig will search through all the functions blocks
to find str.
EISA_FUNC_DATA
EISA function block (eisa_funcinfo_t).
Return values
Returns B_TRUE on success
and B_FALSE on failure
to find the string str.