[BACK]Return to scc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pmax / tc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/pmax/tc/Attic/scc.c between version 1.54 and 1.55

version 1.54, 1999/12/08 01:29:11 version 1.55, 1999/12/23 15:34:19
Line 584  scc_kbd_init(sc, dev)
Line 584  scc_kbd_init(sc, dev)
          * during booting. Fortunately the keyboard           * during booting. Fortunately the keyboard
          * works ok without it.           * works ok without it.
          */           */
         KBDReset(ctty.t_dev, sccPutc);          lk_reset(ctty.t_dev, sccPutc);
 #endif /* notyet */  #endif /* notyet */
         DELAY(10000);          DELAY(10000);
         splx(s);          splx(s);
Line 615  scc_mouse_init(sc, dev)
Line 615  scc_mouse_init(sc, dev)
                 goto done;                  goto done;
   
         DELAY(10000);          DELAY(10000);
         MouseInit(ctty.t_dev, sccPutc, sccGetc);          lk_mouseinit(ctty.t_dev, sccPutc, sccGetc);
         DELAY(10000);          DELAY(10000);
   
 done:  done:
Line 1169  scc_rxintr(sc, chan, regs, unit)
Line 1169  scc_rxintr(sc, chan, regs, unit)
                         return;                          return;
                 }                  }
 #ifdef HAVE_RCONS  #ifdef HAVE_RCONS
                 if ((cp = kbdMapChar(cc, &cl)) == NULL)                  if ((cp = lk_mapchar(cc, &cl)) == NULL)
                         return;                          return;
   
                 while (cl--)                  while (cl--)

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>