Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/conf make sure to include a small font for ma...



details:   https://anonhg.NetBSD.org/src/rev/020fa5f2381e
branches:  trunk
changeset: 756163:020fa5f2381e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jul 07 20:58:56 2010 +0000

description:
make sure to include a small font for machines like the SPARCbook 3GX
should fix PR43297

diffstat:

 sys/arch/sparc/conf/INSTALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 388db8f8c814 -r 020fa5f2381e sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Wed Jul 07 16:22:30 2010 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Wed Jul 07 20:58:56 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index