Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev s/lk_mapchar/lk_reset/.



details:   https://anonhg.NetBSD.org/src/rev/54e3dfe858a1
branches:  trunk
changeset: 479995:54e3dfe858a1
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Dec 30 00:29:53 1999 +0000

description:
s/lk_mapchar/lk_reset/.

diffstat:

 sys/arch/pmax/dev/fb_usrreq.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 030dd4172960 -r 54e3dfe858a1 sys/arch/pmax/dev/fb_usrreq.c
--- a/sys/arch/pmax/dev/fb_usrreq.c     Wed Dec 29 21:29:02 1999 +0000
+++ b/sys/arch/pmax/dev/fb_usrreq.c     Thu Dec 30 00:29:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb_usrreq.c,v 1.18 1999/12/23 15:34:18 ad Exp $        */
+/*     $NetBSD: fb_usrreq.c,v 1.19 1999/12/30 00:29:53 simonb Exp $    */
 
 /*ARGSUSED*/
 int
@@ -74,7 +74,7 @@
         * was using the framebuffer) did to the keyboard.  The X11R6 server
         * changes the keyboard state, and doesn't reset it.
         */
-       lk_mapchar(fbtty->kbddev, fbtty->KBDPutc);
+       lk_reset(fbtty->kbddev, fbtty->KBDPutc);
 
        bzero((caddr_t)fi->fi_pixels, fi->fi_pixelsize);
        (*fi->fi_driver->fbd_poscursor)



Home | Main Index | Thread Index | Old Index