From 60325da4a39fcd16651706a8a0c66591a318b441 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 14 Apr 2006 21:05:45 +0000 Subject: Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer (using an overlay plane only for now). Bootblocks, text console and X11 are supported. --- sys/arch/hp300/conf/GENERIC | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/arch/hp300/conf/GENERIC') diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 721f4aff770..6bcd80b3e28 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2006/02/14 18:11:03 miod Exp $ +# $OpenBSD: GENERIC,v 1.45 2006/04/14 21:05:43 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -95,6 +95,10 @@ topcat* at intio? topcat* at dio? wsdisplay* at topcat? +# TurboVRX framebuffer +tvrx* at dio? +wsdisplay* at tvrx? + # SGC framebuffers sti* at sgc? wsdisplay* at sti? -- cgit v1.2.3