Displaying 2 results from an estimated 2 matches for "pci_bios".
Did you mean:
pci_gobios
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...on PCI && !X86_VISWS
+ depends on PCI && !(X86_VISWS || X86_VMI)
default PCI_GOANY
+
---help---
On PCI systems, the BIOS can be used to detect the PCI devices and
determine their configuration. However, some old PCI motherboards
@@ -963,12 +992,12 @@ endchoice
config PCI_BIOS
bool
- depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY)
+ depends on !(X86_VISWS && X86_VMI) && PCI && (PCI_GOBIOS || PCI_GOANY)
default y
config PCI_DIRECT
bool
- depends on PCI && ((PCI_GODIRECT || PCI_GOANY) || X86_VISWS)
+ depe...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...on PCI && !X86_VISWS
+ depends on PCI && !(X86_VISWS || X86_VMI)
default PCI_GOANY
+
---help---
On PCI systems, the BIOS can be used to detect the PCI devices and
determine their configuration. However, some old PCI motherboards
@@ -963,12 +992,12 @@ endchoice
config PCI_BIOS
bool
- depends on !X86_VISWS && PCI && (PCI_GOBIOS || PCI_GOANY)
+ depends on !(X86_VISWS && X86_VMI) && PCI && (PCI_GOBIOS || PCI_GOANY)
default y
config PCI_DIRECT
bool
- depends on PCI && ((PCI_GODIRECT || PCI_GOANY) || X86_VISWS)
+ depe...