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