diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-06 21:48:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-06 21:48:29 +0000 |
commit | 4c1b351f7d42b02f7d883e4c891ef44666b82b57 (patch) | |
tree | 987c17dfb6a9145724d3a29ced201439cde2b434 /sys/arch/sparc/conf/SUN4C | |
parent | 5de6d29d808a31e9d36ae854871d76d1c93fadfd (diff) |
Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.
It will currently only work in 8bit mode, and without using the i128
acceleration features (but that's a good start for 3.3).
Written initially in november 2002, but it took some time in experiments
until I realized the ramdac had to be fed values shifted left by 16 bits in
order to work as intended, for no good reason.
So, I am now officially founding a ``RAMDAC Hater's Club''. Feel free to
apply.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4C')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index a51a64049e5..f508d3c3dbb 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.38 2003/03/05 14:34:39 miod Exp $ +# $OpenBSD: SUN4C,v 1.39 2003/03/06 21:48:25 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -129,6 +129,10 @@ wsdisplay* at vigra? tvtwo* at sbus? slot ? offset ? wsdisplay* at tvtwo? +# Fujitsu AG-10e framebuffer. +agten* at sbus? slot ? offset ? +wsdisplay* at agten? + # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. scsibus* at esp? |