Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic add a blank line before case WSDISPLAYIO_LINEBYTES



details:   https://anonhg.NetBSD.org/src/rev/13d30c3a4037
branches:  trunk
changeset: 584274:13d30c3a4037
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon Sep 12 12:07:47 2005 +0000

description:
add a blank line before case WSDISPLAYIO_LINEBYTES

diffstat:

 sys/dev/ic/igsfb.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 561fd4881e24 -r 13d30c3a4037 sys/dev/ic/igsfb.c
--- a/sys/dev/ic/igsfb.c        Mon Sep 12 11:02:21 2005 +0000
+++ b/sys/dev/ic/igsfb.c        Mon Sep 12 12:07:47 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: igsfb.c,v 1.21 2005/09/12 11:02:21 macallan Exp $ */
+/*     $NetBSD: igsfb.c,v 1.22 2005/09/12 12:07:47 macallan Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 Valeriy E. Ushakov
@@ -31,7 +31,7 @@
  * Integraphics Systems IGA 168x and CyberPro series.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.21 2005/09/12 11:02:21 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: igsfb.c,v 1.22 2005/09/12 12:07:47 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -457,6 +457,8 @@
 
        /* XXX: TODO: compute term size based on font dimensions? */
        rasops_init(ri, 34, 80);
+       rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
+           ri->ri_width / ri->ri_font->fontwidth);
 
 
        /* use the sprite for the text mode cursor */
@@ -629,6 +631,7 @@
                wsd_fbip->cmsize = IGS_CMAP_SIZE;
 #undef wsd_fbip
                return (0);
+               
        case WSDISPLAYIO_LINEBYTES:
                ri = &dc->dc_ri;
                *(int *)data = ri->ri_stride;



Home | Main Index | Thread Index | Old Index