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