summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-03-09 02:30:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-03-09 02:30:46 +0000
commit19f37bc4bed0e96a7d9ed61a14de69e57d2d6f14 (patch)
treec7b0c583aebd1ed246be2a49d445bd037ab2c162 /sys/arch/sparc
parente27da259f29925e076d8b14d54a4675accbbce15 (diff)
Add and enable zx. Not put in RAMDISK yet, need to check if this still fits
on the floppies first.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/conf/GENERIC6
-rw-r--r--sys/arch/sparc/conf/SUN4C6
-rw-r--r--sys/arch/sparc/conf/SUN4M6
-rw-r--r--sys/arch/sparc/conf/files.sparc6
4 files changed, 20 insertions, 4 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC
index 93cdff9764c..5fa3261bdfe 100644
--- a/sys/arch/sparc/conf/GENERIC
+++ b/sys/arch/sparc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.61 2003/03/06 21:48:24 miod Exp $
+# $OpenBSD: GENERIC,v 1.62 2003/03/09 02:30:45 miod Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -269,6 +269,10 @@ wsdisplay* at cgfourteen?
cgtwelve* at sbus? slot ? offset ? flags 0x0000
wsdisplay* at cgtwelve?
+# Sun "leo" (ZX) accelerated 24-bit framebuffer.
+zx* at sbus? slot ? offset ?
+wsdisplay* at zx?
+
# Vigra VS10 or VS12 framebuffer.
vigra* at sbus? slot ? offset ?
wsdisplay* at vigra?
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index f508d3c3dbb..2912b5eb480 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4C,v 1.39 2003/03/06 21:48:25 miod Exp $
+# $OpenBSD: SUN4C,v 1.40 2003/03/09 02:30:45 miod Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -121,6 +121,10 @@ wsdisplay* at cgsix?
cgtwelve* at sbus? slot ? offset ? flags 0x0000
wsdisplay* at cgtwelve?
+# Sun "leo" (ZX) accelerated 24-bit framebuffer.
+zx* at sbus? slot ? offset ?
+wsdisplay* at zx?
+
# Vigra VS10 or VS12 framebuffer.
vigra* at sbus? slot ? offset ?
wsdisplay* at vigra?
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index 720345c83fa..c47efc11af0 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4M,v 1.47 2003/03/06 21:48:25 miod Exp $
+# $OpenBSD: SUN4M,v 1.48 2003/03/09 02:30:45 miod Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -152,6 +152,10 @@ wsdisplay* at cgfourteen?
cgtwelve* at sbus? slot ? offset ? flags 0x0000
wsdisplay* at cgtwelve?
+# Sun "leo" (ZX) accelerated 24-bit framebuffer.
+zx* at sbus? slot ? offset ?
+wsdisplay* at zx?
+
# Vigra VS10 or VS12 framebuffer.
vigra* at sbus? slot ? offset ?
wsdisplay* at vigra?
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc
index fa060913214..de9af4e574a 100644
--- a/sys/arch/sparc/conf/files.sparc
+++ b/sys/arch/sparc/conf/files.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sparc,v 1.49 2003/03/08 00:43:17 miod Exp $
+# $OpenBSD: files.sparc,v 1.50 2003/03/09 02:30:45 miod Exp $
# $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
@@ -211,6 +211,10 @@ device tvtwo: wsemuldisplaydev, rasops32, wsemul_sun
attach tvtwo at sbus
file arch/sparc/dev/tvtwo.c tvtwo
+device zx: wsemuldisplaydev, rasops32, wsemul_sun
+attach zx at sbus
+file arch/sparc/dev/zx.c zx
+
# device definition in sys/conf/files
attach le at sbus, ledma, lebuffer, obio
file arch/sparc/dev/if_le.c le