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