files.x68k revision 1.25
1#	$NetBSD: files.x68k,v 1.25 1999/04/19 21:23:02 kleink Exp $
2#
3# new style config file for x68k architecture
4#
5
6defopt	opt_fpuemulate.h	FPU_EMULATE
7defopt	opt_m060sp.h		M060SP
8#defopt	opt_fpsp.h		FPSP		# this will fail...
9
10defopt	opt_jupiter.h		JUPITER
11defopt	opt_panicbutton.h	PANICBUTTON
12defopt  opt_extmem.h		EXTENDED_MEMORY
13
14# maxpartitions must be first item in files.${ARCH}.newconf
15maxpartitions 8
16
17maxusers 2 16 64
18
19device	mainbus {}
20attach	mainbus at root
21
22device	cpu
23attach	cpu at mainbus
24
25define	event {}
26file	arch/x68k/dev/event.c		event
27
28file	arch/x68k/x68k/x68k_init.c
29file	arch/x68k/x68k/autoconf.c
30file	arch/x68k/x68k/conf.c
31file	arch/x68k/x68k/disksubr.c	disk
32file	arch/x68k/x68k/machdep.c
33file	arch/x68k/x68k/mem.c
34file	arch/x68k/x68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
35file	arch/x68k/x68k/pmap.c
36file	arch/x68k/x68k/sys_machdep.c
37file	arch/x68k/x68k/trap.c
38file	arch/x68k/x68k/vm_machdep.c
39file	arch/x68k/x68k/db_memrw.c	ddb
40file	arch/x68k/x68k/fpu.c
41file	arch/x68k/x68k/bus.c
42
43file	dev/cons.c
44file	dev/cninit.c
45major	{vnd = 6}
46
47# Emulation modules
48# 6888x emulator (FPU_EMULATE)
49include "arch/m68k/fpe/files.fpe"
50
51# 68060 software support package
52include "arch/m68k/060sp/files.060sp"
53
54device	xcom: tty
55attach	xcom at mainbus
56file	arch/x68k/dev/com.c		xcom needs-count
57
58device	par
59attach	par at mainbus
60file	arch/x68k/dev/par.c		par needs-flag
61
62# graphic devices
63define	grfb {}
64
65device	grfbus: grfb
66attach	grfbus at mainbus
67
68device	grf {}
69attach	grf at grfb
70file	arch/x68k/dev/grf.c		grf needs-count
71file	arch/x68k/dev/grf_conf.c	grf|ite
72file	arch/x68k/dev/grf_machdep.c	grf|ite
73file	arch/x68k/dev/grf_tv.c		grf|ite
74file	arch/x68k/dev/grf_gv.c		grf|ite
75
76defopt	opt_ite.h	ITE_KERNEL_ATTR
77device	ite: tty
78attach	ite at grf
79file	arch/x68k/dev/ite.c		ite needs-flag
80file	arch/x68k/dev/ite_tv.c		grf|ite
81file	arch/x68k/dev/kbdmap.c		ite
82
83device	intio {[addr = -1], [intr = -1], [dma = -1], [dmaintr = -1]}
84attach	intio at mainbus
85file	arch/x68k/dev/intio.c		intio
86
87device	xel
88attach	xel at intio
89file	arch/x68k/dev/xel.c		xel
90
91device	mfp {}
92attach	mfp at intio
93file	arch/x68k/dev/mfp.c		mfp
94
95device clock
96attach	clock at mfp
97file	arch/x68k/x68k/clock.c		clock needs-flag
98
99device kbd: event
100attach	kbd at mfp
101file	arch/x68k/dev/kbd.c		kbd needs-flag
102
103device rtc
104attach	rtc at intio
105file	arch/x68k/dev/rtclock.c		rtc
106
107device dmac
108attach	dmac at intio
109file	arch/x68k/dev/intio_dmac.c	dmac needs-flag
110
111defopt	opt_zsc.h	ZSCONSOLE ZSCN_SPEED
112device zsc {channel = -1}
113attach zsc at intio
114file arch/x68k/dev/zs.c			zsc needs-flag
115file dev/ic/z8530sc.c			zsc
116
117device zstty: tty
118attach zstty at zsc
119file dev/ic/z8530tty.c			zstty needs-flag
120
121device ms: event
122attach ms at zsc
123file arch/x68k/dev/ms.c			ms needs-flag
124
125device	neptune {[addr = -1]}
126attach	neptune at intio
127file	arch/x68k/dev/neptune.c		neptune
128
129attach	ne at neptune with ne_neptune: rtl80x9
130file	arch/x68k/dev/if_ne_neptune.c	ne_neptune
131
132device	opm
133attach	opm at intio
134file	arch/x68k/dev/opm.c		opm
135
136device	fdc { unit = -1 }
137attach	fdc at intio
138
139device	fd: disk
140attach	fd at fdc
141file	arch/x68k/dev/fd.c		fd needs-flag
142
143#
144# SCSI drivers
145#
146include "dev/scsipi/files.scsipi"
147major	{cd = 7}
148major	{sd = 4}
149major	{st = 5}
150
151device scsirom {}
152attach	scsirom at intio
153file	arch/x68k/dev/scsirom.c		scsirom
154
155device	spc: scsi
156attach	spc at scsirom with spc_intio
157file	arch/x68k/dev/spc.c		spc_intio needs-flag
158file	dev/ic/mb89352.c		spc
159
160device	mha: scsi
161attach	mha at scsirom
162file	arch/x68k/dev/mha.c		mha needs-flag
163
164pseudo-device bell
165file	arch/x68k/dev/opmbell.c		bell needs-flag
166
167pseudo-device sram
168file	arch/x68k/dev/sram.c		sram needs-flag
169pseudo-device pow
170file	arch/x68k/dev/pow.c		pow needs-count
171
172# memory disk
173file	arch/x68k/dev/md_root.c		memory_disk_hooks
174
175include	"compat/sunos/files.sunos"
176file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
177
178# SVR4 Binary Compatibility (COMPAT_SVR4)
179include "compat/svr4/files.svr4"
180
181# Linux binary compatibility (COMPAT_LINUX)
182include "compat/linux/files.linux"
183include "compat/linux/arch/m68k/files.linux_m68k"
184
185# OSS audio driver compatibility
186include "compat/ossaudio/files.ossaudio"
187