diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-03-30 22:24:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-03-30 22:24:57 +0000 |
commit | 0182ef2994701bf9e7e85bb6ab49ecbab6d2c8e9 (patch) | |
tree | a7a163a3e0ab5709f171bf751d4fb3af19f6e91c /sys/arch/sparc64/conf/files.sparc64 | |
parent | 5aaea5e20bdf4cede9e3cfe2fb54bb3c5546ffa8 (diff) |
First stab at a driver for the Host/PCIe bridge found on the Sun Fire
v215/v245/v445 systems.
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 6c355acb226..9c6641a4671 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.77 2007/03/07 06:23:02 miod Exp $ +# $OpenBSD: files.sparc64,v 1.78 2007/03/30 22:24:56 kettenis Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -87,7 +87,12 @@ file arch/sparc64/dev/psycho.c psycho device schizo: pcibus attach schizo at mainbus file arch/sparc64/dev/schizo.c schizo -file arch/sparc64/dev/pci_machdep.c psycho | schizo + +device pyro: pcibus +attach pyro at mainbus +file arch/sparc64/dev/pyro.c pyro + +file arch/sparc64/dev/pci_machdep.c psycho | schizo | pyro attach hme at pci with hme_pci file dev/pci/if_hme_pci.c hme_pci |