Source-Changes-HG archive

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

[src/trunk]: src/sys/arch include a small font



details:   https://anonhg.NetBSD.org/src/rev/9e3902af770d
branches:  trunk
changeset: 772678:9e3902af770d
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jan 11 17:16:35 2012 +0000

description:
include a small font

diffstat:

 sys/arch/macppc/conf/GENERIC |  5 +++--
 sys/arch/sparc/conf/GENERIC  |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (53 lines):

diff -r 0572ae2442a8 -r 9e3902af770d sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jan 11 17:04:29 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Jan 11 17:16:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.295 2011/12/18 05:49:29 dholland Exp $
+# $NetBSD: GENERIC,v 1.296 2012/01/11 17:16:35 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.295 $"
+#ident                 "GENERIC-$Revision: 1.296 $"
 
 maxusers       32
 
@@ -173,6 +173,7 @@
 
 #options       WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        FONT_GALLANT12x22
+options        FONT_QVSS8x15           # a smaller font for lower resolutions
 
 # Optional Mac keyboard tweaks
 
diff -r 0572ae2442a8 -r 9e3902af770d sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Wed Jan 11 17:04:29 2012 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Wed Jan 11 17:16:35 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.229 2011/12/18 05:49:32 dholland Exp $
+# $NetBSD: GENERIC,v 1.230 2012/01/11 17:18:51 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.229 $"
+#ident                 "GENERIC-$Revision: 1.230 $"
 
 maxusers       32
 
@@ -67,7 +67,7 @@
 
 # generic options vlid for both wscons and RASTERCONSOLE
 options        FONT_GALLANT12x22       # the console font
-#options       FONT_BOLD8x16           # a somewhat smaller font
+options        FONT_BOLD8x16           # a somewhat smaller font
 
 #### System options that are the same for all ports
 



Home | Main Index | Thread Index | Old Index