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/include Pullup 1.18 - 1.19 (approved b...



details:   https://anonhg.NetBSD.org/src/rev/7d4f28e8a672
branches:  netbsd-1-5
changeset: 489810:7d4f28e8a672
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Oct 17 19:59:25 2000 +0000

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

diffstat:

 sys/arch/mvme68k/include/cpu.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 76c4db75dc43 -r 7d4f28e8a672 sys/arch/mvme68k/include/cpu.h
--- a/sys/arch/mvme68k/include/cpu.h    Tue Oct 17 19:58:29 2000 +0000
+++ b/sys/arch/mvme68k/include/cpu.h    Tue Oct 17 19:59:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.16 2000/05/27 14:45:36 scw Exp $     */
+/*     $NetBSD: cpu.h,v 1.16.4.1 2000/10/17 19:59:25 scw Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -184,6 +184,7 @@
 extern char *intiobase, *intiolimit;
 extern u_int intiobase_phys, intiotop_phys;
 extern u_long ether_data_buff_size;
+extern u_char mvme_ea[6];
 
 struct frame;
 void   doboot __P((int)) 
@@ -198,7 +199,6 @@
 paddr_t        kvtop __P((caddr_t));
 void   loadustp __P((paddr_t));
 void   child_return __P((void *));
-void   myetheraddr     __P((u_char *));
 
 /* Prototypes from sys_machdep.c: */
 int    cachectl1 __P((unsigned long, vaddr_t, size_t, struct proc *));



Home | Main Index | Thread Index | Old Index