Move 'device pci' for the PCI bus driver to the MI NOTES file.
The PCI bus was already listed in all of the MD NOTES files and the driver should at least compile on all platforms.
This commit is contained in:
parent
13b5b54865
commit
e131ba36e8
@ -176,11 +176,6 @@ options AUTO_EOI_1
|
||||
options MAXMEM=(128*1024)
|
||||
#options BROKEN_KEYBOARD_RESET
|
||||
|
||||
#
|
||||
# PCI bus & PCI options:
|
||||
#
|
||||
device pci
|
||||
|
||||
#
|
||||
# AGP GART support
|
||||
device agp
|
||||
|
@ -36,8 +36,6 @@ options SOC_MV_DISCOVERY
|
||||
options SOC_MV_KIRKWOOD
|
||||
options SOC_MV_ORION
|
||||
|
||||
device pci
|
||||
|
||||
device at91_board_bwct
|
||||
device at91_board_ethernut5
|
||||
device at91_board_hl200
|
||||
|
@ -1403,6 +1403,15 @@ options LIBICONV
|
||||
# Size of the kernel message buffer. Should be N * pagesize.
|
||||
options MSGBUF_SIZE=40960
|
||||
|
||||
|
||||
#####################################################################
|
||||
# HARDWARE BUS CONFIGURATION
|
||||
|
||||
#
|
||||
# PCI bus & PCI options:
|
||||
#
|
||||
device pci
|
||||
|
||||
|
||||
#####################################################################
|
||||
# HARDWARE DEVICE CONFIGURATION
|
||||
|
@ -372,11 +372,6 @@ options EISA_SLOTS=12
|
||||
|
||||
device mca
|
||||
|
||||
#
|
||||
# PCI bus & PCI options:
|
||||
#
|
||||
device pci
|
||||
|
||||
#
|
||||
# AGP GART support
|
||||
device agp
|
||||
|
@ -281,11 +281,6 @@ options MAXMEM=(128*1024)
|
||||
options EPSON_BOUNCEDMA
|
||||
options EPSON_MEMWIN
|
||||
|
||||
#
|
||||
# PCI bus & PCI options:
|
||||
#
|
||||
device pci
|
||||
|
||||
#
|
||||
# AGP GART support
|
||||
device agp
|
||||
|
@ -52,7 +52,6 @@ options SC_OFWFB # OFW frame buffer
|
||||
device cpufreq
|
||||
|
||||
# Standard busses
|
||||
device pci
|
||||
device agp
|
||||
|
||||
device bm # Apple BMAC (Big Mac Ethernet)
|
||||
|
@ -20,7 +20,6 @@ cpu SUN4U
|
||||
|
||||
device ebus
|
||||
device isa
|
||||
device pci
|
||||
device sbus
|
||||
device central
|
||||
device fhc
|
||||
|
Loading…
Reference in New Issue
Block a user