Add explicit unit count on 'device pci' for ahc/ahd
This commit is contained in:
parent
5c38df9d96
commit
055664a2a3
@ -80,7 +80,7 @@ options SMP # Symmetric MultiProcessor Kernel
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
|
||||
# Floppy drives
|
||||
device fdc
|
||||
|
@ -45,7 +45,7 @@ options DEC_KN300 # AlphaServer 4100 (Rawhide),
|
||||
# HARDWARE BUS CONFIGURATION
|
||||
|
||||
device isa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -67,7 +67,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
# Floppy drives
|
||||
|
@ -67,7 +67,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
device isa
|
||||
device eisa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
# Floppy drives
|
||||
|
@ -301,7 +301,7 @@ device mca
|
||||
#
|
||||
# PCI bus & PCI options:
|
||||
#
|
||||
device pci
|
||||
device pci 1 # unit count is for ahc/ahd
|
||||
|
||||
#
|
||||
# AGP GART support
|
||||
|
@ -65,7 +65,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
device pci
|
||||
device pci 1 #Unit count is for ahc/ahd
|
||||
|
||||
# IA64 uses ACPI
|
||||
device acpica
|
||||
|
@ -72,7 +72,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
#options APIC_IO # Symmetric (APIC) I/O
|
||||
|
||||
device isa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
options COMPAT_OLDISA # Old ISA driver shims
|
||||
#options PCI_ENABLE_IO_MODES # Enable pci resources left off by a "lazy BIOS"
|
||||
|
||||
|
@ -44,7 +44,7 @@ options WITNESS
|
||||
|
||||
options POWERMAC
|
||||
|
||||
device pci
|
||||
device pci 1 #Unit count is for ahc/ahd
|
||||
device loop
|
||||
device ether
|
||||
device miibus
|
||||
|
@ -69,7 +69,7 @@ options SMP # Symmetric MultiProcessor Kernel
|
||||
device apb # Sun APB PCI-PCI bridge
|
||||
device ebus
|
||||
device isa
|
||||
device pci
|
||||
device pci 1 # Unit count is for ahc/ahd
|
||||
device sbus
|
||||
|
||||
# Floppy drives
|
||||
|
Loading…
Reference in New Issue
Block a user