Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/conf nmi files.



details:   https://anonhg.NetBSD.org/src/rev/133b044e7834
branches:  trunk
changeset: 495342:133b044e7834
user:      ragge <ragge%NetBSD.org@localhost>
date:      Wed Jul 26 12:37:14 2000 +0000

description:
nmi files.

diffstat:

 sys/arch/vax/conf/files.vax |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 4d90658eca7b -r 133b044e7834 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Wed Jul 26 12:24:52 2000 +0000
+++ b/sys/arch/vax/conf/files.vax       Wed Jul 26 12:37:14 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.vax,v 1.73 2000/07/22 05:03:23 matt Exp $
+#       $NetBSD: files.vax,v 1.74 2000/07/26 12:37:14 ragge Exp $
 #
 # new style config file for vax architecture
 #
@@ -25,7 +25,7 @@
 # NBI on KA88
 device nmi { slot=-1 }
 attach nmi at mainbus with nmi_mainbus
-file   arch/vax/vax/nmi.c              nmi
+file   arch/vax/vax/nmi_mainbus.c      nmi
 
 # SBI and related devices
 device sbi { tr=-1 }
@@ -122,6 +122,10 @@
 attach cpu at bi with cpu_bi
 attach mem at bi with mem_bi
 
+# VAX CPUs at NMI
+attach cpu at nmi with cpu_nmi
+attach mem at nmi with mem_nmi
+
 # XMI bus definitions
 include        "dev/xmi/files.xmi"
 



Home | Main Index | Thread Index | Old Index