Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc kd.c should not depend on NKBD.



details:   https://anonhg.NetBSD.org/src/rev/78b0e58556c7
branches:  trunk
changeset: 483838:78b0e58556c7
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Mar 19 14:20:54 2000 +0000

description:
kd.c should not depend on NKBD.

diffstat:

 sys/arch/sparc/sparc/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28d6869caf01 -r 78b0e58556c7 sys/arch/sparc/sparc/conf.c
--- a/sys/arch/sparc/sparc/conf.c       Sun Mar 19 14:19:17 2000 +0000
+++ b/sys/arch/sparc/sparc/conf.c       Sun Mar 19 14:20:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.62 1999/12/15 08:03:43 garbled Exp $ */
+/*     $NetBSD: conf.c,v 1.63 2000/03/19 14:20:54 pk Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -135,7 +135,7 @@
 struct cdevsw  cdevsw[] =
 {
        cdev_cn_init(1,cn),             /* 0: virtual console */
-       cdev_tty_init(NKBD,kd),         /* 1: Sun keyboard/display */
+       cdev_tty_init(1,kd),            /* 1: PROM-based console (internal) */
        cdev_ctty_init(1,ctty),         /* 2: controlling terminal */
        cdev_mm_init(1,mm),             /* 3: /dev/{null,mem,kmem,...} */
        cdev_notdef(),                  /* 4 */



Home | Main Index | Thread Index | Old Index