files.mvme68k revision 1.34
1#	$NetBSD: files.mvme68k,v 1.34 2000/08/13 17:00:51 scw Exp $
2
3# config file for mvme68k
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8device mainbus { }
9attach mainbus at root
10file arch/mvme68k/dev/mainbus.c		mainbus
11
12# MVME-147 Peripheral Channel Controller
13device pcc { [ ipl = -1 ] }
14attach pcc at mainbus
15file arch/mvme68k/dev/pcc.c			pcc needs-flag
16
17# MVME-166,167 and 177 Peripheral Channel Controller Chip2
18device pcctwo { [ ipl = -1 ] }
19attach pcctwo at mainbus
20file arch/mvme68k/dev/pcctwo.c			pcctwo needs-flag
21
22# Grab the MD VMEbus goop
23include "dev/vme/files.vme"
24
25# Our own common VMEbus glue
26define mvmebus
27file arch/mvme68k/dev/mvmebus.c			mvmebus
28
29# MVME-147 VME controller chip
30device	vmepcc: mvmebus, vmebus
31attach	vmepcc at pcc
32file	arch/mvme68k/dev/vme_pcc.c		vmepcc
33
34# MVME-1[67]7 VME controller chip
35device	vmetwo: mvmebus, vmebus
36attach	vmetwo at mainbus
37file	arch/mvme68k/dev/vme_two.c		vmetwo
38
39device clock
40attach clock at pcc with clock_pcc
41attach clock at pcctwo with clock_pcctwo
42file arch/mvme68k/dev/clock_pcc.c		clock_pcc
43file arch/mvme68k/dev/clock_pcctwo.c		clock_pcctwo
44
45device zsc { channel = -1 }
46file arch/mvme68k/dev/zs.c			zsc
47file dev/ic/z8530sc.c				zsc
48
49attach zsc at pcc with zsc_pcc
50file arch/mvme68k/dev/zs_pcc.c			zsc_pcc needs-flag
51
52device zstty: tty
53attach zstty at zsc
54file dev/ic/z8530tty.c				zstty needs-flag
55
56# Parallel printer
57device lpt
58attach lpt at pcc with lpt_pcc
59attach lpt at pcctwo with lpt_pcctwo
60file arch/mvme68k/dev/lpt.c			lpt needs-flag
61file arch/mvme68k/dev/lpt_pcc.c			lpt_pcc
62file arch/mvme68k/dev/lpt_pcctwo.c		lpt_pcctwo
63
64# device defined in sys/conf/files
65attach le at pcc with le_pcc: le24
66file arch/mvme68k/dev/if_le.c			le_pcc
67
68# i82596 Ethernet Interface on MVME1[67]7
69attach ie at pcctwo with ie_pcctwo
70file arch/mvme68k/dev/if_ie.c			ie_pcctwo
71
72# CD2401 Quad Serial Controller
73attach clmpcc at pcctwo with clmpcc_pcctwo
74file arch/mvme68k/dev/clmpcc_pcctwo.c		clmpcc_pcctwo needs-flag
75
76# Memory disk for boot tape
77file arch/mvme68k/dev/md_root.c		memory_disk_hooks
78
79include "dev/scsipi/files.scsipi"
80
81major { sd = 4 }
82major { cd = 8 }
83major { md = 9 }
84
85# RAIDframe
86major { raid = 16 }
87
88# WD33C93 SCSI ...
89define sbic
90file arch/mvme68k/dev/sbic.c			sbic
91
92# ... on the MVME-147
93device wdsc: sbic, scsi
94attach wdsc at pcc with wdsc_pcc
95file arch/mvme68k/dev/wdsc.c			wdsc_pcc
96
97# NCR53C710 SCSI ...
98define msiop
99file arch/mvme68k/dev/siop.c			msiop
100
101# ... on everything else
102device ncrsc: msiop, scsi
103attach ncrsc at pcctwo with ncrsc_pcctwo
104file arch/mvme68k/dev/ncrsc_pcctwo.c		ncrsc_pcctwo
105
106file arch/mvme68k/mvme68k/autoconf.c
107file arch/mvme68k/mvme68k/bus_dma.c
108file arch/mvme68k/mvme68k/bus_space.c
109file arch/mvme68k/mvme68k/clock.c
110file arch/mvme68k/mvme68k/conf.c
111file arch/mvme68k/mvme68k/db_memrw.c		ddb | kgdb
112file arch/mvme68k/mvme68k/disksubr.c
113file arch/mvme68k/mvme68k/isr.c
114file arch/mvme68k/mvme68k/machdep.c
115file arch/mvme68k/mvme68k/mem.c
116file arch/mvme68k/mvme68k/pmap.c
117file arch/mvme68k/mvme68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
118file arch/mvme68k/mvme68k/softintr.c
119file arch/mvme68k/mvme68k/sys_machdep.c
120file arch/mvme68k/mvme68k/trap.c
121file arch/mvme68k/mvme68k/vm_machdep.c
122file arch/m68k/m68k/cacheops.c
123file dev/cons.c
124file dev/cninit.c
125
126# SunOS Binary Compatibility (COMPAT_SUNOS)
127include "compat/sunos/files.sunos"
128file    arch/m68k/m68k/sunos_machdep.c  compat_sunos
129
130# SVR4 Binary Compatibility (COMPAT_SVR4)
131include "compat/svr4/files.svr4"
132
133# Linux binary compatibility (COMPAT_LINUX)
134include "compat/linux/files.linux"
135include "compat/linux/arch/m68k/files.linux_m68k"
136
137# OSS audio driver compatibility
138include "compat/ossaudio/files.ossaudio"
139