Module Name: src Committed By: bouyer Date: Sat Jan 18 19:24:46 UTC 2014
Modified Files: src/sys/dev/pci: sisfb.c Log Message: Request a 80x25 tty emulation, which is more likely to work than 80x30 on a 640x400 VGA. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/sisfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/sisfb.c diff -u src/sys/dev/pci/sisfb.c:1.2 src/sys/dev/pci/sisfb.c:1.3 --- src/sys/dev/pci/sisfb.c:1.2 Mon Jan 30 19:41:23 2012 +++ src/sys/dev/pci/sisfb.c Sat Jan 18 19:24:46 2014 @@ -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_setup(struct sisfb *fb) 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);