Searched defs:code_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5793 int code_type; local
5921 code_type = ddi_get8(h, addr + pci_data + PCI_PDS_CODE_TYPE);
5923 switch (code_type) {
5931 DEBUG1("ROM is of Unknown Type 0x%x\n", code_type);
5937 (code_type != PCI_PDS_CODE_TYPE_OPEN_FW)) {

Completed in 74 milliseconds