files.luna68k revision 1.33
1# 2# $NetBSD: files.luna68k,v 1.33 2024/01/14 00:17:46 thorpej 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/mmu_subr.s 23file arch/m68k/m68k/pmap_motorola.c 24file arch/m68k/m68k/procfs_machdep.c procfs 25file arch/m68k/m68k/sys_machdep.c 26file arch/m68k/m68k/vectors.c 27file arch/m68k/m68k/vm_machdep.c 28file dev/cons.c 29 30device mainbus {} 31attach mainbus at root 32file arch/luna68k/luna68k/mainbus.c 33 34device clock 35attach clock at mainbus 36file arch/luna68k/dev/timekeeper.c clock 37 38device lcd 39attach lcd at mainbus 40file arch/luna68k/dev/lcd.c lcd needs-flag 41 42attach le at mainbus: le24 43file arch/luna68k/dev/if_le.c le 44 45device sio { [channel = -1] } 46attach sio at mainbus 47file arch/luna68k/dev/sio.c sio 48 49device siotty: tty 50attach siotty at sio 51file arch/luna68k/dev/siotty.c siotty needs-flag 52 53# HD647180X I/O processor 54device xpbus {} 55attach xpbus at mainbus 56file arch/luna68k/dev/xpbus.c xpbus 57file arch/luna68k/dev/xpcmd.c xpbus 58file arch/luna68k/dev/xplxfirm.c xpbus 59 60device xp 61attach xp at xpbus 62file arch/luna68k/dev/xp.c xp 63 64device psgpam: audiobus 65attach psgpam at xpbus 66file arch/luna68k/dev/psgpam.c psgpam 67file arch/luna68k/dev/psgpam_enc.c psgpam 68file arch/luna68k/dev/psgpam_table.c psgpam 69 70device ws: wskbddev,wsmousedev 71attach ws at sio 72file arch/luna68k/dev/lunaws.c ws 73file arch/luna68k/dev/omkbdmap.c ws 74 75device fb: wsemuldisplaydev 76attach fb at mainbus 77file arch/luna68k/dev/lunafb.c fb 78file arch/luna68k/dev/omrasops.c fb 79 80attach spc at mainbus 81file arch/luna68k/dev/spc.c spc 82 83# Machine-independent SCSI driver. 84include "dev/scsipi/files.scsipi" 85 86# Memory Disk for boot tape 87file dev/md_root.c memory_disk_hooks 88 89 90# Compatibility modules 91 92# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 93include "compat/aoutm68k/files.aoutm68k" 94 95# SunOS binary compatibility (COMPAT_SUNOS) 96include "compat/sunos/files.sunos" 97file arch/m68k/m68k/sunos_machdep.c compat_sunos 98 99# OSS audio driver compatibility 100include "compat/ossaudio/files.ossaudio" 101 102include "arch/luna68k/conf/majors.luna68k" 103