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/GENERIC | |
parent | 2ef5ec5e04a0cb635a09d3c0f7539d2284e898b7 (diff) |
Initial (not quite fully working) driver for the schizo on the blade1000
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 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? |