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