xref: /netbsd-src/sys/arch/next68k/conf/files.next68k (revision 481fca6e59249d8ffcf24fef7cfbe7b131bfb080)
1# $NetBSD: files.next68k,v 1.16 2000/03/27 21:47:47 scottr 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
11defopt opt_serial.h ZS_CONSOLE_ABORT
12defopt opt_serial.h SERCONSOLE
13
14device mainbus { }
15attach mainbus at root
16
17#
18# Internal i/o space
19#
20device	intio { [ ipl = -1 ] }
21attach	intio at mainbus
22file	arch/next68k/dev/intio.c		intio
23
24device	zsc { channel = -1 }
25attach	zsc at intio
26file	arch/next68k/dev/zs.c		zsc needs-flag
27file	dev/ic/z8530sc.c		zsc
28
29device	zstty: tty
30attach	zstty at zsc
31file	dev/ic/z8530tty.c		zstty needs-flag
32file	arch/next68k/dev/zs_kgdb.c		kgdb
33
34#file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
35file	arch/next68k/next68k/db_memrw.c	ddb | kgdb
36
37file	arch/m68k/m68k/cacheops.c
38
39# include "arch/m68k/fpe/files.fpe"
40
41file	arch/next68k/next68k/trap.c
42file	arch/next68k/next68k/mem.c
43file	arch/next68k/next68k/pmap.c
44file	arch/next68k/next68k/pmap_bootstrap.c
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
56file	arch/next68k/next68k/stub.c	      kgdb
57
58#file    arch/next68k/dev/dbj_debug.c
59file 	arch/next68k/dev/bus_dma.c
60file    arch/next68k/dev/nextdma.c
61
62file	dev/cons.c
63file	dev/cninit.c
64
65file    dev/clock_subr.c
66
67include "dev/scsipi/files.scsipi"
68
69include "dev/wscons/files.wscons"
70
71device  xe: arp, ether, ifnet
72attach  xe at intio
73file    arch/next68k/dev/mb8795.c
74file    arch/next68k/dev/if_xe.c
75
76device  nextdisplay: wsemuldisplaydev, wsrasteremulops
77attach  nextdisplay at mainbus
78file    arch/next68k/dev/nextdisplay.c  nextdisplay needs-flag
79
80device  nextkbd: wskbddev
81attach  nextkbd at intio
82file    arch/next68k/dev/nextkbd.c      nextkbd needs-flag
83file	arch/next68k/dev/wskbdmap_next.c		nextkbd
84file    arch/next68k/dev/nextcons.c                     nextkbd
85
86attach	esp at intio
87file	arch/next68k/dev/esp.c		esp needs-flag
88
89# Memory disk for boot tape
90file arch/next68k/dev/md_root.c		memory_disk_hooks
91major	{sd = 4}
92major	{cd = 6}
93major	{md = 13}
94
95# RAIDframe
96major	{raid = 20}
97
98# SunOS Binary Compatibility (COMPAT_SUNOS)
99include "compat/sunos/files.sunos"
100file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
101
102# SVR4 Binary Compatibility (COMPAT_SVR4)
103include "compat/svr4/files.svr4"
104
105# Linux binary compatibility (COMPAT_LINUX)
106include "compat/linux/files.linux"
107include "compat/linux/arch/m68k/files.linux_m68k"
108
109# OSS audio driver compatibility
110include "compat/ossaudio/files.ossaudio"
111