DEJIKO revision 1.2 1 # $NetBSD: DEJIKO,v 1.2 2000/09/24 15:59:36 jdolecek Exp $
2 #
3 # NEWS5000 example
4
5 include "arch/newsmips/conf/std.newsmips"
6
7 maxusers 16
8
9 options news5000
10 options MIPS3 # R4000 support
11 options MIPS3_L2CACHE_PRESENT
12 options CPU_SINGLE
13
14 # Debugging options
15 options DDB # kernel dynamic debugger
16 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
17 #options DEBUG # extra kernel debugging support
18 options DIAGNOSTIC # extra kernel sanity checking
19
20 # Compatibility options
21 options COMPAT_43 # compatibility with 4.3BSD binaries
22 options COMPAT_12 # NetBSD 1.2 binary compatibility
23 options COMPAT_13 # NetBSD 1.3 binary compatibility
24 options COMPAT_14 # NetBSD 1.4 binary compatibility
25
26 # Filesystem options
27 file-system FFS # Berkeley Fast Filesystem
28 file-system NFS # Sun NFS-compatible filesystem client
29 file-system KERNFS # kernel data-structure filesystem
30 file-system MFS # memory-based filesystem
31
32 options INET # Internet protocols
33 options NFS_BOOT_BOOTPARAM
34
35 config netbsd root on ? type nfs
36
37 mainbus0 at root
38
39 cpu0 at mainbus0
40 ap0 at mainbus0
41
42 mkclock* at ap?
43 sn* at ap? # SONIC Ethernet
44
45 zsc0 at ap?
46 zstty0 at zsc0 channel 0 # tty00
47 zstty1 at zsc0 channel 1 # tty01
48
49 pseudo-device loop # loopback interface; required
50 pseudo-device pty # pseudo-terminals
51 pseudo-device bpfilter 16 # Berkeley Packet Filter
52