1 # 2 # NEWS3400 config file 3 # 4 # $NetBSD: WAPIKO,v 1.4 1998/06/05 14:19:22 tsubai Exp $ 5 # 6 include "arch/newsmips/conf/std.newsmips" 7 8 maxusers 16 9 10 options news3400 11 options MIPS1 # R2000/R3000 support 12 options CPU_SINGLE 13 14 # Standard system options 15 options KTRACE # system call tracing support 16 options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 17 #options UCONSOLE # users can redirect console (unsafe) 18 19 options UVM 20 21 # Debugging options 22 options DDB # kernel dynamic debugger 23 options DDB_HISTORY_SIZE=100 # enable history editing in DDB 24 #options DEBUG # extra kernel debugging support 25 options DIAGNOSTIC # extra kernel sanity checking 26 options SCSIVERBOSE # Verbose SCSI errors 27 28 # Compatibility options 29 options COMPAT_43 # compatibility with 4.3BSD binaries 30 options COMPAT_12 # NetBSD 1.2 binary compatibility 31 options 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 36 file-system FFS # Berkeley Fast Filesystem 37 #file-system NFS # Sun NFS-compatible filesystem client 38 file-system MFS # memory-based filesystem 39 40 options FIFO # POSIX fifo support (in all filesystems) 41 42 # Networking options 43 options INET # Internet protocols 44 options PFIL_HOOKS # pfil(9) packet filter hooks 45 options IPFILTER_LOG # ipmon(8) log support 46 47 config netbsd root on ? type ? 48 49 mainbus0 at root 50 51 cpu0 at mainbus0 52 hb0 at mainbus0 53 54 mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 55 56 le0 at hb0 addr 0xbff80000 # onboard LANCE ethernet 57 #le1 at hb0 addr 0xb8c30000 58 59 kb0 at hb0 addr 0xbfd00000 # keyboard 60 ms0 at hb0 addr 0xbfd00004 # mouse 61 62 zsc0 at hb0 addr 0xbfec0000 # onboard 63 zsc1 at hb0 addr 0xb8c40100 64 zsc2 at hb0 addr 0xb8c40104 65 zstty0 at zsc0 channel 0 # tty00 66 zstty1 at zsc0 channel 1 # tty01 67 zstty2 at zsc1 channel 0 # tty02 68 zstty3 at zsc1 channel 1 # tty03 69 zstty4 at zsc2 channel 0 # tty04 70 zstty5 at zsc2 channel 1 # tty05 71 72 fb0 at hb0 addr 0x88000000 # framebuffer 73 74 sc0 at hb0 addr 0xbfe00100 # onboard cxd1185 SCSI controller 75 scsibus0 at sc0 76 77 sd* at scsibus? target ? lun ? # SCSI disks 78 #st* at scsibus? target ? lun ? # SCSI tapes 79 #cd* at scsibus? target ? lun ? # SCSI CD-ROMs 80 81 #pseudo-device vnd 4 # disk-like interface to files 82 #pseudo-device ccd 4 # concatenated and striped disks 83 pseudo-device loop # loopback interface; required 84 pseudo-device pty 32 # pseudo-terminals 85 pseudo-device bpfilter 16 # Berkeley Packet Filter 86 pseudo-device ipfilter # ip filter 87