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