summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-02-29 21:44:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-02-29 21:44:15 +0000
commit8960458919906c398d8776406f0bfd6cbedf9388 (patch)
tree0fcf547f728d6af563940655050b591be90b437e /sys/arch/sparc/conf
parentdf46e8ff21dc5f3937081be70618ad6c0c6ff0f7 (diff)
Enter rfx, driver for the SBus RasterFlex frame buffer family.
Currently 8-bit only for now. This apparently completes the SBus frame buffer support list - yet if you stumble upon an unsupported SBus frame buffer, I'd love to hear about it...
Diffstat (limited to 'sys/arch/sparc/conf')
-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 ddf94487685..5afa4326c32 100644
--- a/sys/arch/sparc/conf/GENERIC
+++ b/sys/arch/sparc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.73 2004/02/20 00:12:15 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.74 2004/02/29 21:44:12 miod Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -295,6 +295,10 @@ wsdisplay* at agten?
mgx* at sbus?
wsdisplay* at mgx?
+# Vitec/Connectware/AP&D RasterFlex framebuffer series.
+rfx* at sbus?
+wsdisplay* at rfx?
+
# Microcontroller found on Tadpole SPARCbook
tctrl0 at obio0
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index 102b474f2f8..595c02f4bc7 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4C,v 1.47 2003/07/08 21:12:09 mickey Exp $
+# $OpenBSD: SUN4C,v 1.48 2004/02/29 21:44:12 miod Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -137,6 +137,10 @@ wsdisplay* at agten?
mgx* at sbus?
wsdisplay* at mgx?
+# Vitec/Connectware/AP&D RasterFlex framebuffer series.
+rfx* at sbus?
+wsdisplay* at rfx?
+
# Sun PCMCIA bridge
stp* at sbus?
pcmcia* at stp? socket ?
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index 16b16d1850b..0307bebb799 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4M,v 1.59 2004/01/27 01:12:09 mickey Exp $
+# $OpenBSD: SUN4M,v 1.60 2004/02/29 21:44:12 miod Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -184,6 +184,10 @@ wsdisplay* at agten?
mgx* at sbus?
wsdisplay* at mgx?
+# Vitec/Connectware/AP&D RasterFlex framebuffer series.
+rfx* at sbus?
+wsdisplay* at rfx?
+
# Microcontroller found on Tadpole SPARCbook
tctrl0 at obio0
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc
index 2fac97b194c..8789795020e 100644
--- a/sys/arch/sparc/conf/files.sparc
+++ b/sys/arch/sparc/conf/files.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sparc,v 1.58 2003/06/28 18:12:31 jason Exp $
+# $OpenBSD: files.sparc,v 1.59 2004/02/29 21:44:12 miod Exp $
# $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
@@ -228,6 +228,10 @@ device mgx: wsemuldisplaydev, rasops8, wsemul_sun
attach mgx at sbus
file arch/sparc/dev/mgx.c mgx
+device rfx: wsemuldisplaydev, rasops8, wsemul_sun
+attach rfx at sbus
+file arch/sparc/dev/rfx.c rfx
+
# device definition in sys/conf/files
attach le at sbus, ledma, lebuffer, obio
file arch/sparc/dev/if_le.c le