DEJIKO revision 1.30.2.2 1 # $NetBSD: DEJIKO,v 1.30.2.2 2017/12/03 11:36:32 jdolecek Exp $
2 #
3 # Dejiko's sekai-seifuku NEWS5000 nyo.
4
5 include "arch/newsmips/conf/std.newsmips"
6
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8
9 maxusers 16
10
11 options news5000
12 options MIPS3 # R4x00 support
13 options CPU_SINGLE # no I/O processor
14
15 # Debugging options
16 options DDB # kernel dynamic debugger
17 pseudo-device ksyms
18 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
19 #options DEBUG # extra kernel debugging support
20 options DIAGNOSTIC # extra kernel sanity checking
21 options USERCONF # userconf(4) support
22 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
23
24 # Filesystem options
25 file-system FFS # Berkeley Fast Filesystem
26 file-system MFS # memory-based filesystem
27 file-system NFS # Sun NFS-compatible filesystem client
28 file-system PROCFS # /proc
29 file-system CD9660 # ISO 9660 + Rock Ridge file system
30 #file-system PTYFS # /dev/pts/N support
31 options FFS_NO_SNAPSHOT # No FFS snapshot support
32
33 # Networking options
34 options INET # Internet protocols
35 options IPFILTER_LOG # ipmon(8) log support
36 options IPFILTER_LOOKUP # ippool(8) support
37 options IPFILTER_COMPAT # Compat for IP-Filter
38 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
39 options NFS_BOOT_BOOTPARAM
40 options NFS_BOOTPARAM_NOGATEWAY
41
42 # JIT compiler for bpfilter
43 #options SLJIT
44 #options BPFJIT
45
46 # Compatibility options
47 include "conf/compat_netbsd14.config"
48
49 # wscons options
50 options WSEMUL_VT100 # VT100 / VT220 emulation
51 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
52 options FONT_GALLANT12x22
53
54 config netbsd root on ? type ?
55
56 mainbus0 at root
57
58 cpu0 at mainbus0
59 ap0 at mainbus0
60
61 mkclock* at ap?
62 sn* at ap? # SONIC Ethernet
63 tlp* at ap?
64 dmac* at ap?
65 spifi* at ap? # SPIFI SCSI
66 zsc0 at ap? # ESCC
67 zstty0 at zsc0 channel 0 # tty00
68 zstty1 at zsc0 channel 1 # tty01
69
70 xafb* at ap?
71 kb0 at ap?
72 ms0 at ap?
73
74 wsdisplay* at xafb? console ?
75 wskbd* at kb? console ?
76 wsmouse* at ms?
77
78 scsibus* at spifi?
79 sd* at scsibus? target ? lun ? # SCSI disks
80 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
81
82 pseudo-device loop # loopback interface; required
83 pseudo-device ipfilter # ip filter
84 pseudo-device bpfilter # Berkeley Packet Filter
85 pseudo-device vnd # disk-like interface to files
86 pseudo-device pty # pseudo-terminals
87 pseudo-device clockctl # user control of clock subsystem
88 #pseudo-device fss # file system snapshot device
89