1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Remove the separate kernel option for Sun APB PCI-PCI bridges and make

support for them conditional on the pci(4) kernel option instead.

OK'ed by:	tmm
This commit is contained in:
Marius Strobl 2004-04-30 15:00:41 +00:00
parent a836fc005b
commit e9e3f95d4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128758
3 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,7 @@ sparc64/fhc/fhc_nexus.c optional fhc
sparc64/isa/isa.c optional isa
sparc64/isa/ofw_isa.c optional ebus
sparc64/isa/ofw_isa.c optional isa
sparc64/pci/apb.c optional apb
sparc64/pci/apb.c optional pci
sparc64/pci/ofw_pci.c optional pci
sparc64/pci/ofw_pcib.c optional pci ofw_newpci
sparc64/pci/ofw_pcib_subr.c optional pci ofw_newpci

View File

@ -68,7 +68,6 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device apb # Sun APB PCI-PCI bridge
device ebus
device isa
device pci

View File

@ -24,7 +24,6 @@ cpu SUN4U
#####################################################################
# HARDWARE BUS CONFIGURATION
device apb # Sun APB PCI-PCI bridge
device ebus
device isa
device pci