Add ofpci and ofppb.

This commit is contained in:
eeh 2002-05-06 19:48:05 +00:00
parent e60dcd0a0b
commit 1805506872
1 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sparc64,v 1.61 2002/05/05 11:22:19 martin Exp $
# $NetBSD: files.sparc64,v 1.62 2002/05/06 19:48:05 eeh Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@ -26,7 +26,7 @@ file ufs/lfs/lfs_debug.c compile-with "${NOOPT_C}"
#
define mainbus {}
device mainbus: pcibus, mainbus
device mainbus: mainbus
attach mainbus at root
device pcons
@ -46,6 +46,19 @@ include "dev/pci/files.pci"
file arch/sparc64/dev/psycho.c psycho
file arch/sparc64/dev/pci_machdep.c psycho
#
# OF PCI stuff
#
device ofpci: pci
attach ofpci at pcibus
file arch/sparc64/dev/ofpci.c ofpci
# PCI-PCI bridge chips
device ofppb: pcibus
attach ofppb at pci
file arch/sparc64/dev/ofppb.c ofppb
# IOMMU is for both
file arch/sparc64/dev/iommu.c sbus | psycho