Home | History | Annotate | Line # | Download | only in conf
files.next68k revision 1.15
      1 # $NetBSD: files.next68k,v 1.15 2000/03/14 15:56:56 oster 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 defopt opt_serial.h ZS_CONSOLE_ABORT
     12 defopt opt_serial.h SERCONSOLE
     13 
     14 device mainbus { }
     15 attach mainbus at root
     16 
     17 #
     18 # Internal i/o space
     19 #
     20 device	intio { [ ipl = -1 ] }
     21 attach	intio at mainbus
     22 file	arch/next68k/dev/intio.c		intio
     23 
     24 device	zsc { channel = -1 }
     25 attach	zsc at intio
     26 file	arch/next68k/dev/zs.c		zsc needs-flag
     27 file	dev/ic/z8530sc.c		zsc
     28 
     29 device	zstty: tty
     30 attach	zstty at zsc
     31 file	dev/ic/z8530tty.c		zstty needs-flag
     32 file	arch/next68k/dev/zs_kgdb.c		kgdb
     33 
     34 #file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
     35 file	arch/next68k/next68k/db_memrw.c	ddb | kgdb
     36 
     37 file	arch/m68k/m68k/cacheops.c
     38 
     39 # include "arch/m68k/fpe/files.fpe"
     40 
     41 file	arch/next68k/next68k/trap.c
     42 file	arch/next68k/next68k/mem.c
     43 file	arch/next68k/next68k/pmap.c
     44 file	arch/next68k/next68k/pmap_bootstrap.c
     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/nextrom.c
     53 file    arch/next68k/next68k/rtc.c
     54 file	arch/next68k/next68k/disksubr.c
     55 file	arch/next68k/next68k/kgdb_machdep.c   kgdb
     56 file	arch/next68k/next68k/stub.c	      kgdb
     57 
     58 #file    arch/next68k/dev/dbj_debug.c
     59 file 	arch/next68k/dev/bus_dma.c
     60 file    arch/next68k/dev/nextdma.c
     61 
     62 file	dev/cons.c
     63 file	dev/cninit.c
     64 
     65 file    dev/clock_subr.c
     66 
     67 include "dev/scsipi/files.scsipi"
     68 
     69 include "dev/wscons/files.wscons"
     70 
     71 device  xe: arp, ether, ifnet
     72 attach  xe at intio
     73 file    arch/next68k/dev/mb8795.c
     74 file    arch/next68k/dev/if_xe.c
     75 
     76 device  nextdisplay: wsemuldisplaydev, wsrasteremulops
     77 attach  nextdisplay at mainbus
     78 file    arch/next68k/dev/nextdisplay.c  nextdisplay needs-flag
     79 
     80 device  nextkbd: wskbddev
     81 attach  nextkbd at intio
     82 file    arch/next68k/dev/nextkbd.c      nextkbd needs-flag
     83 file	arch/next68k/dev/wskbdmap_next.c		nextkbd
     84 file    arch/next68k/dev/nextcons.c                     nextkbd
     85 
     86 device	esp: scsi, ncr53c9x, disk
     87 attach	esp at intio
     88 file	arch/next68k/dev/esp.c		esp needs-flag
     89 
     90 # Memory disk for boot tape
     91 file arch/next68k/dev/md_root.c		memory_disk_hooks
     92 major	{sd = 4}
     93 major	{cd = 6}
     94 major	{md = 13}
     95 
     96 # RAIDframe
     97 major	{raid = 20}
     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 
    110 # OSS audio driver compatibility
    111 include "compat/ossaudio/files.ossaudio"
    112