WAPIKO revision 1.29
1# 2# NEWS3400 config file 3# 4# $NetBSD: WAPIKO,v 1.29 2005/07/31 04:04:43 yamt 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 37options COMPAT_20 # NetBSD 2.0 binary compatibility 38#options EXEC_AOUT # exec a.out binaries 39#options EXEC_ECOFF # exec ecoff binaries 40options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 41 42# Filesystem options 43file-system FFS # Berkeley Fast Filesystem 44#file-system NFS # Sun NFS-compatible filesystem client 45file-system MFS # memory-based filesystem 46file-system PROCFS # /proc 47options FFS_NO_SNAPSHOT # No FFS snapshots 48 49# Networking options 50options INET # Internet protocols 51options IPFILTER_LOG # ipmon(8) log support 52 53config netbsd root on ? type ? 54 55mainbus0 at root 56 57cpu0 at mainbus0 58hb0 at mainbus0 59 60mkclock0 at hb0 addr 0xbff40000 # MK48T02 realtime clock 61 62le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 63le1 at hb0 addr 0xb8c30000 level 0 64 65kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 66ms0 at hb0 addr 0xbfd00004 level 2 # mouse 67 68zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 69zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board 70zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1 71zstty0 at zsc0 channel 0 # tty00 72zstty1 at zsc0 channel 1 # tty01 73zstty2 at zsc1 channel 0 # tty02 74zstty3 at zsc1 channel 1 # tty03 75zstty4 at zsc2 channel 0 # tty04 76zstty5 at zsc2 channel 1 # tty05 77 78fb0 at hb0 addr 0x88000000 # frame buffer 79 80sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 81scsibus0 at sc0 82 83sd* at scsibus? target ? lun ? # SCSI disks 84#st* at scsibus? target ? lun ? # SCSI tapes 85#cd* at scsibus? target ? lun ? # SCSI CD-ROMs 86 87options WSEMUL_VT100 # VT100 / VT220 emulation 88options FONT_GALLANT12x22 89 90wsdisplay0 at fb? console ? 91wskbd0 at kb? console ? 92wsmouse0 at ms? 93 94pseudo-device vnd 4 # disk-like interface to files 95#pseudo-device ccd 4 # concatenated and striped disks 96#pseudo-device fss 4 # file system snapshot device 97pseudo-device loop # loopback interface; required 98pseudo-device pty # pseudo-terminals 99pseudo-device bpfilter 16 # Berkeley Packet Filter 100pseudo-device ipfilter # ip filter 101pseudo-device rnd # /dev/random and in-kernel generator 102pseudo-device clockctl # user control of clock subsystem 103