1 # 2 # NEWS3400 config file 3 # 4 # $NetBSD: WAPIKO,v 1.51 2023/10/28 19:46:49 tsutsui Exp $ 5 # 6 include "arch/newsmips/conf/std.newsmips" 7 8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10 makeoptions COPTS="-O2 -fno-unwind-tables" 11 12 maxusers 16 13 14 options news3400 15 options MIPS1 # R2000/R3000 support 16 options CPU_SINGLE 17 18 # Standard system options 19 options KTRACE # system call tracing support 20 options USERCONF # userconf(4) support 21 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 22 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 23 24 # Debugging options 25 options DDB # kernel dynamic debugger 26 pseudo-device ksyms 27 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB 28 #options DEBUG # extra kernel debugging support 29 options DIAGNOSTIC # extra kernel sanity checking 30 options SCSIVERBOSE # Verbose SCSI errors 31 32 # Compatibility options 33 include "conf/compat_netbsd12.config" 34 #options EXEC_ECOFF # exec ecoff binaries 35 36 # Filesystem options 37 file-system FFS # Berkeley Fast Filesystem 38 #file-system NFS # Sun NFS-compatible filesystem client 39 file-system MFS # memory-based filesystem 40 file-system PROCFS # /proc 41 options FFS_NO_SNAPSHOT # No FFS snapshot support 42 #file-system PTYFS # /dev/pts/N support 43 44 # Networking options 45 options INET # Internet protocols 46 47 # JIT compiler for bpfilter 48 #options SLJIT 49 #options BPFJIT 50 51 config netbsd root on ? type ? 52 53 mainbus0 at root 54 55 cpu0 at mainbus0 56 hb0 at mainbus0 57 58 mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock 59 60 le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 61 le1 at hb0 addr 0xb8c30000 level 0 62 63 kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 64 ms0 at hb0 addr 0xbfd00004 level 2 # mouse 65 66 zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 67 zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board 68 zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1 69 zstty0 at zsc0 channel 0 # tty00 70 zstty1 at zsc0 channel 1 # tty01 71 zstty2 at zsc1 channel 0 # tty02 72 zstty3 at zsc1 channel 1 # tty03 73 zstty4 at zsc2 channel 0 # tty04 74 zstty5 at zsc2 channel 1 # tty05 75 76 fb0 at hb0 addr 0x88000000 # frame buffer 77 78 sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 79 scsibus0 at sc0 80 81 sd* at scsibus? target ? lun ? # SCSI disks 82 #st* at scsibus? target ? lun ? # SCSI tapes 83 #cd* at scsibus? target ? lun ? # SCSI CD-ROMs 84 85 options WSEMUL_VT100 # VT100 / VT220 emulation 86 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 87 #options FONT_GALLANT12x22 88 options FONT_SONY12x24 89 90 wsdisplay0 at fb? console ? 91 wskbd0 at kb? console ? 92 wsmouse0 at ms? 93 94 pseudo-device vnd # disk-like interface to files 95 #pseudo-device ccd # concatenated and striped disks 96 #pseudo-device fss # file system snapshot device 97 pseudo-device loop # loopback interface; required 98 pseudo-device pty # pseudo-terminals 99 pseudo-device bpfilter # Berkeley Packet Filter 100 pseudo-device npf # NPF packet filter 101 pseudo-device clockctl # user control of clock subsystem 102