Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf Add FONT_BOLD8x16, which will help to ...



details:   https://anonhg.NetBSD.org/src/rev/c121e5ee8c25
branches:  trunk
changeset: 326108:c121e5ee8c25
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jan 18 19:26:41 2014 +0000

description:
Add FONT_BOLD8x16, which will help to have a 80x25 tty on sisfb
(which is limited to 640x400 pixels at this time).

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3aaa7867fb3c -r c121e5ee8c25 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Sat Jan 18 19:24:46 2014 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Sat Jan 18 19:26:41 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.21 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: LOONGSON,v 1.22 2014/01/18 19:26:41 bouyer Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "LOONGSON-$Revision: 1.21 $"
+#ident                 "LOONGSON-$Revision: 1.22 $"
 
 maxusers       16
 
@@ -152,6 +152,7 @@
 options                WS_KERNEL_FG=WSCOL_GREEN
 #options       WSDISPLAY_DEFAULTSCREENS=4
 options        FONT_GALLANT12x22
+options        FONT_BOLD8x16
 # compatibility to other console drivers
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 #



Home | Main Index | Thread Index | Old Index