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