DEJIKO revision 1.10
1# $NetBSD: DEJIKO,v 1.10 2004/03/15 16:56:55 rafal 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 22# Filesystem options 23file-system FFS # Berkeley Fast Filesystem 24file-system MFS # memory-based filesystem 25file-system NFS # Sun NFS-compatible filesystem client 26file-system PROCFS # /proc 27file-system CD9660 # ISO 9660 + Rock Ridge file system 28 29# Networking options 30options INET # Internet protocols 31options IPFILTER_LOG # ipmon(8) log support 32options NFS_BOOT_BOOTPARAM 33options NFS_BOOTPARAM_NOGATEWAY 34 35# Compatibility options 36options COMPAT_43 # compatibility with 4.3BSD binaries 37options COMPAT_14 # NetBSD 1.4 binary compatibility 38options COMPAT_16 # NetBSD 1.6 binary compatibility 39 40# wscons options 41options WSEMUL_VT100 # VT100 / VT220 emulation 42options FONT_GALLANT12x22 43 44config netbsd root on ? type ? 45 46mainbus0 at root 47 48cpu0 at mainbus0 49ap0 at mainbus0 50 51mkclock* at ap? 52sn* at ap? # SONIC Ethernet 53tlp* at ap? 54dmac* at ap? 55spifi* at ap? # SPIFI SCSI 56zsc0 at ap? # ESCC 57zstty0 at zsc0 channel 0 # tty00 58zstty1 at zsc0 channel 1 # tty01 59 60xafb* at ap? 61kb0 at ap? 62ms0 at ap? 63 64wsdisplay* at xafb? console ? 65wskbd* at kb? console ? 66wsmouse* at ms? 67 68scsibus* at spifi? 69sd* at scsibus? target ? lun ? # SCSI disks 70cd* at scsibus? target ? lun ? # SCSI CD-ROMs 71 72pseudo-device loop # loopback interface; required 73pseudo-device ipfilter # ip filter 74pseudo-device bpfilter 16 # Berkeley Packet Filter 75pseudo-device vnd 4 # disk-like interface to files 76pseudo-device pty # pseudo-terminals 77pseudo-device rnd # /dev/random and in-kernel generator 78pseudo-device clockctl # user control of clock subsystem 79