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