1 # $NetBSD: files.news68k,v 1.6 2000/10/02 15:24:09 tsutsui Exp $ 2 3 # NEWS68K-specific configuration info 4 5 defopt 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/conf.c 17 file arch/news68k/news68k/clock.c 18 file arch/news68k/news68k/db_memrw.c ddb | kgdb 19 file arch/news68k/news68k/disksubr.c disk 20 file arch/news68k/news68k/isr.c 21 file arch/news68k/news68k/machdep.c 22 file arch/news68k/news68k/mainbus.c 23 file arch/news68k/news68k/mem.c 24 file arch/news68k/news68k/pmap.c 25 file arch/news68k/news68k/pmap_bootstrap.c compile-with "${NOPROF_C}" 26 file arch/news68k/news68k/sys_machdep.c 27 file arch/news68k/news68k/trap.c 28 file arch/news68k/news68k/vm_machdep.c 29 file dev/cons.c 30 31 major { vnd = 6 } 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 Proccesser 43 #device iop { [addr = -1], [ipl = -1] } 44 #attach iop at mainbus 45 #file arch/news68k/dev/iop.c iop 46 47 # MK48T02 RTC and NVRAM 48 device clock 49 attach clock at hb with clock_hb 50 file arch/news68k/dev/clock_hb.c clock_hb 51 52 # Lance ethernet (device defined in sys/conf/files) 53 #device le: ifnet, ether, arp 54 attach le at hb: le24 55 file arch/news68k/dev/if_le.c le needs-count 56 57 # mouse; not yet 58 device ms 59 attach ms at hb 60 file arch/news68k/dev/ms.c ms needs-flag 61 62 # keyboard; not yet 63 device kb 64 attach kb at hb 65 file arch/news68k/dev/kb.c kb needs-flag 66 file arch/news68k/dev/kbms_if.c kb | ms 67 file arch/news68k/dev/keyconf.c kb 68 file arch/news68k/dev/kb_ctrl.c kb 69 file arch/news68k/dev/kb_encode.c kb 70 71 # serial 72 device zsc { [channel = -1] } 73 attach zsc at hb 74 file arch/news68k/dev/zs.c zsc needs-count 75 file dev/ic/z8530sc.c zsc 76 77 device zstty: tty 78 attach zstty at zsc 79 file dev/ic/z8530tty.c zstty needs-count 80 81 # framebuffers; not yet 82 device fb 83 attach fb at hb 84 file arch/news68k/dev/fb.c fb needs-flag 85 file arch/news68k/dev/fb_conf.c fb 86 file arch/news68k/dev/fb_mfbs.c fb 87 file arch/news68k/dev/fb_probe.c fb 88 file arch/news68k/dev/fb_start.c fb 89 file arch/news68k/dev/fb_sub.c fb 90 file arch/news68k/dev/fbbm_225.c fb 91 file arch/news68k/dev/fbbm_514.c fb 92 file arch/news68k/dev/bmcons.c fb 93 file arch/news68k/dev/bitmapif.c fb 94 file arch/news68k/dev/fnt.c fb 95 file arch/news68k/dev/fnt24.c fb 96 file arch/news68k/dev/vt100.c fb 97 file arch/news68k/dev/vt100esc.c fb 98 file arch/news68k/dev/vt100if.c fb 99 100 # floppy; not yet 101 device fdc {} 102 attach fdc at hb 103 device fd: disk 104 attach fd at fdc 105 file arch/news68k/dev/fd.c fdc | fd needs-flag 106 107 # Machine-independent SCSI driver 108 include "dev/scsipi/files.scsipi" 109 major { sd = 0 } 110 major { fd = 1 } 111 major { cd = 16 } 112 major { st = 17 } 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 major {md = 2} 121 file dev/md_root.c memory_disk_hooks 122 123 # RAIDframe 124 major {raid = 32} 125 126 # SVR4 Binary Compatibility (COMPAT_SVR4) 127 include "compat/svr4/files.svr4" 128 129 130 # SunOS binary compatibility (COMPAT_SUNOS) 131 include "compat/sunos/files.sunos" 132 file arch/m68k/m68k/sunos_machdep.c compat_sunos 133 134 # NEWS-OS binary compatibility (COMPAT_NEWSOS) 135 #include "compat/newsos/files.newsos" 136 #file arch/m68k/m68k/newsos_machdep.c compat_newsos 137 138 # Linux binary compatibility (COMPAT_LINUX) 139 include "compat/linux/files.linux" 140 include "compat/linux/arch/m68k/files.linux_m68k" 141 142 # a.out binary compatibility (COMPAT_AOUT) 143 include "compat/aout/files.aout" 144 145 # OSS audio driver compatibility 146 include "compat/ossaudio/files.ossaudio" 147