xref: /netbsd/sys/arch/next68k/conf/files.next68k (revision bf9ec67e)
1# $NetBSD: files.next68k,v 1.25 2002/05/17 06:44:03 jdolecek Exp $
2
3# next68k-specific configuration info
4
5# maxpartitions must be first item in files.${ARCH}.newconf
6maxpartitions 8
7
8maxusers 2 8 64
9
10# serial console options
11defflag	opt_serial.h		ZS_CONSOLE_ABORT SERCONSOLE
12
13device mainbus { }
14attach mainbus at root
15
16#
17# Internal i/o space
18#
19device	intio { [ ipl = -1 ] }
20attach	intio at mainbus
21file	arch/next68k/dev/intio.c		intio
22
23device	zsc { channel = -1 }
24attach	zsc at intio
25file	arch/next68k/dev/zs.c		zsc needs-flag
26file	dev/ic/z8530sc.c		zsc
27
28device	zstty: tty
29attach	zstty at zsc
30file	dev/ic/z8530tty.c		zstty needs-flag
31file	arch/next68k/dev/zs_kgdb.c	kgdb
32
33#file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
34file	arch/next68k/next68k/db_memrw.c	ddb | kgdb
35
36file	arch/m68k/m68k/cacheops.c
37
38# include "arch/m68k/fpe/files.fpe"
39
40file	arch/next68k/next68k/trap.c
41file	arch/next68k/next68k/mem.c
42file	arch/next68k/next68k/pmap.c
43file	arch/next68k/next68k/pmap_bootstrap.c
44file	arch/next68k/next68k/procfs_machdep.c	procfs
45file	arch/next68k/next68k/vm_machdep.c
46file	arch/next68k/next68k/machdep.c
47file	arch/next68k/next68k/clock.c
48file	arch/next68k/next68k/conf.c
49file 	arch/next68k/next68k/sys_machdep.c
50file	arch/next68k/next68k/isr.c
51file	arch/next68k/next68k/autoconf.c
52file	arch/next68k/next68k/nextrom.c
53file	arch/next68k/next68k/rtc.c
54file	arch/next68k/next68k/disksubr.c
55file	arch/next68k/next68k/kgdb_machdep.c	kgdb
56
57#file	arch/next68k/dev/dbj_debug.c
58file 	arch/next68k/dev/bus_dma.c
59file	arch/next68k/dev/nextdma.c
60
61file	dev/cons.c
62file	dev/cninit.c
63
64file	dev/clock_subr.c
65
66include "dev/scsipi/files.scsipi"
67
68include "dev/wscons/files.wscons"
69
70device	xe: arp, ether, ifnet
71attach	xe at intio
72file	arch/next68k/dev/mb8795.c
73file	arch/next68k/dev/if_xe.c
74
75device	nextdisplay: wsemuldisplaydev, wsrasteremulops
76attach	nextdisplay at mainbus
77file	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
78
79device	nextkbd: wskbddev
80attach	nextkbd at intio
81file	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
82file	arch/next68k/dev/wskbdmap_next.c	nextkbd
83file	arch/next68k/dev/nextcons.c		nextkbd
84
85attach	esp at intio
86file	arch/next68k/dev/esp.c		esp needs-flag
87
88# Memory disk for boot tape
89file	dev/md_root.c			memory_disk_hooks
90major	{sd = 4}
91major	{cd = 6}
92major	{md = 13}
93
94# RAIDframe
95major	{raid = 20}
96
97# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
98include "compat/aoutm68k/files.aoutm68k"
99
100# SunOS Binary Compatibility (COMPAT_SUNOS)
101include "compat/sunos/files.sunos"
102file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
103
104# SVR4 Binary Compatibility (COMPAT_SVR4)
105include "compat/svr4/files.svr4"
106
107# Linux binary compatibility (COMPAT_LINUX)
108include "compat/linux/files.linux"
109include "compat/linux/arch/m68k/files.linux_m68k"
110file arch/m68k/m68k/linux_trap.c		compat_linux
111
112# OSS audio driver compatibility
113include "compat/ossaudio/files.ossaudio"
114