Home | History | Annotate | Line # | Download | only in conf
files.next68k revision 1.27
      1 # $NetBSD: files.next68k,v 1.27 2002/09/11 01:46:29 mycroft Exp $
      2 
      3 # next68k-specific configuration info
      4 
      5 # maxpartitions must be first item in files.${ARCH}.newconf
      6 maxpartitions 8
      7 
      8 maxusers 2 8 64
      9 
     10 # serial console options
     11 defflag	opt_serial.h		ZS_CONSOLE_ABORT SERCONSOLE
     12 
     13 device mainbus { }
     14 attach mainbus at root
     15 
     16 #
     17 # Internal i/o space
     18 #
     19 device	intio { [ ipl = -1 ] }
     20 attach	intio at mainbus
     21 file	arch/next68k/dev/intio.c		intio
     22 
     23 device	zsc { channel = -1 }
     24 attach	zsc at intio
     25 file	arch/next68k/dev/zs.c		zsc needs-flag
     26 file	dev/ic/z8530sc.c		zsc
     27 
     28 device	zstty: tty
     29 attach	zstty at zsc
     30 file	dev/ic/z8530tty.c		zstty needs-flag
     31 file	arch/next68k/dev/zs_kgdb.c	kgdb
     32 
     33 #file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
     34 file	arch/next68k/next68k/db_memrw.c	ddb | kgdb
     35 
     36 file	arch/m68k/m68k/cacheops.c
     37 
     38 # include "arch/m68k/fpe/files.fpe"
     39 
     40 file	arch/next68k/next68k/trap.c
     41 file	arch/next68k/next68k/mem.c
     42 file	arch/next68k/next68k/pmap.c
     43 file	arch/next68k/next68k/pmap_bootstrap.c
     44 file	arch/next68k/next68k/procfs_machdep.c	procfs
     45 file	arch/next68k/next68k/vm_machdep.c
     46 file	arch/next68k/next68k/machdep.c
     47 file	arch/next68k/next68k/clock.c
     48 file	arch/next68k/next68k/conf.c
     49 file 	arch/next68k/next68k/sys_machdep.c
     50 file	arch/next68k/next68k/isr.c
     51 file	arch/next68k/next68k/autoconf.c
     52 file	arch/next68k/next68k/mainbus.c
     53 file	arch/next68k/next68k/nextrom.c
     54 file	arch/next68k/next68k/rtc.c
     55 file	arch/next68k/next68k/disksubr.c
     56 file	arch/next68k/next68k/kgdb_machdep.c	kgdb
     57 
     58 #file	arch/next68k/dev/dbj_debug.c
     59 file 	arch/m68k/m68k/bus_dma.c
     60 
     61 define	nextdma
     62 device	nextdma
     63 attach	nextdma at intio
     64 file	arch/next68k/dev/nextdma.c	nextdma
     65 
     66 file	dev/cons.c
     67 file	dev/cninit.c
     68 
     69 file	dev/clock_subr.c
     70 
     71 include "dev/scsipi/files.scsipi"
     72 
     73 include "dev/wscons/files.wscons"
     74 
     75 device	xe: arp, ether, ifnet
     76 attach	xe at intio: nextdma
     77 file	arch/next68k/dev/mb8795.c	xe
     78 file	arch/next68k/dev/if_xe.c	xe needs-flag
     79 
     80 device	nextdisplay: wsemuldisplaydev, wsrasteremulops
     81 attach	nextdisplay at mainbus
     82 file	arch/next68k/dev/nextdisplay.c	nextdisplay needs-flag
     83 
     84 device	nextkbd: wskbddev
     85 attach	nextkbd at intio
     86 file	arch/next68k/dev/nextkbd.c		nextkbd needs-flag
     87 file	arch/next68k/dev/wskbdmap_next.c	nextkbd
     88 file	arch/next68k/dev/nextcons.c		nextkbd
     89 
     90 attach	esp at intio: nextdma
     91 file	arch/next68k/dev/esp.c		esp needs-flag
     92 
     93 # Memory disk for boot tape
     94 file	dev/md_root.c			memory_disk_hooks
     95 
     96 # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
     97 include "compat/aoutm68k/files.aoutm68k"
     98 
     99 # SunOS Binary Compatibility (COMPAT_SUNOS)
    100 include "compat/sunos/files.sunos"
    101 file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    102 
    103 # SVR4 Binary Compatibility (COMPAT_SVR4)
    104 include "compat/svr4/files.svr4"
    105 
    106 # Linux binary compatibility (COMPAT_LINUX)
    107 include "compat/linux/files.linux"
    108 include "compat/linux/arch/m68k/files.linux_m68k"
    109 file arch/m68k/m68k/linux_trap.c		compat_linux
    110 
    111 # OSS audio driver compatibility
    112 include "compat/ossaudio/files.ossaudio"
    113 
    114 include "arch/next68k/conf/majors.next68k"
    115