diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-06-08 21:56:03 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-06-08 21:56:03 +0000 |
commit | 0bbe249c697876721b19577508c7077e42c9fcee (patch) | |
tree | 8e36965920e3bd276014fb7c9edd9b1e8d0a0a12 /sys/arch/sparc64/conf | |
parent | 2ef5ec5e04a0cb635a09d3c0f7539d2284e898b7 (diff) |
Initial (not quite fully working) driver for the schizo on the blade1000
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a502cf39b0e..e9215489e05 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 2002/06/04 19:44:20 jason Exp $ +# $OpenBSD: GENERIC,v 1.64 2002/06/08 21:56:02 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -24,7 +24,9 @@ cpu0 at mainbus0 sbus0 at mainbus0 # Ultra 1 psycho* at mainbus0 -pci* at psycho? # Ultra 5 +pci* at psycho? # +schizo* at mainbus0 +pci* at schizo? # pci* at ppb? ppb* at pci? dev ? function ? ebus* at pci? diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 5f8ca3830ea..b3c59bb42c7 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.35 2002/06/04 21:50:07 jason Exp $ +# $OpenBSD: files.sparc64,v 1.36 2002/06/08 21:56:02 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -43,11 +43,16 @@ device creator: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32 attach creator at mainbus file arch/sparc64/dev/creator.c creator +include "dev/pci/files.pci" + device psycho: pcibus attach psycho at mainbus -include "dev/pci/files.pci" file arch/sparc64/dev/psycho.c psycho -file arch/sparc64/dev/pci_machdep.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 attach hme at pci with hme_pci file dev/pci/if_hme_pci.c hme_pci |