summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf/files.mvme88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/conf/files.mvme88k')
-rw-r--r--sys/arch/mvme88k/conf/files.mvme88k45
1 files changed, 28 insertions, 17 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k
index d619ec87595..de53cfe1f1a 100644
--- a/sys/arch/mvme88k/conf/files.mvme88k
+++ b/sys/arch/mvme88k/conf/files.mvme88k
@@ -10,27 +10,39 @@ attach bugtty at mainbus
file arch/mvme88k/dev/bugtty.c bugtty needs-count
device cpu
attach cpu at mainbus
-device vme { [addr = -1], [size = -1], [ipl = 0], [vec = -1] }
-attach vme at mainbus
-device pcctwo { [addr = -1], [size = 4096], [ipl = 0] }
+
+#device pcctwo { [addr = -1], [size = 4096], [ipl = 0] }
+device pcctwo { [offset = -1], [ ipl = 0 ] }
+
attach pcctwo at mainbus
file arch/mvme88k/dev/pcctwo.c pcctwo needs-count
+
device clock
attach clock at pcctwo
file arch/mvme88k/dev/clock.c clock
+
+device memc
+attach memc at pcctwo
+file arch/mvme88k/dev/memc.c memc
+
+device sram
+attach sram at mainbus
device nvram
attach nvram at pcctwo
-file arch/mvme88k/dev/nvram.c nvram
+file arch/mvme88k/dev/sram.c sram needs-count
+file arch/mvme88k/dev/nvram.c nvram needs-count
+file arch/mvme88k/dev/memdevs.c nvram | sram
+
device cl: tty
attach cl at pcctwo
file arch/mvme88k/dev/cl.c cl needs-count
-#device ether at pcctwo
include "../../../scsi/files.scsi"
major { sd = 4 }
major { st = 5 }
major { cd = 6 }
+major { rd = 7 }
major { vnd = 8 }
device siop: scsi
@@ -38,18 +50,20 @@ attach siop at pcctwo
file arch/mvme88k/dev/siop.c siop
file arch/mvme88k/dev/siopdma.c siop
-device vmes
+device vme { }
+attach vme at pcctwo
+device vmes { [addr = -1], [len = -1], [vec = -1], [ipl = 0] }
attach vmes at vme
-device vmel
+device vmel { [addr = -1], [len = -1], [vec = -1], [ipl = 0] }
attach vmel at vme
+file arch/mvme88k/dev/vme.c vme | vmes | vmel
+file arch/mvme88k/dev/vmes.c vmes needs-count
+file arch/mvme88k/dev/vmel.c vmel needs-count
-#device vme at mainbus { }
-#device vmes at vme { [addr = -1], [len = -1], [vec = -1], [ipl = 0] }
-#device vmel at vme { [addr = -1], [len = -1], [vec = -1], [ipl = 0] }
-
-file arch/mvme88k/dev/vme.c vme | vmes | vmel
-file arch/mvme88k/dev/vmes.c vmes needs-count
-file arch/mvme88k/dev/vmel.c vmel needs-count
+#ramdisk support
+pseudo-device rd
+file dev/ramdisk.c rd needs-flag
+file arch/mvme88k/dev/rd_root.c ramdisk_hooks
# list of standard files
file dev/cons.c ite | ser | tty
@@ -77,16 +91,13 @@ file arch/mvme88k/mvme88k/process.S
file arch/mvme88k/mvme88k/process_machdep.c
file arch/mvme88k/mvme88k/trap.c
file arch/mvme88k/mvme88k/vm_machdep.c
-
file arch/mvme88k/ddb/db_disasm.c
file arch/mvme88k/ddb/db_interface.c
file arch/mvme88k/ddb/db_sstep.c
file arch/mvme88k/ddb/db_trace.c
-
file arch/mvme88k/dev/mainbus.c
file arch/mvme88k/dev/bugio.c
-
device ie: ifnet, ether
attach ie at pcctwo: ifnet, ether
file arch/mvme88k/dev/if_ie.c ie