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