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