Home | History | Annotate | Line # | Download | only in conf
files.news68k revision 1.19
      1 #	$NetBSD: files.news68k,v 1.19 2002/11/02 20:03:06 chs Exp $
      2 
      3 #	NEWS68K-specific configuration info
      4 
      5 defflag	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/cons_machdep.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/procfs_machdep.c	procfs
     28 file	arch/news68k/news68k/sys_machdep.c
     29 file	arch/news68k/news68k/trap.c
     30 file	arch/m68k/m68k/cacheops.c
     31 file	arch/m68k/m68k/vm_machdep.c
     32 file	dev/clock_subr.c
     33 file	dev/cons.c
     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 # interval timer
     50 device timer
     51 attach timer at hb with timer_hb
     52 file arch/news68k/dev/timer_hb.c		timer_hb
     53 
     54 # MK48T02 TOD clock and NVRAM
     55 device mkclock: mk48txx
     56 attach mkclock at hb with mkclock_hb
     57 file arch/news68k/dev/mkclock_hb.c		mkclock_hb
     58 
     59 # Lance ethernet (device defined in sys/conf/files)
     60 #device le: ifnet, ether, arp
     61 attach le at hb: le24
     62 file arch/news68k/dev/if_le.c			le needs-count
     63 
     64 # keyboard/mouse
     65 
     66 device kbc {}
     67 attach kbc at hb
     68 file arch/news68k/dev/kbc.c			kbc
     69 
     70 include "dev/wscons/files.wscons"
     71 
     72 device kb: wskbddev
     73 file arch/news68k/dev/kb.c			kb needs-flag
     74 file dev/news/newskeymap.c			kb
     75 attach kb at kbc with kb_kbc
     76 file arch/news68k/dev/kb_kbc.c			kb_kbc
     77 attach kb at hb with kb_hb
     78 file arch/news68k/dev/kb_hb.c			kb_hb
     79 
     80 device ms: wsmousedev
     81 file arch/news68k/dev/ms.c			ms needs-flag
     82 attach ms at kbc with ms_kbc
     83 file arch/news68k/dev/ms_kbc.c			ms_kbc
     84 attach ms at hb with ms_hb
     85 file arch/news68k/dev/ms_hb.c			ms_hb
     86 
     87 # serial
     88 device zsc { [channel = -1] }
     89 attach zsc at hb
     90 file arch/news68k/dev/zs.c			zsc needs-count
     91 file dev/ic/z8530sc.c				zsc
     92 
     93 device zstty: tty
     94 attach zstty at zsc
     95 file dev/ic/z8530tty.c				zstty needs-count
     96 
     97 # framebuffers
     98 include "dev/wsfont/files.wsfont"
     99 include "dev/rasops/files.rasops"
    100 
    101 #device cfb: wsemuldisplaydev, rasops8
    102 #attach cfb at hb
    103 #file arch/news68k/dev/cfb.c			cfb needs-flag
    104 
    105 # floppy; not yet
    106 device fdc {}
    107 attach fdc at hb
    108 device fd: disk
    109 attach fd at fdc
    110 file arch/news68k/dev/fd.c			fdc | fd needs-flag
    111 
    112 # Machine-independent SCSI driver
    113 include "dev/scsipi/files.scsipi"
    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 file	dev/md_root.c				memory_disk_hooks
    122 
    123 # NetBSD m68k a.out binary compatibility (COMPAT_AOUT_M68K)
    124 include "compat/aoutm68k/files.aoutm68k"
    125 
    126 # SVR4 Binary Compatibility (COMPAT_SVR4)
    127 include	"compat/svr4/files.svr4"
    128 
    129 # SunOS binary compatibility (COMPAT_SUNOS)
    130 include	"compat/sunos/files.sunos"
    131 file	arch/m68k/m68k/sunos_machdep.c		compat_sunos
    132 
    133 # NEWS-OS binary compatibility (COMPAT_NEWSOS)
    134 #include	"compat/newsos/files.newsos"
    135 #file	arch/m68k/m68k/newsos_machdep.c		compat_newsos
    136 
    137 # Linux binary compatibility (COMPAT_LINUX)
    138 include	"compat/linux/files.linux"
    139 include	"compat/linux/arch/m68k/files.linux_m68k"
    140 file arch/m68k/m68k/linux_trap.c		compat_linux
    141 
    142 # a.out binary compatibility (COMPAT_AOUT)
    143 include "compat/aout/files.aout"
    144 
    145 # OSS audio driver compatibility
    146 include	"compat/ossaudio/files.ossaudio"
    147 
    148 include "arch/news68k/conf/majors.news68k"
    149