From f7f5e0a24c07c5acbd87839b4834e60e48071162 Mon Sep 17 00:00:00 2001 From: nisimura Date: Thu, 16 Mar 2000 08:42:40 +0000 Subject: [PATCH] Note that HX (PMAGB-B) has no support for small (less than 8 pixel width) font. If attempted, kernel will explode. --- sys/arch/alpha/conf/TCWSCONS | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sys/arch/alpha/conf/TCWSCONS b/sys/arch/alpha/conf/TCWSCONS index 468426e52bc5..d19a08056269 100644 --- a/sys/arch/alpha/conf/TCWSCONS +++ b/sys/arch/alpha/conf/TCWSCONS @@ -1,10 +1,10 @@ -# $NetBSD: TCWSCONS,v 1.7 2000/03/14 05:31:16 nisimura Exp $ +# $NetBSD: TCWSCONS,v 1.8 2000/03/16 08:42:40 nisimura Exp $ # # TURBOchannel Alpha DEC3000 include "arch/alpha/conf/std.alpha" -#ident "GENERIC-$Revision: 1.7 $" +#ident "GENERIC-$Revision: 1.8 $" maxusers 32 @@ -103,10 +103,12 @@ options UCONSOLE # users can use TIOCCONS (for xconsole) options NFS_BOOT_DHCP # superset of BOOTP # Raster console options -#options FONT_BOLD8x16 # Font for fb devices -#options FONT_LUCIDA16x29 # Font for px devices -options FONT_GALLANT12x22 -#options FONT_QVSS8x15 +options FONT_GALLANT12x22 +#options FONT_LUCIDA16x29 +#options FONT_BOLD8x16 # XXX not supported by HX +#options FONT_VT220L8x10 # XXX not supported by HX +#options FONT_VT220L8x8 # XXX not supported by HX +#options FONT_QVSS8x15 # XXX not supported by HX # WS console uses SUN or VT100 terminal emulation options WSEMUL_VT100