xref: /netbsd-src/sys/arch/news68k/conf/files.news68k (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1#	$NetBSD: files.news68k,v 1.31 2008/02/20 21:43:34 drochner Exp $
2
3#	NEWS68K-specific configuration info
4
5# maxpartitions must be first item in files.${ARCH}.
6maxpartitions 8
7
8maxusers 2 8 64
9
10device mainbus { [systype = -1] }
11attach mainbus at root
12
13file	arch/news68k/news68k/autoconf.c
14file	arch/news68k/news68k/bus_space.c
15#file	arch/news68k/news68k/cons_machdep.c
16file	arch/news68k/news68k/clock.c
17file	arch/news68k/news68k/disksubr.c		disk
18file	arch/news68k/news68k/isr.c
19file	arch/news68k/news68k/machdep.c
20file	arch/news68k/news68k/mainbus.c
21file	arch/news68k/news68k/mem.c
22file	arch/news68k/news68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
23file	arch/news68k/news68k/trap.c
24file	arch/m68k/m68k/cacheops.c
25file	arch/m68k/m68k/db_memrw.c		ddb | kgdb
26file	arch/m68k/m68k/pmap_motorola.c
27file	arch/m68k/m68k/procfs_machdep.c		procfs
28file	arch/m68k/m68k/sys_machdep.c
29file	arch/m68k/m68k/vm_machdep.c
30file	dev/cons.c
31
32# Emulation modules
33# 6888x emulator (FPU_EMULATE)
34include	"arch/m68k/fpe/files.fpe"
35
36# HYPER-BUS
37device hb { addr = 0, [ipl = -1], [vect = -1] }
38attach hb at mainbus
39file arch/news68k/dev/hb.c			hb
40
41# I/O Processor
42#device iop { [addr = -1], [ipl = -1] }
43#attach iop at mainbus
44#file arch/news68k/dev/iop.c			iop
45
46# interval timer
47device timer
48attach timer at hb with timer_hb
49file arch/news68k/dev/timer_hb.c		timer_hb
50
51# MK48T02 TOD clock and NVRAM
52device mkclock: mk48txx
53attach mkclock at hb with mkclock_hb
54file arch/news68k/dev/mkclock_hb.c		mkclock_hb
55
56# Lance ethernet (device defined in sys/conf/files)
57#device le: ifnet, ether, arp
58attach le at hb: le24
59file arch/news68k/dev/if_le.c			le needs-count
60
61# keyboard/mouse
62
63device kbc {}
64attach kbc at hb
65file arch/news68k/dev/kbc.c			kbc
66
67device kb: wskbddev
68file arch/news68k/dev/kb.c			kb needs-flag
69file dev/news/newskeymap.c			kb
70attach kb at kbc with kb_kbc
71file arch/news68k/dev/kb_kbc.c			kb_kbc
72attach kb at hb with kb_hb
73file arch/news68k/dev/kb_hb.c			kb_hb
74
75device ms: wsmousedev
76file arch/news68k/dev/ms.c			ms needs-flag
77attach ms at kbc with ms_kbc
78file arch/news68k/dev/ms_kbc.c			ms_kbc
79attach ms at hb with ms_hb
80file arch/news68k/dev/ms_hb.c			ms_hb
81
82# serial
83device zsc { [channel = -1] }
84attach zsc at hb
85file arch/news68k/dev/zs.c			zsc needs-count
86file dev/ic/z8530sc.c				zsc
87
88device zstty: tty
89attach zstty at zsc
90file dev/ic/z8530tty.c				zstty needs-count
91
92#device cfb: wsemuldisplaydev, rasops8
93#attach cfb at hb
94#file arch/news68k/dev/cfb.c			cfb needs-flag
95
96# floppy; not yet
97device fdc {}
98attach fdc at hb
99device fd: disk
100attach fd at fdc
101file arch/news68k/dev/fd.c			fdc | fd needs-flag
102
103# Machine-independent SCSI driver
104include "dev/scsipi/files.scsipi"
105
106# Sony CXD1180 SCSI controller
107device si: scsi, ncr5380sbc
108file arch/news68k/dev/si.c			si needs-flag
109attach si at hb
110
111# memory disk
112file	dev/md_root.c				memory_disk_hooks
113
114# NetBSD m68k a.out binary compatibility (COMPAT_AOUT_M68K)
115include "compat/aoutm68k/files.aoutm68k"
116
117# SVR4 Binary Compatibility (COMPAT_SVR4)
118include	"compat/svr4/files.svr4"
119
120# SunOS binary compatibility (COMPAT_SUNOS)
121include	"compat/sunos/files.sunos"
122file	arch/m68k/m68k/sunos_machdep.c		compat_sunos
123
124# NEWS-OS binary compatibility (COMPAT_NEWSOS)
125#include	"compat/newsos/files.newsos"
126#file	arch/m68k/m68k/newsos_machdep.c		compat_newsos
127
128# Linux binary compatibility (COMPAT_LINUX)
129include	"compat/linux/files.linux"
130include	"compat/linux/arch/m68k/files.linux_m68k"
131file arch/m68k/m68k/linux_trap.c		compat_linux
132
133# OSS audio driver compatibility
134include	"compat/ossaudio/files.ossaudio"
135
136include "arch/news68k/conf/majors.news68k"
137