Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev Sync with last two changes made to sys/...



details:   https://anonhg.NetBSD.org/src/rev/519692d0f0e8
branches:  trunk
changeset: 473052:519692d0f0e8
user:      ad <ad%NetBSD.org@localhost>
date:      Tue May 18 21:38:07 1999 +0000

description:
Sync with last two changes made to sys/arch/sparc/dev/fb.c (don't clear
screen, typo).

diffstat:

 sys/arch/sparc64/dev/fb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 4a9f696abd09 -r 519692d0f0e8 sys/arch/sparc64/dev/fb.c
--- a/sys/arch/sparc64/dev/fb.c Tue May 18 21:36:21 1999 +0000
+++ b/sys/arch/sparc64/dev/fb.c Tue May 18 21:38:07 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.9 1999/05/16 21:19:33 ad Exp $ */
+/*     $NetBSD: fb.c,v 1.10 1999/05/18 21:38:07 ad Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -289,11 +289,11 @@
        ri->ri_forcemono = 1;
 
        /* Get operations set and connect to rcons */
-       if (rasops_init(ri, maxrow, maxcol, 1, 0))
+       if (rasops_init(ri, maxrow, maxcol, 0, 0))
                panic("fbrcons_init: rasops_init failed!");
        
        rc->rc_ops = &ri->ri_ops;
-       rc->rc_cookie = &ri;
+       rc->rc_cookie = ri;
        rc->rc_bell = fb_bell;
        rcons_init(rc);
 



Home | Main Index | Thread Index | Old Index