1 # 2 # $NetBSD: files.luna68k,v 1.13 2003/06/27 21:43:03 he Exp $ 3 # 4 maxpartitions 8 5 maxusers 2 8 64 6 7 # machine-specific options 8 defflag PANICBUTTON 9 10 file arch/luna68k/luna68k/autoconf.c 11 file arch/luna68k/luna68k/clock.c 12 file arch/luna68k/luna68k/disksubr.c 13 file arch/luna68k/luna68k/isr.c 14 file arch/luna68k/luna68k/machdep.c 15 file arch/luna68k/luna68k/mem.c 16 file arch/luna68k/luna68k/pmap_bootstrap.c 17 file arch/luna68k/luna68k/procfs_machdep.c procfs 18 file arch/luna68k/luna68k/trap.c 19 file arch/m68k/m68k/cacheops.c 20 file arch/m68k/m68k/db_memrw.c ddb | kgdb 21 file arch/m68k/m68k/pmap_motorola.c 22 file arch/m68k/m68k/sys_machdep.c 23 file arch/m68k/m68k/vm_machdep.c 24 file dev/clock_subr.c 25 file dev/cons.c 26 file arch/luna68k/dev/lcd.c 27 28 device mainbus {} 29 attach mainbus at root 30 file arch/luna68k/luna68k/mainbus.c 31 32 device clock 33 attach clock at mainbus 34 file arch/luna68k/dev/timekeeper.c clock 35 36 attach le at mainbus: le24 37 file arch/luna68k/dev/if_le.c le 38 39 device sio { [channel = -1] } 40 attach sio at mainbus 41 file arch/luna68k/dev/sio.c sio 42 43 device siotty: tty 44 attach siotty at sio 45 file arch/luna68k/dev/siotty.c siotty needs-flag 46 device ws: wskbddev,wsmousedev 47 attach ws at sio 48 file arch/luna68k/dev/lunaws.c ws 49 50 device fb: wsemuldisplaydev 51 attach fb at mainbus 52 file arch/luna68k/dev/lunafb.c fb 53 file arch/luna68k/dev/omrasops.c fb 54 55 device spc: scsi 56 attach spc at mainbus 57 file arch/luna68k/dev/spc.c spc 58 file dev/ic/mb89352.c spc 59 60 # Machine-idependent SCSI driver. 61 include "dev/scsipi/files.scsipi" 62 63 # Memory Disk for boot tape 64 file dev/md_root.c memory_disk_hooks 65 66 # "Workstation Console" glue. 67 include "dev/wscons/files.wscons" 68 69 70 # Compatibility modules 71 72 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) 73 include "compat/aoutm68k/files.aoutm68k" 74 75 include "arch/luna68k/conf/majors.luna68k" 76