pci_machdep.c | 164 static int pci_mode = PCI_CONF_MODE; variable in typeref:typename:int 169 static int pci_mode = -1; variable in typeref:typename:int 396 switch (pci_mode) { 402 panic("%s: mode %d not configured", __func__, pci_mode); 409 switch (pci_mode) { 415 panic("%s: mode %d not configured", __func__, pci_mode); 424 switch (pci_mode) { 435 panic("%s: mode %d not configured", __func__, pci_mode); 491 aprint_normal(": configuration mode %d", pci_mode); 590 if (pci_mode == 2 [all...] |