files.luna68k revision 1.31
1#
2#	$NetBSD: files.luna68k,v 1.31 2023/09/17 12:30:00 andvar Exp $
3#
4maxpartitions 8
5maxusers 2 8 64
6
7# machine-specific options
8defflag			PANICBUTTON
9
10file arch/luna68k/luna68k/autoconf.c
11file arch/luna68k/luna68k/clock.c
12file arch/luna68k/luna68k/disksubr.c
13file arch/luna68k/luna68k/isr.c
14file arch/luna68k/luna68k/machdep.c
15file arch/luna68k/luna68k/pmap_bootstrap.c
16file arch/luna68k/luna68k/trap.c
17file arch/m68k/m68k/cacheops.c
18file arch/m68k/m68k/db_memrw.c		ddb | kgdb
19file arch/m68k/m68k/kgdb_machdep.c	kgdb
20file arch/m68k/m68k/fpu.c		compile-with "${M68K_KERN_FPU}"
21file arch/m68k/m68k/m68k_trap.c
22file arch/m68k/m68k/pmap_motorola.c
23file arch/m68k/m68k/procfs_machdep.c	procfs
24file arch/m68k/m68k/sys_machdep.c
25file arch/m68k/m68k/vm_machdep.c
26file dev/cons.c
27
28device mainbus {}
29attach mainbus at root
30file arch/luna68k/luna68k/mainbus.c
31
32device clock
33attach clock at mainbus
34file arch/luna68k/dev/timekeeper.c	clock
35
36device lcd
37attach lcd at mainbus
38file	arch/luna68k/dev/lcd.c		lcd needs-flag
39
40attach le at mainbus: le24
41file arch/luna68k/dev/if_le.c		le
42
43device sio { [channel = -1] }
44attach sio at mainbus
45file arch/luna68k/dev/sio.c 		sio
46
47device siotty: tty
48attach siotty at sio
49file arch/luna68k/dev/siotty.c		siotty needs-flag
50
51# HD647180X I/O processor
52device xpbus {}
53attach xpbus at mainbus
54file arch/luna68k/dev/xpbus.c		xpbus
55file arch/luna68k/dev/xpcmd.c		xpbus
56file arch/luna68k/dev/xplxfirm.c	xpbus
57
58device xp
59attach xp at xpbus
60file arch/luna68k/dev/xp.c		xp
61
62device psgpam: audiobus
63attach psgpam at xpbus
64file arch/luna68k/dev/psgpam.c		psgpam
65file arch/luna68k/dev/psgpam_enc.c	psgpam
66file arch/luna68k/dev/psgpam_table.c	psgpam
67
68device ws: wskbddev,wsmousedev
69attach ws at sio
70file arch/luna68k/dev/lunaws.c		ws
71file arch/luna68k/dev/omkbdmap.c	ws
72
73device fb: wsemuldisplaydev
74attach fb at mainbus
75file arch/luna68k/dev/lunafb.c		fb
76file arch/luna68k/dev/omrasops.c	fb
77
78attach spc at mainbus
79file arch/luna68k/dev/spc.c		spc
80
81# Machine-independent SCSI driver.
82include "dev/scsipi/files.scsipi"
83
84# Memory Disk for boot tape
85file	dev/md_root.c			memory_disk_hooks
86
87
88# Compatibility modules
89
90# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
91include "compat/aoutm68k/files.aoutm68k"
92
93# SunOS binary compatibility (COMPAT_SUNOS)
94include "compat/sunos/files.sunos"
95file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
96
97# OSS audio driver compatibility
98include "compat/ossaudio/files.ossaudio"
99
100include "arch/luna68k/conf/majors.luna68k"
101