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 Add xmi_mainbus.c file.



details:   https://anonhg.NetBSD.org/src/rev/8437410059d1
branches:  trunk
changeset: 494470:8437410059d1
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Jul 06 17:43:38 2000 +0000

description:
Add xmi_mainbus.c file.

diffstat:

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

diffs (18 lines):

diff -r e9be2985d1a2 -r 8437410059d1 sys/arch/vax/conf/files.vax
--- a/sys/arch/vax/conf/files.vax       Thu Jul 06 17:42:55 2000 +0000
+++ b/sys/arch/vax/conf/files.vax       Thu Jul 06 17:43:38 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: files.vax,v 1.71 2000/06/19 04:22:16 matt Exp $
+#       $NetBSD: files.vax,v 1.72 2000/07/06 17:43:38 ragge Exp $
 #
 # new style config file for vax architecture
 #
@@ -124,7 +124,7 @@
 include        "dev/xmi/files.xmi"
 
 attach xmi at mainbus with xmi_mainbus
-file   arch/vax/vax/xmi.c              xmi_mainbus
+file   arch/vax/vax/xmi_mainbus.c      xmi_mainbus
 
 # VAX CPUs at XMI, do not belong in MI code.
 attach cpu at xmi with cpu_xmi



Home | Main Index | Thread Index | Old Index