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/mvme68k Pullup 1.20 - 1.21 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/2c3bd463a991
branches:  netbsd-1-5
changeset: 489806:2c3bd463a991
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Oct 17 19:56:18 2000 +0000

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

diffstat:

 sys/arch/mvme68k/mvme68k/conf.c |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 66a12019d23c -r 2c3bd463a991 sys/arch/mvme68k/mvme68k/conf.c
--- a/sys/arch/mvme68k/mvme68k/conf.c   Tue Oct 17 19:54:48 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/conf.c   Tue Oct 17 19:56:18 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.20 2000/03/18 22:33:06 scw Exp $    */
+/*     $NetBSD: conf.c,v 1.20.4.1 2000/10/17 19:56:18 scw Exp $        */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -298,6 +298,12 @@
 #include "zsc_pcc.h"
 cons_decl(zsc_pcc);
 
+#define zsc_pcctwocnpollc      nullcnpollc
+#define zsc_pcctwocngetc       zsc_pcccngetc
+#define zsc_pcctwocnputc       zsc_pcccnputc
+#include "zsc_pcctwo.h"
+cons_decl(zsc_pcctwo);
+
 #define clmpcccnpollc          nullcnpollc
 #include "clmpcc_pcctwo.h"
 cons_decl(clmpcc);
@@ -307,6 +313,9 @@
 #if NZSC_PCC > 0
        cons_init(zsc_pcc),
 #endif
+#if NZSC_PCCTWO > 0
+       cons_init(zsc_pcctwo),
+#endif
 #if NCLMPCC_PCCTWO > 0
        cons_init(clmpcc),
 #endif



Home | Main Index | Thread Index | Old Index