1 1.9 tsutsui # $NetBSD: files.news68k,v 1.9 2000/10/04 16:35:43 tsutsui Exp $ 2 1.1 tsutsui 3 1.1 tsutsui # NEWS68K-specific configuration info 4 1.1 tsutsui 5 1.1 tsutsui defopt opt_fpuemulate.h FPU_EMULATE 6 1.1 tsutsui 7 1.1 tsutsui # maxpartitions must be first item in files.${ARCH}. 8 1.1 tsutsui maxpartitions 8 9 1.1 tsutsui 10 1.1 tsutsui maxusers 2 8 64 11 1.1 tsutsui 12 1.2 tsutsui device mainbus { [systype = -1] } 13 1.1 tsutsui attach mainbus at root 14 1.1 tsutsui 15 1.1 tsutsui file arch/news68k/news68k/autoconf.c 16 1.8 tsutsui file arch/news68k/news68k/bus_space.c 17 1.1 tsutsui file arch/news68k/news68k/conf.c 18 1.1 tsutsui file arch/news68k/news68k/clock.c 19 1.1 tsutsui file arch/news68k/news68k/db_memrw.c ddb | kgdb 20 1.1 tsutsui file arch/news68k/news68k/disksubr.c disk 21 1.1 tsutsui file arch/news68k/news68k/isr.c 22 1.1 tsutsui file arch/news68k/news68k/machdep.c 23 1.1 tsutsui file arch/news68k/news68k/mainbus.c 24 1.1 tsutsui file arch/news68k/news68k/mem.c 25 1.1 tsutsui file arch/news68k/news68k/pmap.c 26 1.1 tsutsui file arch/news68k/news68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 27 1.1 tsutsui file arch/news68k/news68k/sys_machdep.c 28 1.1 tsutsui file arch/news68k/news68k/trap.c 29 1.1 tsutsui file arch/news68k/news68k/vm_machdep.c 30 1.7 tsutsui file dev/clock_subr.c 31 1.1 tsutsui file dev/cons.c 32 1.1 tsutsui 33 1.1 tsutsui major { vnd = 6 } 34 1.1 tsutsui 35 1.1 tsutsui # Emulation modules 36 1.1 tsutsui # 6888x emulator (FPU_EMULATE) 37 1.1 tsutsui include "arch/m68k/fpe/files.fpe" 38 1.1 tsutsui 39 1.1 tsutsui # HYPER-BUS 40 1.1 tsutsui device hb { addr = 0, [ipl = -1], [vect = -1] } 41 1.1 tsutsui attach hb at mainbus 42 1.1 tsutsui file arch/news68k/dev/hb.c hb 43 1.1 tsutsui 44 1.1 tsutsui # I/O Proccesser 45 1.1 tsutsui #device iop { [addr = -1], [ipl = -1] } 46 1.1 tsutsui #attach iop at mainbus 47 1.1 tsutsui #file arch/news68k/dev/iop.c iop 48 1.1 tsutsui 49 1.1 tsutsui # MK48T02 RTC and NVRAM 50 1.9 tsutsui device clock: mk48txx 51 1.1 tsutsui attach clock at hb with clock_hb 52 1.1 tsutsui file arch/news68k/dev/clock_hb.c clock_hb 53 1.1 tsutsui 54 1.1 tsutsui # Lance ethernet (device defined in sys/conf/files) 55 1.1 tsutsui #device le: ifnet, ether, arp 56 1.1 tsutsui attach le at hb: le24 57 1.1 tsutsui file arch/news68k/dev/if_le.c le needs-count 58 1.1 tsutsui 59 1.1 tsutsui # mouse; not yet 60 1.1 tsutsui device ms 61 1.1 tsutsui attach ms at hb 62 1.1 tsutsui file arch/news68k/dev/ms.c ms needs-flag 63 1.1 tsutsui 64 1.1 tsutsui # keyboard; not yet 65 1.1 tsutsui device kb 66 1.1 tsutsui attach kb at hb 67 1.1 tsutsui file arch/news68k/dev/kb.c kb needs-flag 68 1.1 tsutsui file arch/news68k/dev/kbms_if.c kb | ms 69 1.1 tsutsui file arch/news68k/dev/keyconf.c kb 70 1.1 tsutsui file arch/news68k/dev/kb_ctrl.c kb 71 1.1 tsutsui file arch/news68k/dev/kb_encode.c kb 72 1.1 tsutsui 73 1.1 tsutsui # serial 74 1.1 tsutsui device zsc { [channel = -1] } 75 1.1 tsutsui attach zsc at hb 76 1.1 tsutsui file arch/news68k/dev/zs.c zsc needs-count 77 1.1 tsutsui file dev/ic/z8530sc.c zsc 78 1.1 tsutsui 79 1.1 tsutsui device zstty: tty 80 1.1 tsutsui attach zstty at zsc 81 1.1 tsutsui file dev/ic/z8530tty.c zstty needs-count 82 1.1 tsutsui 83 1.1 tsutsui # framebuffers; not yet 84 1.1 tsutsui device fb 85 1.1 tsutsui attach fb at hb 86 1.1 tsutsui file arch/news68k/dev/fb.c fb needs-flag 87 1.1 tsutsui file arch/news68k/dev/fb_conf.c fb 88 1.1 tsutsui file arch/news68k/dev/fb_mfbs.c fb 89 1.1 tsutsui file arch/news68k/dev/fb_probe.c fb 90 1.1 tsutsui file arch/news68k/dev/fb_start.c fb 91 1.1 tsutsui file arch/news68k/dev/fb_sub.c fb 92 1.1 tsutsui file arch/news68k/dev/fbbm_225.c fb 93 1.1 tsutsui file arch/news68k/dev/fbbm_514.c fb 94 1.1 tsutsui file arch/news68k/dev/bmcons.c fb 95 1.1 tsutsui file arch/news68k/dev/bitmapif.c fb 96 1.1 tsutsui file arch/news68k/dev/fnt.c fb 97 1.1 tsutsui file arch/news68k/dev/fnt24.c fb 98 1.1 tsutsui file arch/news68k/dev/vt100.c fb 99 1.1 tsutsui file arch/news68k/dev/vt100esc.c fb 100 1.1 tsutsui file arch/news68k/dev/vt100if.c fb 101 1.1 tsutsui 102 1.1 tsutsui # floppy; not yet 103 1.1 tsutsui device fdc {} 104 1.1 tsutsui attach fdc at hb 105 1.1 tsutsui device fd: disk 106 1.1 tsutsui attach fd at fdc 107 1.1 tsutsui file arch/news68k/dev/fd.c fdc | fd needs-flag 108 1.1 tsutsui 109 1.1 tsutsui # Machine-independent SCSI driver 110 1.1 tsutsui include "dev/scsipi/files.scsipi" 111 1.1 tsutsui major { sd = 0 } 112 1.1 tsutsui major { fd = 1 } 113 1.1 tsutsui major { cd = 16 } 114 1.1 tsutsui major { st = 17 } 115 1.1 tsutsui 116 1.1 tsutsui # Sony CXD1180 SCSI controller 117 1.5 tsutsui device si: scsi, ncr5380sbc 118 1.1 tsutsui file arch/news68k/dev/si.c si needs-flag 119 1.1 tsutsui attach si at hb 120 1.1 tsutsui 121 1.1 tsutsui # memory disk 122 1.1 tsutsui major {md = 2} 123 1.6 tsutsui file dev/md_root.c memory_disk_hooks 124 1.3 oster 125 1.3 oster # RAIDframe 126 1.4 soren major {raid = 32} 127 1.1 tsutsui 128 1.1 tsutsui # SVR4 Binary Compatibility (COMPAT_SVR4) 129 1.1 tsutsui include "compat/svr4/files.svr4" 130 1.1 tsutsui 131 1.1 tsutsui 132 1.1 tsutsui # SunOS binary compatibility (COMPAT_SUNOS) 133 1.1 tsutsui include "compat/sunos/files.sunos" 134 1.1 tsutsui file arch/m68k/m68k/sunos_machdep.c compat_sunos 135 1.1 tsutsui 136 1.1 tsutsui # NEWS-OS binary compatibility (COMPAT_NEWSOS) 137 1.1 tsutsui #include "compat/newsos/files.newsos" 138 1.1 tsutsui #file arch/m68k/m68k/newsos_machdep.c compat_newsos 139 1.1 tsutsui 140 1.1 tsutsui # Linux binary compatibility (COMPAT_LINUX) 141 1.1 tsutsui include "compat/linux/files.linux" 142 1.1 tsutsui include "compat/linux/arch/m68k/files.linux_m68k" 143 1.1 tsutsui 144 1.1 tsutsui # a.out binary compatibility (COMPAT_AOUT) 145 1.1 tsutsui include "compat/aout/files.aout" 146 1.1 tsutsui 147 1.1 tsutsui # OSS audio driver compatibility 148 1.1 tsutsui include "compat/ossaudio/files.ossaudio" 149