diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 20:52:56 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 20:52:56 +0000 |
commit | 22774483d4f02249317b319595fdc1be08b565c6 (patch) | |
tree | 2ce7e12bcd6a9be16c854084b76f43d4877749d1 /sys/arch/sparc64 | |
parent | 7acc95a54d808a24493584e928cbb6e1e2dec534 (diff) |
Add files for vpci(4).
Diffstat (limited to 'sys/arch/sparc64')
-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 |