summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-08-21 22:18:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-08-21 22:18:30 +0000
commitc13550a3b88f2e386aeb30f5ba2dd776feb41c05 (patch)
tree4d3889c471a53f8d7aedb2ee8535bd328decc0b0 /sys
parentc077c59a174b4e2291589085072b7a7bfa9a626e (diff)
Recognize both VSIMM slots, and allow one cgfourteen to attach to each
of them.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/conf/GENERIC5
-rw-r--r--sys/arch/sparc/conf/RAMDISK5
-rw-r--r--sys/arch/sparc/conf/SUN4M5
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC
index 0a56ca02726..144990f3914 100644
--- a/sys/arch/sparc/conf/GENERIC
+++ b/sys/arch/sparc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.53 2002/08/12 10:44:03 miod Exp $
+# $OpenBSD: GENERIC,v 1.54 2002/08/21 22:18:29 miod Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -260,7 +260,8 @@ tcx* at sbus? slot ? offset ?
wsdisplay* at tcx?
# Sun "cgfourteen" accelerated 24-bit framebuffer.
-cgfourteen0 at obio0 # sun4m
+cgfourteen0 at obio0 addr 0x9c000000 # sun4m
+cgfourteen1 at obio0 addr 0x90000000 # sun4m
wsdisplay* at cgfourteen?
# Sun "cgtwelve" (GS) accelerated 24-bit framebuffer.
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK
index 64e49c38842..1b7747c4824 100644
--- a/sys/arch/sparc/conf/RAMDISK
+++ b/sys/arch/sparc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.31 2002/08/12 10:44:03 miod Exp $
+# $OpenBSD: RAMDISK,v 1.32 2002/08/21 22:18:29 miod Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -254,7 +254,8 @@ tcx* at sbus? slot ? offset ?
wsdisplay* at tcx?
# Sun "cgfourteen" accelerated 24-bit framebuffer.
-cgfourteen0 at obio0 # sun4m
+cgfourteen0 at obio0 addr 0x9c000000 # sun4m
+cgfourteen1 at obio0 addr 0x90000000 # sun4m
wsdisplay* at cgfourteen?
# Sun "cgtwelve" (GS) accelerated 24-bit framebuffer.
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index c2d507f3184..f57155c11f9 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4M,v 1.41 2002/08/12 10:44:03 miod Exp $
+# $OpenBSD: SUN4M,v 1.42 2002/08/21 22:18:29 miod Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -144,7 +144,8 @@ tcx* at sbus? slot ? offset ?
wsdisplay* at tcx?
# Sun "cgfourteen" accelerated 24-bit framebuffer.
-cgfourteen0 at obio0 # sun4m
+cgfourteen0 at obio0 addr 0x9c000000 # sun4m
+cgfourteen1 at obio0 addr 0x90000000 # sun4m
wsdisplay* at cgfourteen?
# Sun "cgtwelve" (GS) accelerated 24-bit framebuffer.