DEJIKO revision 1.4
1# $NetBSD: DEJIKO,v 1.4 2000/11/27 08:55:42 soren Exp $ 2# 3# Dejiko's sekai-seifuku NEWS5000 nyo. 4 5include "arch/newsmips/conf/std.newsmips" 6 7maxusers 16 8 9options news5000 10options MIPS3 # R4x00 support 11options MIPS3_L2CACHE_PRESENT 12options CPU_SINGLE # no I/O processor 13 14# Debugging options 15options DDB # kernel dynamic debugger 16options DDB_HISTORY_SIZE=100 # enable history editing in DDB 17#options DEBUG # extra kernel debugging support 18options DIAGNOSTIC # extra kernel sanity checking 19 20# Filesystem options 21file-system FFS # Berkeley Fast Filesystem 22file-system MFS # memory-based filesystem 23file-system NFS # Sun NFS-compatible filesystem client 24file-system PROCFS # /proc 25file-system CD9660 # ISO 9660 + Rock Ridge file system 26 27# Networking options 28options INET # Internet protocols 29options IPFILTER_LOG # ipmon(8) log support 30options NFS_BOOT_BOOTPARAM 31options NFS_BOOTPARAM_NOGATEWAY 32 33# Compatibility options 34options COMPAT_43 # compatibility with 4.3BSD binaries 35options COMPAT_14 # NetBSD 1.4 binary compatibility 36 37# wscons options 38options WSEMUL_VT100 # VT100 / VT220 emulation 39options FONT_GALLANT12x22 40 41config netbsd root on ? type ? 42 43mainbus0 at root 44 45cpu0 at mainbus0 46ap0 at mainbus0 47 48mkclock* at ap? 49sn* at ap? # SONIC Ethernet 50tlp* at ap? 51dmac* at ap? 52spifi* at ap? # SPIFI SCSI 53zsc0 at ap? # ESCC 54zstty0 at zsc0 channel 0 # tty00 55zstty1 at zsc0 channel 1 # tty01 56 57xafb* at ap? 58kb0 at ap? 59ms0 at ap? 60 61wsdisplay* at xafb? console ? 62wskbd* at kb? console ? 63wsmouse* at ms? 64 65scsibus* at spifi? 66sd* at scsibus? target ? lun ? # SCSI disks 67cd* at scsibus? target ? lun ? # SCSI CD-ROMs 68 69pseudo-device loop # loopback interface; required 70pseudo-device ipfilter # ip filter 71pseudo-device bpfilter 16 # Berkeley Packet Filter 72pseudo-device vnd 4 # disk-like interface to files 73pseudo-device pty # pseudo-terminals 74pseudo-device rnd # /dev/random and in-kernel generator 75