diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 21:21:17 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 1999-09-27 21:21:17 +0000 |
commit | 1c201a60a3c18e499cf59693f56de7a9f2ee428e (patch) | |
tree | 7cb61783f7c3edebd74d8a3a055ef828589d1ad8 /sys/arch/mvme88k/conf/files.mvme88k | |
parent | 1ff08d9908ff88b62ef58fdb25537d7a96cfcf9d (diff) |
Some cleaning...
Diffstat (limited to 'sys/arch/mvme88k/conf/files.mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/files.mvme88k | 41 |
1 files changed, 33 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k index 809e2ab4e3e..000d8c11416 100644 --- a/sys/arch/mvme88k/conf/files.mvme88k +++ b/sys/arch/mvme88k/conf/files.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme88k,v 1.5 1999/08/17 22:47:15 mickey Exp $ +# $OpenBSD: files.mvme88k,v 1.6 1999/09/27 21:21:16 smurph Exp $ # maxpartitions 16 @@ -10,27 +10,39 @@ attach mainbus at root device bugtty: tty attach bugtty at mainbus file arch/mvme88k/dev/bugtty.c bugtty needs-count + device cpu attach cpu at mainbus -#device pcctwo { [addr = -1], [size = 4096], [ipl = 0] } -device pcctwo { [offset = -1], [ ipl = 0 ] } +device busswitch { [offset = -1], [ ipl = 0 ] } +attach busswitch at mainbus +file arch/mvme88k/dev/busswitch.c busswitch needs-count -attach pcctwo at mainbus +device pcctwo { [offset = -1], [ ipl = 0 ] } +attach pcctwo at busswitch, mainbus file arch/mvme88k/dev/pcctwo.c pcctwo needs-count +device syscon { [offset = -1], [ ipl = 0 ] } +attach syscon at mainbus +file arch/mvme88k/dev/syscon.c syscon needs-count + device clock -attach clock at pcctwo +attach clock at pcctwo, syscon file arch/mvme88k/dev/clock.c clock +device sclock +attach sclock at pcctwo, syscon +file arch/mvme88k/dev/sclock.c sclock + device memc attach memc at pcctwo -file arch/mvme88k/dev/memc.c memc +file arch/mvme88k/dev/memc.c memc device sram attach sram at mainbus + device nvram -attach nvram at pcctwo +attach nvram at pcctwo, syscon 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 @@ -39,6 +51,10 @@ device cl: tty attach cl at pcctwo file arch/mvme88k/dev/cl.c cl needs-count +device dart: tty +attach dart at syscon +file arch/mvme88k/dev/dart.c dart needs-count + include "../../../scsi/files.scsi" major { sd = 4 } @@ -53,7 +69,7 @@ file arch/mvme88k/dev/siop.c siop file arch/mvme88k/dev/siopdma.c siop device vme { } -attach vme at pcctwo +attach vme at pcctwo, syscon device vmes { [addr = -1], [len = -1], [vec = -1], [ipl = 0] } attach vmes at vme device vmel { [addr = -1], [len = -1], [vec = -1], [ipl = 0] } @@ -80,15 +96,20 @@ file netns/ns_cksum.c ns file arch/mvme88k/mvme88k/autoconf.c file arch/mvme88k/mvme88k/conf.c file arch/mvme88k/mvme88k/cmmu.c +file arch/mvme88k/mvme88k/m18x_cmmu.c +file arch/mvme88k/mvme88k/m197_cmmu.c file arch/mvme88k/mvme88k/disksubr.c file arch/mvme88k/mvme88k/dkbad.c file arch/mvme88k/mvme88k/eh.S file arch/mvme88k/mvme88k/locore_asm_routines.S file arch/mvme88k/mvme88k/locore_c_routines.c file arch/mvme88k/mvme88k/m88100_fp.S +file arch/mvme88k/mvme88k/m88110_fp.S +file arch/mvme88k/mvme88k/m88110_mmu.S file arch/mvme88k/mvme88k/machdep.c file arch/mvme88k/mvme88k/mem.c file arch/mvme88k/mvme88k/pmap.c +file arch/mvme88k/mvme88k/pmap_table.c file arch/mvme88k/mvme88k/process.S file arch/mvme88k/mvme88k/process_machdep.c file arch/mvme88k/mvme88k/trap.c @@ -107,6 +128,10 @@ device ve: ether, ifnet, ifmedia attach ve at vmes file arch/mvme88k/dev/if_ve.c ve +#device vp: ether, ifnet, ifmedia +#attach vp at vmes +#file arch/mvme88k/dev/if_vp.c vp + device vx: tty attach vx at vmes file arch/mvme88k/dev/vx.c vx needs-count |