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