Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf lkkbd requires lkkbdmap.



details:   https://anonhg.NetBSD.org/src/rev/7d0a8bb6dbd9
branches:  trunk
changeset: 574249:7d0a8bb6dbd9
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Feb 25 16:12:25 2005 +0000

description:
lkkbd requires lkkbdmap.
Fix kernel link problem reported by Georg Schwarz on port-pmax.

diffstat:

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

diffs (18 lines):

diff -r 8e4205699fa7 -r 7d0a8bb6dbd9 sys/arch/pmax/conf/files.pmax_wscons
--- a/sys/arch/pmax/conf/files.pmax_wscons      Fri Feb 25 16:04:36 2005 +0000
+++ b/sys/arch/pmax/conf/files.pmax_wscons      Fri Feb 25 16:12:25 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pmax_wscons,v 1.1 2003/12/13 23:04:37 ad Exp $
+#      $NetBSD: files.pmax_wscons,v 1.2 2005/02/25 16:12:25 tsutsui Exp $
 
 include "dev/wscons/files.wscons"
 include "dev/rasops/files.rasops"
@@ -8,7 +8,7 @@
 attach dz at ibus with dz_ibus
 file   arch/pmax/ibus/dz_ibus.c        dz_ibus
 
-device lkkbd: wskbddev
+device lkkbd: wskbddev, lkkbdmap
 attach lkkbd at dz with dzkbd
 file   dev/dec/dzkbd.c                 dzkbd needs-flag
 



Home | Main Index | Thread Index | Old Index