Home | History | Annotate | Line # | Download | only in conf
files.news68k revision 1.7
      1 #	$NetBSD: files.news68k,v 1.7 2000/10/03 13:49:24 tsutsui Exp $
      2 
      3 #	NEWS68K-specific configuration info
      4 
      5 defopt	opt_fpuemulate.h	FPU_EMULATE
      6 
      7 # maxpartitions must be first item in files.${ARCH}.
      8 maxpartitions 8
      9 
     10 maxusers 2 8 64
     11 
     12 device mainbus { [systype = -1] }
     13 attach mainbus at root
     14 
     15 file	arch/news68k/news68k/autoconf.c
     16 file	arch/news68k/news68k/conf.c
     17 file	arch/news68k/news68k/clock.c
     18 file	arch/news68k/news68k/db_memrw.c		ddb | kgdb
     19 file	arch/news68k/news68k/disksubr.c		disk
     20 file	arch/news68k/news68k/isr.c
     21 file	arch/news68k/news68k/machdep.c
     22 file	arch/news68k/news68k/mainbus.c
     23 file	arch/news68k/news68k/mem.c
     24 file	arch/news68k/news68k/pmap.c
     25 file	arch/news68k/news68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
     26 file	arch/news68k/news68k/sys_machdep.c
     27 file	arch/news68k/news68k/trap.c
     28 file	arch/news68k/news68k/vm_machdep.c
     29 file	dev/clock_subr.c
     30 file	dev/cons.c
     31 
     32 major { vnd = 6 }
     33 
     34 # Emulation modules
     35 # 6888x emulator (FPU_EMULATE)
     36 include	"arch/m68k/fpe/files.fpe"
     37 
     38 # HYPER-BUS
     39 device hb { addr = 0, [ipl = -1], [vect = -1] }
     40 attach hb at mainbus
     41 file arch/news68k/dev/hb.c			hb
     42 
     43 # I/O Proccesser
     44 #device iop { [addr = -1], [ipl = -1] }
     45 #attach iop at mainbus
     46 #file arch/news68k/dev/iop.c			iop
     47 
     48 # MK48T02 RTC and NVRAM
     49 device clock
     50 attach clock at hb with clock_hb
     51 file arch/news68k/dev/clock_hb.c		clock_hb
     52 
     53 # Lance ethernet (device defined in sys/conf/files)
     54 #device le: ifnet, ether, arp
     55 attach le at hb: le24
     56 file arch/news68k/dev/if_le.c			le needs-count
     57 
     58 # mouse; not yet
     59 device ms
     60 attach ms at hb
     61 file arch/news68k/dev/ms.c			ms needs-flag
     62 
     63 # keyboard; not yet
     64 device kb
     65 attach kb at hb
     66 file arch/news68k/dev/kb.c			kb needs-flag
     67 file arch/news68k/dev/kbms_if.c			kb | ms
     68 file arch/news68k/dev/keyconf.c			kb
     69 file arch/news68k/dev/kb_ctrl.c			kb
     70 file arch/news68k/dev/kb_encode.c		kb
     71 
     72 # serial
     73 device zsc { [channel = -1] }
     74 attach zsc at hb
     75 file arch/news68k/dev/zs.c			zsc needs-count
     76 file dev/ic/z8530sc.c				zsc
     77 
     78 device zstty: tty
     79 attach zstty at zsc
     80 file dev/ic/z8530tty.c				zstty needs-count
     81 
     82 # framebuffers; not yet
     83 device fb
     84 attach fb at hb
     85 file arch/news68k/dev/fb.c			fb needs-flag
     86 file arch/news68k/dev/fb_conf.c			fb
     87 file arch/news68k/dev/fb_mfbs.c			fb
     88 file arch/news68k/dev/fb_probe.c		fb
     89 file arch/news68k/dev/fb_start.c		fb
     90 file arch/news68k/dev/fb_sub.c			fb
     91 file arch/news68k/dev/fbbm_225.c		fb
     92 file arch/news68k/dev/fbbm_514.c		fb
     93 file arch/news68k/dev/bmcons.c			fb
     94 file arch/news68k/dev/bitmapif.c		fb
     95 file arch/news68k/dev/fnt.c			fb
     96 file arch/news68k/dev/fnt24.c			fb
     97 file arch/news68k/dev/vt100.c			fb
     98 file arch/news68k/dev/vt100esc.c		fb
     99 file arch/news68k/dev/vt100if.c			fb
    100 
    101 # floppy; not yet
    102 device fdc {}
    103 attach fdc at hb
    104 device fd: disk
    105 attach fd at fdc
    106 file arch/news68k/dev/fd.c			fdc | fd needs-flag
    107 
    108 # Machine-independent SCSI driver
    109 include "dev/scsipi/files.scsipi"
    110 major { sd = 0 }
    111 major { fd = 1 }
    112 major { cd = 16 }
    113 major { st = 17 }
    114 
    115 # Sony CXD1180 SCSI controller
    116 device si: scsi, ncr5380sbc
    117 file arch/news68k/dev/si.c			si needs-flag
    118 attach si at hb
    119 
    120 # memory disk
    121 major {md = 2}
    122 file	dev/md_root.c				memory_disk_hooks
    123 
    124 # RAIDframe
    125 major {raid = 32}
    126 
    127 # SVR4 Binary Compatibility (COMPAT_SVR4)
    128 include	"compat/svr4/files.svr4"
    129 
    130 
    131 # SunOS binary compatibility (COMPAT_SUNOS)
    132 include	"compat/sunos/files.sunos"
    133 file	arch/m68k/m68k/sunos_machdep.c		compat_sunos
    134 
    135 # NEWS-OS binary compatibility (COMPAT_NEWSOS)
    136 #include	"compat/newsos/files.newsos"
    137 #file	arch/m68k/m68k/newsos_machdep.c		compat_newsos
    138 
    139 # Linux binary compatibility (COMPAT_LINUX)
    140 include	"compat/linux/files.linux"
    141 include	"compat/linux/arch/m68k/files.linux_m68k"
    142 
    143 # a.out binary compatibility (COMPAT_AOUT)
    144 include "compat/aout/files.aout"
    145 
    146 # OSS audio driver compatibility
    147 include	"compat/ossaudio/files.ossaudio"
    148