Searched refs:vendid (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | sbbc.c | 981 uint16_t comm, vendid, devid, stat; in sbbc_config4pci() local 993 vendid = pci_config_get16(conf_handle, PCI_CONF_VENID); in sbbc_config4pci() 1003 vendid, devid, comm, stat, revid); in sbbc_config4pci()
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac.h | 369 uint16_t vendid; /* vendor id */ member
|
H A D | aac.c | 2116 softs->vendid = pci_config_get16(pci_config_handle, PCI_CONF_VENID); in aac_check_card_type() 2125 if ((aac_cards[card_index].vendor == softs->vendid) && in aac_check_card_type() 2143 if (softs->vendid != 0x9005) { in aac_check_card_type() 2145 "Unknown vendor 0x%x", softs->vendid); in aac_check_card_type() 2917 softs->vendid, softs->devid, softs->subvendid, softs->subsysid, in aac_common_attach()
|