Support probing the compact PCI bus.
This commit is contained in:
parent
7c8434c371
commit
0e811ff437
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INTEGRATOR,v 1.27 2004/08/07 10:47:19 rearnsha Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.28 2004/08/07 10:54:54 rearnsha Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
|
@ -157,6 +157,10 @@ plrtc0 at ifpga? offset 0x05000000
|
|||
# PCI bus via ifpga
|
||||
pci0 at ifpga? # PCI bus
|
||||
|
||||
# Compact PCI bus via PCI bridge.
|
||||
ppb* at pci? dev? function ? # PCI-PCI bridges
|
||||
pci* at ppb? bus ?
|
||||
|
||||
# PCI IDE Controllers and Devices
|
||||
# PCI IDE controllers - see pciide(4) for supported hardware.
|
||||
# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
|
||||
|
|
Loading…
Reference in New Issue