Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf add nextkbd flag to nextcons.c so that...



details:   https://anonhg.NetBSD.org/src/rev/2d698a5eae80
branches:  trunk
changeset: 472188:2d698a5eae80
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Apr 24 17:55:10 1999 +0000

description:
add nextkbd flag to nextcons.c so that kernel can be cleanly
configured without a video console
patch submitted by Matt Debergalis

diffstat:

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

diffs (18 lines):

diff -r 6932a4214905 -r 2d698a5eae80 sys/arch/next68k/conf/files.next68k
--- a/sys/arch/next68k/conf/files.next68k       Sat Apr 24 17:40:33 1999 +0000
+++ b/sys/arch/next68k/conf/files.next68k       Sat Apr 24 17:55:10 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.next68k,v 1.11 1999/04/19 21:23:00 kleink Exp $
+# $NetBSD: files.next68k,v 1.12 1999/04/24 17:55:10 dbj Exp $
 
 # next68k-specific configuration info
 
@@ -80,7 +80,7 @@
 attach  nextkbd at intio
 file    arch/next68k/dev/nextkbd.c      nextkbd needs-flag
 file   arch/next68k/dev/wskbdmap_next.c                nextkbd
-file    arch/next68k/dev/nextcons.c
+file    arch/next68k/dev/nextcons.c                     nextkbd
 
 device esp: scsi, ncr53c9x, disk
 attach esp at intio



Home | Main Index | Thread Index | Old Index