Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mvme68k/conf Pullup 1.34 - 1.35 (approved by tv)



details:   https://anonhg.NetBSD.org/src/rev/fbf3d2b23639
branches:  netbsd-1-5
changeset: 489790:fbf3d2b23639
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Oct 17 19:43:16 2000 +0000

description:
Pullup 1.34 - 1.35 (approved by tv)
Bring support for MVME162 into the 1.5 branch.

diffstat:

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

diffs (19 lines):

diff -r e8a49c7d2f2a -r fbf3d2b23639 sys/arch/mvme68k/conf/files.mvme68k
--- a/sys/arch/mvme68k/conf/files.mvme68k       Tue Oct 17 19:42:49 2000 +0000
+++ b/sys/arch/mvme68k/conf/files.mvme68k       Tue Oct 17 19:43:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mvme68k,v 1.32.4.1 2000/07/22 15:49:41 scw Exp $
+#      $NetBSD: files.mvme68k,v 1.32.4.2 2000/10/17 19:43:16 scw Exp $
 
 # config file for mvme68k
 
@@ -45,6 +45,9 @@
 attach zsc at pcc with zsc_pcc
 file arch/mvme68k/dev/zs_pcc.c                 zsc_pcc needs-flag
 
+attach zsc at pcctwo with zsc_pcctwo
+file arch/mvme68k/dev/zs_pcctwo.c              zsc_pcctwo needs-flag
+
 device zstty: tty
 attach zstty at zsc
 file dev/ic/z8530tty.c                         zstty needs-flag



Home | Main Index | Thread Index | Old Index