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