1 # $NetBSD: files.news68k,v 1.18 2002/10/26 13:50:37 jdolecek 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/vm_machdep.c 31 file dev/clock_subr.c 32 file dev/cons.c 33 34 # Emulation modules 35 # 6888x emulator (FPU_EMULATE) 36 include "arch/m68k/fpe/files.fpe" 37 38 # HYPER-BUS 39 device hb { addr = 0, [ipl = -1], [vect = -1] } 40 attach hb at mainbus 41 file arch/news68k/dev/hb.c hb 42 43 # I/O Proccesser 44 #device iop { [addr = -1], [ipl = -1] } 45 #attach iop at mainbus 46 #file arch/news68k/dev/iop.c iop 47 48 # interval timer 49 device timer 50 attach timer at hb with timer_hb 51 file arch/news68k/dev/timer_hb.c timer_hb 52 53 # MK48T02 TOD clock and NVRAM 54 device mkclock: mk48txx 55 attach mkclock at hb with mkclock_hb 56 file arch/news68k/dev/mkclock_hb.c mkclock_hb 57 58 # Lance ethernet (device defined in sys/conf/files) 59 #device le: ifnet, ether, arp 60 attach le at hb: le24 61 file arch/news68k/dev/if_le.c le needs-count 62 63 # keyboard/mouse 64 65 device kbc {} 66 attach kbc at hb 67 file arch/news68k/dev/kbc.c kbc 68 69 include "dev/wscons/files.wscons" 70 71 device kb: wskbddev 72 file arch/news68k/dev/kb.c kb needs-flag 73 file dev/news/newskeymap.c kb 74 attach kb at kbc with kb_kbc 75 file arch/news68k/dev/kb_kbc.c kb_kbc 76 attach kb at hb with kb_hb 77 file arch/news68k/dev/kb_hb.c kb_hb 78 79 device ms: wsmousedev 80 file arch/news68k/dev/ms.c ms needs-flag 81 attach ms at kbc with ms_kbc 82 file arch/news68k/dev/ms_kbc.c ms_kbc 83 attach ms at hb with ms_hb 84 file arch/news68k/dev/ms_hb.c ms_hb 85 86 # serial 87 device zsc { [channel = -1] } 88 attach zsc at hb 89 file arch/news68k/dev/zs.c zsc needs-count 90 file dev/ic/z8530sc.c zsc 91 92 device zstty: tty 93 attach zstty at zsc 94 file dev/ic/z8530tty.c zstty needs-count 95 96 # framebuffers 97 include "dev/wsfont/files.wsfont" 98 include "dev/rasops/files.rasops" 99 100 #device cfb: wsemuldisplaydev, rasops8 101 #attach cfb at hb 102 #file arch/news68k/dev/cfb.c cfb needs-flag 103 104 # floppy; not yet 105 device fdc {} 106 attach fdc at hb 107 device fd: disk 108 attach fd at fdc 109 file arch/news68k/dev/fd.c fdc | fd needs-flag 110 111 # Machine-independent SCSI driver 112 include "dev/scsipi/files.scsipi" 113 114 # Sony CXD1180 SCSI controller 115 device si: scsi, ncr5380sbc 116 file arch/news68k/dev/si.c si needs-flag 117 attach si at hb 118 119 # memory disk 120 file dev/md_root.c memory_disk_hooks 121 122 # NetBSD m68k a.out binary compatibility (COMPAT_AOUT_M68K) 123 include "compat/aoutm68k/files.aoutm68k" 124 125 # SVR4 Binary Compatibility (COMPAT_SVR4) 126 include "compat/svr4/files.svr4" 127 128 # SunOS binary compatibility (COMPAT_SUNOS) 129 include "compat/sunos/files.sunos" 130 file arch/m68k/m68k/sunos_machdep.c compat_sunos 131 132 # NEWS-OS binary compatibility (COMPAT_NEWSOS) 133 #include "compat/newsos/files.newsos" 134 #file arch/m68k/m68k/newsos_machdep.c compat_newsos 135 136 # Linux binary compatibility (COMPAT_LINUX) 137 include "compat/linux/files.linux" 138 include "compat/linux/arch/m68k/files.linux_m68k" 139 file arch/m68k/m68k/linux_trap.c compat_linux 140 141 # a.out binary compatibility (COMPAT_AOUT) 142 include "compat/aout/files.aout" 143 144 # OSS audio driver compatibility 145 include "compat/ossaudio/files.ossaudio" 146 147 include "arch/news68k/conf/majors.news68k" 148