Home | History | Annotate | Line # | Download | only in conf
files.news68k revision 1.27.12.1
      1 #	$NetBSD: files.news68k,v 1.27.12.1 2007/02/26 09:07:36 yamt Exp $
      2 
      3 #	NEWS68K-specific configuration info
      4 
      5 # maxpartitions must be first item in files.${ARCH}.
      6 maxpartitions 8
      7 
      8 maxusers 2 8 64
      9 
     10 device mainbus { [systype = -1] }
     11 attach mainbus at root
     12 
     13 file	arch/news68k/news68k/autoconf.c
     14 file	arch/news68k/news68k/bus_space.c
     15 #file	arch/news68k/news68k/cons_machdep.c
     16 file	arch/news68k/news68k/clock.c
     17 file	arch/news68k/news68k/disksubr.c		disk
     18 file	arch/news68k/news68k/isr.c
     19 file	arch/news68k/news68k/machdep.c
     20 file	arch/news68k/news68k/mainbus.c
     21 file	arch/news68k/news68k/mem.c
     22 file	arch/news68k/news68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
     23 file	arch/news68k/news68k/softintr.c
     24 file	arch/news68k/news68k/trap.c
     25 file	arch/m68k/m68k/cacheops.c
     26 file	arch/m68k/m68k/db_memrw.c		ddb | kgdb
     27 file	arch/m68k/m68k/pmap_motorola.c
     28 file	arch/m68k/m68k/procfs_machdep.c		procfs
     29 file	arch/m68k/m68k/sys_machdep.c
     30 file	arch/m68k/m68k/vm_machdep.c
     31 file	dev/cons.c
     32 
     33 # Emulation modules
     34 # 6888x emulator (FPU_EMULATE)
     35 include	"arch/m68k/fpe/files.fpe"
     36 
     37 # HYPER-BUS
     38 device hb { addr = 0, [ipl = -1], [vect = -1] }
     39 attach hb at mainbus
     40 file arch/news68k/dev/hb.c			hb
     41 
     42 # I/O Processor
     43 #device iop { [addr = -1], [ipl = -1] }
     44 #attach iop at mainbus
     45 #file arch/news68k/dev/iop.c			iop
     46 
     47 # interval timer
     48 device timer
     49 attach timer at hb with timer_hb
     50 file arch/news68k/dev/timer_hb.c		timer_hb
     51 
     52 # MK48T02 TOD clock and NVRAM
     53 device mkclock: mk48txx
     54 attach mkclock at hb with mkclock_hb
     55 file arch/news68k/dev/mkclock_hb.c		mkclock_hb
     56 
     57 # Lance ethernet (device defined in sys/conf/files)
     58 #device le: ifnet, ether, arp
     59 attach le at hb: le24
     60 file arch/news68k/dev/if_le.c			le needs-count
     61 
     62 # keyboard/mouse
     63 
     64 device kbc {}
     65 attach kbc at hb
     66 file arch/news68k/dev/kbc.c			kbc
     67 
     68 include "dev/wscons/files.wscons"
     69 
     70 device kb: wskbddev
     71 file arch/news68k/dev/kb.c			kb needs-flag
     72 file dev/news/newskeymap.c			kb
     73 attach kb at kbc with kb_kbc
     74 file arch/news68k/dev/kb_kbc.c			kb_kbc
     75 attach kb at hb with kb_hb
     76 file arch/news68k/dev/kb_hb.c			kb_hb
     77 
     78 device ms: wsmousedev
     79 file arch/news68k/dev/ms.c			ms needs-flag
     80 attach ms at kbc with ms_kbc
     81 file arch/news68k/dev/ms_kbc.c			ms_kbc
     82 attach ms at hb with ms_hb
     83 file arch/news68k/dev/ms_hb.c			ms_hb
     84 
     85 # serial
     86 device zsc { [channel = -1] }
     87 attach zsc at hb
     88 file arch/news68k/dev/zs.c			zsc needs-count
     89 file dev/ic/z8530sc.c				zsc
     90 
     91 device zstty: tty
     92 attach zstty at zsc
     93 file dev/ic/z8530tty.c				zstty needs-count
     94 
     95 # framebuffers
     96 include "dev/wsfont/files.wsfont"
     97 include "dev/rasops/files.rasops"
     98 
     99 #device cfb: wsemuldisplaydev, rasops8
    100 #attach cfb at hb
    101 #file arch/news68k/dev/cfb.c			cfb needs-flag
    102 
    103 # floppy; not yet
    104 device fdc {}
    105 attach fdc at hb
    106 device fd: disk
    107 attach fd at fdc
    108 file arch/news68k/dev/fd.c			fdc | fd needs-flag
    109 
    110 # Machine-independent SCSI driver
    111 include "dev/scsipi/files.scsipi"
    112 
    113 # Sony CXD1180 SCSI controller
    114 device si: scsi, ncr5380sbc
    115 file arch/news68k/dev/si.c			si needs-flag
    116 attach si at hb
    117 
    118 # memory disk
    119 file	dev/md_root.c				memory_disk_hooks
    120 
    121 # NetBSD m68k a.out binary compatibility (COMPAT_AOUT_M68K)
    122 include "compat/aoutm68k/files.aoutm68k"
    123 
    124 # SVR4 Binary Compatibility (COMPAT_SVR4)
    125 include	"compat/svr4/files.svr4"
    126 
    127 # SunOS binary compatibility (COMPAT_SUNOS)
    128 include	"compat/sunos/files.sunos"
    129 file	arch/m68k/m68k/sunos_machdep.c		compat_sunos
    130 
    131 # NEWS-OS binary compatibility (COMPAT_NEWSOS)
    132 #include	"compat/newsos/files.newsos"
    133 #file	arch/m68k/m68k/newsos_machdep.c		compat_newsos
    134 
    135 # Linux binary compatibility (COMPAT_LINUX)
    136 include	"compat/linux/files.linux"
    137 include	"compat/linux/arch/m68k/files.linux_m68k"
    138 file arch/m68k/m68k/linux_trap.c		compat_linux
    139 
    140 # OSS audio driver compatibility
    141 include	"compat/ossaudio/files.ossaudio"
    142 
    143 include "arch/news68k/conf/majors.news68k"
    144