files.next68k revision 1.1
1# $NetBSD: files.next68k,v 1.1 1998/06/09 07:53:05 dbj 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
10device mainbus { }
11attach mainbus at root
12
13#
14# Internal i/o space
15#
16device	intio { [ ipl = -1 ] }
17attach	intio at mainbus
18file	arch/next68k/dev/intio.c		intio
19
20device	zsc { channel = -1 }
21attach	zsc at intio
22file	arch/next68k/dev/zs.c		zsc needs-flag
23file	dev/ic/z8530sc.c		zsc
24
25device	zstty: tty
26attach	zstty at zsc
27file	dev/ic/z8530tty.c		zstty needs-flag
28
29#file	arch/m68k/m68k/db_memrw.c	ddb
30file	arch/next68k/next68k/db_memrw.c	ddb
31
32# include "arch/m68k/fpe/files.fpe"
33
34file	arch/next68k/next68k/trap.c
35file	arch/next68k/next68k/mem.c
36file	arch/next68k/next68k/pmap.c
37file	arch/next68k/next68k/pmap_bootstrap.c
38file	arch/next68k/next68k/vm_machdep.c
39file	arch/next68k/next68k/machdep.c
40file	arch/next68k/next68k/clock.c
41file	arch/next68k/next68k/conf.c
42file 	arch/next68k/next68k/sys_machdep.c
43file	arch/next68k/next68k/isr.c
44file    arch/next68k/next68k/autoconf.c
45file    arch/next68k/next68k/nextrom.c
46file    arch/next68k/next68k/rtc.c
47file	arch/next68k/next68k/disksubr.c
48
49file 	arch/next68k/dev/bus_dma.c
50file    arch/next68k/dev/nextdma.c
51
52file	dev/cons.c
53file	dev/cninit.c
54
55include "dev/scsipi/files.scsipi"
56
57device  xe: arp, ether, ifnet
58attach  xe at intio
59file    arch/next68k/dev/mb8795.c
60file    arch/next68k/dev/if_xe.c
61
62device	esp: scsi, ncr53c9x, disk
63attach	esp at intio
64#file	arch/next68k/dev/esp.c		esp needs-flag
65
66# Memory disk for boot tape
67file arch/next68k/dev/md_root.c		memory_disk_hooks
68major	{sd = 4}
69major	{st = 5}
70major	{cd = 6}
71major	{vnd = 8}
72major	{md = 13}
73
74
75# SunOS Binary Compatibility (COMPAT_SUNOS)
76include "compat/sunos/files.sunos"
77file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
78