Module Name: src
Committed By: macallan
Date: Wed Jul 7 20:58:57 UTC 2010
Modified Files:
src/sys/arch/sparc/conf: INSTALL
Log Message:
make sure to include a small font for machines like the SPARCbook 3GX
should fix PR43297
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sparc/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.75 src/sys/arch/sparc/conf/INSTALL:1.76
--- src/sys/arch/sparc/conf/INSTALL:1.75 Fri Apr 16 13:48:35 2010
+++ src/sys/arch/sparc/conf/INSTALL Wed Jul 7 20:58:56 2010
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.75 2010/04/16 13:48:35 pooka Exp $
+# $NetBSD: INSTALL,v 1.76 2010/07/07 20:58:56 macallan Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -43,8 +43,8 @@
## Use a faster console than the PROM's slow drawing routines. Not needed
## for headless (no framebuffer) machines.
#options RASTERCONSOLE # fast rasterop console
-#options FONT_GALLANT12x22 # the console font
-#options FONT_BOLD8x16 # a somewhat smaller font
+options FONT_GALLANT12x22 # the console font
+options FONT_BOLD8x16 # a somewhat smaller font
#options RASTERCONSOLE_FGCOL=WSCOL_BLACK
#options RASTERCONSOLE_BGCOL=WSCOL_WHITE