WAPIKO revision 1.5
1# 2# NEWS3400 config file 3# 4# $NetBSD: WAPIKO,v 1.5 1998/06/26 01:54:03 lukem Exp $ 5# 6include "arch/newsmips/conf/std.newsmips" 7 8maxusers 16 9 10options news3400 11options MIPS1 # R2000/R3000 support 12options CPU_SINGLE 13 14# Standard system options 15options KTRACE # system call tracing support 16options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 17#options UCONSOLE # users can redirect console (unsafe) 18 19options UVM 20 21# Debugging options 22options DDB # kernel dynamic debugger 23options 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 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 39 40# Networking options 41options INET # Internet protocols 42options PFIL_HOOKS # pfil(9) packet filter hooks 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 # onboard LANCE ethernet 55#le1 at hb0 addr 0xb8c30000 56 57kb0 at hb0 addr 0xbfd00000 # keyboard 58ms0 at hb0 addr 0xbfd00004 # mouse 59 60zsc0 at hb0 addr 0xbfec0000 # onboard 61zsc1 at hb0 addr 0xb8c40100 62zsc2 at hb0 addr 0xb8c40104 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 # framebuffer 71 72sc0 at hb0 addr 0xbfe00100 # onboard 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 79#pseudo-device vnd 4 # disk-like interface to files 80#pseudo-device ccd 4 # concatenated and striped disks 81pseudo-device loop # loopback interface; required 82pseudo-device pty 32 # pseudo-terminals 83pseudo-device bpfilter 16 # Berkeley Packet Filter 84pseudo-device ipfilter # ip filter 85