Field Name |
Description |
type |
product name or model number |
class |
functional grouping for devices |
subsclass |
additional grouping field, typically by interface |
prefix |
CuDv index, also used to derive /dev entries |
devid |
mca card ID |
base |
determines whether or not a device should be added to the boot image when configuration changes are made
(TRUE/FALSE -- base device/non-base device) associated stop method |
has_vpd |
vital product data |
detectable |
whether or not the device can be electrically detected (TRUE/FALSE -- detectable/non-detectable) |
chgstatus |
default entry for CuDv field (TRUE/FALSE -- new/don't care) |
bus_ext |
should the bus configurator run the device configure method (TRUE/FALSE -- new/don't care) |
fru |
field replacement unit (3 - values):
NO_FRU -- no replacement unit needed (pseudo-device)
SELF_FRU -- device is its own FRU
PARENT_FRU -- parent is the replacement unit |
led |
hex to display on fron LED |
setno |
set number in NLS message catalog |
msgno |
message number in NLS catalog |
catalog |
NLS catalog name |
DvDr |
device driver name |
Define |
associated define method |
Configure |
associated configure method |
Change |
associated change method |
Unconfigure |
associated unconfigure method |
Undefine |
associated undefine method |
Start |
associated start method |
Stop |
associated stop method |