files.news68k revision 1.7
1#	$NetBSD: files.news68k,v 1.7 2000/10/03 13:49:24 tsutsui Exp $
2
3#	NEWS68K-specific configuration info
4
5defopt	opt_fpuemulate.h	FPU_EMULATE
6
7# maxpartitions must be first item in files.${ARCH}.
8maxpartitions 8
9
10maxusers 2 8 64
11
12device mainbus { [systype = -1] }
13attach mainbus at root
14
15file	arch/news68k/news68k/autoconf.c
16file	arch/news68k/news68k/conf.c
17file	arch/news68k/news68k/clock.c
18file	arch/news68k/news68k/db_memrw.c		ddb | kgdb
19file	arch/news68k/news68k/disksubr.c		disk
20file	arch/news68k/news68k/isr.c
21file	arch/news68k/news68k/machdep.c
22file	arch/news68k/news68k/mainbus.c
23file	arch/news68k/news68k/mem.c
24file	arch/news68k/news68k/pmap.c
25file	arch/news68k/news68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
26file	arch/news68k/news68k/sys_machdep.c
27file	arch/news68k/news68k/trap.c
28file	arch/news68k/news68k/vm_machdep.c
29file	dev/clock_subr.c
30file	dev/cons.c
31
32major { vnd = 6 }
33
34# Emulation modules
35# 6888x emulator (FPU_EMULATE)
36include	"arch/m68k/fpe/files.fpe"
37
38# HYPER-BUS
39device hb { addr = 0, [ipl = -1], [vect = -1] }
40attach hb at mainbus
41file arch/news68k/dev/hb.c			hb
42
43# I/O Proccesser
44#device iop { [addr = -1], [ipl = -1] }
45#attach iop at mainbus
46#file arch/news68k/dev/iop.c			iop
47
48# MK48T02 RTC and NVRAM
49device clock
50attach clock at hb with clock_hb
51file arch/news68k/dev/clock_hb.c		clock_hb
52
53# Lance ethernet (device defined in sys/conf/files)
54#device le: ifnet, ether, arp
55attach le at hb: le24
56file arch/news68k/dev/if_le.c			le needs-count
57
58# mouse; not yet
59device ms
60attach ms at hb
61file arch/news68k/dev/ms.c			ms needs-flag
62
63# keyboard; not yet
64device kb
65attach kb at hb
66file arch/news68k/dev/kb.c			kb needs-flag
67file arch/news68k/dev/kbms_if.c			kb | ms
68file arch/news68k/dev/keyconf.c			kb
69file arch/news68k/dev/kb_ctrl.c			kb
70file arch/news68k/dev/kb_encode.c		kb
71
72# serial
73device zsc { [channel = -1] }
74attach zsc at hb
75file arch/news68k/dev/zs.c			zsc needs-count
76file dev/ic/z8530sc.c				zsc
77
78device zstty: tty
79attach zstty at zsc
80file dev/ic/z8530tty.c				zstty needs-count
81
82# framebuffers; not yet
83device fb
84attach fb at hb
85file arch/news68k/dev/fb.c			fb needs-flag
86file arch/news68k/dev/fb_conf.c			fb
87file arch/news68k/dev/fb_mfbs.c			fb
88file arch/news68k/dev/fb_probe.c		fb
89file arch/news68k/dev/fb_start.c		fb
90file arch/news68k/dev/fb_sub.c			fb
91file arch/news68k/dev/fbbm_225.c		fb
92file arch/news68k/dev/fbbm_514.c		fb
93file arch/news68k/dev/bmcons.c			fb
94file arch/news68k/dev/bitmapif.c		fb
95file arch/news68k/dev/fnt.c			fb
96file arch/news68k/dev/fnt24.c			fb
97file arch/news68k/dev/vt100.c			fb
98file arch/news68k/dev/vt100esc.c		fb
99file arch/news68k/dev/vt100if.c			fb
100
101# floppy; not yet
102device fdc {}
103attach fdc at hb
104device fd: disk
105attach fd at fdc
106file arch/news68k/dev/fd.c			fdc | fd needs-flag
107
108# Machine-independent SCSI driver
109include "dev/scsipi/files.scsipi"
110major { sd = 0 }
111major { fd = 1 }
112major { cd = 16 }
113major { st = 17 }
114
115# Sony CXD1180 SCSI controller
116device si: scsi, ncr5380sbc
117file arch/news68k/dev/si.c			si needs-flag
118attach si at hb
119
120# memory disk
121major {md = 2}
122file	dev/md_root.c				memory_disk_hooks
123
124# RAIDframe
125major {raid = 32}
126
127# SVR4 Binary Compatibility (COMPAT_SVR4)
128include	"compat/svr4/files.svr4"
129
130
131# SunOS binary compatibility (COMPAT_SUNOS)
132include	"compat/sunos/files.sunos"
133file	arch/m68k/m68k/sunos_machdep.c		compat_sunos
134
135# NEWS-OS binary compatibility (COMPAT_NEWSOS)
136#include	"compat/newsos/files.newsos"
137#file	arch/m68k/m68k/newsos_machdep.c		compat_newsos
138
139# Linux binary compatibility (COMPAT_LINUX)
140include	"compat/linux/files.linux"
141include	"compat/linux/arch/m68k/files.linux_m68k"
142
143# a.out binary compatibility (COMPAT_AOUT)
144include "compat/aout/files.aout"
145
146# OSS audio driver compatibility
147include	"compat/ossaudio/files.ossaudio"
148