HomeSort by: relevance | last modified time | path
    Searched defs:pci_mode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/pci/
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...]

Completed in 46 milliseconds