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