1 # 2 # NEWS3400 config file 3 # 4 # $NetBSD: WAPIKO,v 1.14 2001/04/04 10:18:28 tsubai Exp $ 5 # 6 include "arch/newsmips/conf/std.newsmips" 7 8 maxusers 16 9 10 makeoptions COPTS="-O2 -pipe" 11 12 options news3400 13 options MIPS1 # R2000/R3000 support 14 options CPU_SINGLE 15 16 # Standard system options 17 options KTRACE # system call tracing support 18 #options UCONSOLE # users can redirect console (unsafe) 19 20 # Debugging options 21 options DDB # kernel dynamic debugger 22 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB 23 #options DEBUG # extra kernel debugging support 24 options DIAGNOSTIC # extra kernel sanity checking 25 options SCSIVERBOSE # Verbose SCSI errors 26 27 # Compatibility options 28 options COMPAT_43 # compatibility with 4.3BSD binaries 29 options COMPAT_12 # NetBSD 1.2 binary compatibility 30 options COMPAT_13 # NetBSD 1.3 binary compatibility 31 options COMPAT_14 # NetBSD 1.4 binary compatibility 32 #options EXEC_AOUT # exec a.out binaries 33 #options EXEC_ECOFF # exec ecoff binaries 34 35 # Filesystem options 36 file-system FFS # Berkeley Fast Filesystem 37 #file-system NFS # Sun NFS-compatible filesystem client 38 file-system MFS # memory-based filesystem 39 file-system PROCFS # /proc 40 41 # Networking options 42 options INET # Internet protocols 43 options IPFILTER_LOG # ipmon(8) log support 44 45 config netbsd root on ? type ? 46 47 mainbus0 at root 48 49 cpu0 at mainbus0 50 hb0 at mainbus0 51 52 mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 53 54 le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 55 le1 at hb0 addr 0xb8c30000 level 0 56 57 kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 58 ms0 at hb0 addr 0xbfd00004 level 2 # mouse 59 60 zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 61 zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board 62 zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1 63 zstty0 at zsc0 channel 0 # tty00 64 zstty1 at zsc0 channel 1 # tty01 65 zstty2 at zsc1 channel 0 # tty02 66 zstty3 at zsc1 channel 1 # tty03 67 zstty4 at zsc2 channel 0 # tty04 68 zstty5 at zsc2 channel 1 # tty05 69 70 fb0 at hb0 addr 0x88000000 # frame buffer 71 72 sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 73 scsibus0 at sc0 74 75 sd* at scsibus? target ? lun ? # SCSI disks 76 #st* at scsibus? target ? lun ? # SCSI tapes 77 #cd* at scsibus? target ? lun ? # SCSI CD-ROMs 78 79 options WSEMUL_VT100 # VT100 / VT220 emulation 80 options FONT_GALLANT12x22 81 82 wsdisplay0 at fb? console ? 83 wskbd0 at kb? console ? 84 wsmouse0 at ms? 85 86 pseudo-device vnd 4 # disk-like interface to files 87 #pseudo-device ccd 4 # concatenated and striped disks 88 pseudo-device loop # loopback interface; required 89 pseudo-device pty # pseudo-terminals 90 pseudo-device bpfilter 16 # Berkeley Packet Filter 91 pseudo-device ipfilter # ip filter 92 pseudo-device rnd # /dev/random and in-kernel generator 93