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