Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Request a 80x25 tty emulation, which is more lik...



details:   https://anonhg.NetBSD.org/src/rev/3aaa7867fb3c
branches:  trunk
changeset: 326107:3aaa7867fb3c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jan 18 19:24:46 2014 +0000

description:
Request a 80x25 tty emulation, which is more likely to work than 80x30
on a 640x400 VGA.

diffstat:

 sys/dev/pci/sisfb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2e5c9c202ef5 -r 3aaa7867fb3c sys/dev/pci/sisfb.c
--- a/sys/dev/pci/sisfb.c       Sat Jan 18 18:37:30 2014 +0000
+++ b/sys/dev/pci/sisfb.c       Sat Jan 18 19:24:46 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.3 2014/01/18 19:24:46 bouyer 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