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