Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys Pull up the following revisions(s) (requested by bouy...
details: https://anonhg.NetBSD.org/src/rev/d188c1acabd2
branches: netbsd-6
changeset: 776568:d188c1acabd2
user: sborrill <sborrill%NetBSD.org@localhost>
date: Fri Feb 07 13:22:51 2014 +0000
description:
Pull up the following revisions(s) (requested by bouyer in ticket #1019):
sys/dev/pci/sisfb.c: revision 1.3
sys/arch/evbmips/conf/LOONGSON: revision 1.22
Make sysinst much more useable when used with the VGA display on
LOONGSON.
diffstat:
sys/arch/evbmips/conf/LOONGSON | 5 +++--
sys/dev/pci/sisfb.c | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (47 lines):
diff -r b5b3a4444c73 -r d188c1acabd2 sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON Fri Feb 07 12:33:18 2014 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON Fri Feb 07 13:22:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.8 2011/12/18 05:49:26 dholland Exp $
+# $NetBSD: LOONGSON,v 1.8.2.1 2014/02/07 13:22:51 sborrill Exp $
#
# LOONGSON machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GDIUM-$Revision: 1.8 $"
+#ident "GDIUM-$Revision: 1.8.2.1 $"
maxusers 16
@@ -146,6 +146,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
#
diff -r b5b3a4444c73 -r d188c1acabd2 sys/dev/pci/sisfb.c
--- a/sys/dev/pci/sisfb.c Fri Feb 07 12:33:18 2014 +0000
+++ b/sys/dev/pci/sisfb.c Fri Feb 07 13:22:51 2014 +0000
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sisfb.c,v 1.2 2012/01/30 19:41:23 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sisfb.c,v 1.2.2.1 2014/02/07 13:22:51 sborrill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -571,7 +571,7 @@
sisfb_loadcmap(fb, 0, 256);
}
- rasops_init(ri, 30, 80);
+ rasops_init(ri, 25, 80);
rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
ri->ri_width / ri->ri_font->fontwidth);
Home |
Main Index |
Thread Index |
Old Index