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