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