diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 092e9ce7607..9eeb3d20164 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.100 2008/03/09 17:34:30 kettenis Exp $ +# $OpenBSD: files.sparc64,v 1.101 2008/03/09 20:52:55 kettenis Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -96,7 +96,11 @@ device pyro: pcibus attach pyro at mainbus file arch/sparc64/dev/pyro.c pyro -file arch/sparc64/dev/pci_machdep.c psycho | schizo | pyro +device vpci: pcibus +attach vpci at mainbus +file arch/sparc64/dev/vpci.c vpci + +file arch/sparc64/dev/pci_machdep.c psycho | schizo | pyro | vpci attach hme at pci with hme_pci file dev/pci/if_hme_pci.c hme_pci @@ -106,7 +110,8 @@ attach vgafb at pci file arch/sparc64/dev/vgafb.c vgafb # IOMMU is for both sbus and pci -file arch/sparc64/dev/iommu.c sbus | psycho | schizo | pyro +file arch/sparc64/dev/iommu.c sbus | psycho | schizo | pyro | vpci +file arch/sparc64/dev/viommu.c vpci device ebus {[addr = -1]}: pcibus attach ebus at pci |