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