DEJIKO revision 1.5 1 # $NetBSD: DEJIKO,v 1.5 2002/04/12 08:11:12 gmcgarry Exp $
2 #
3 # Dejiko's sekai-seifuku NEWS5000 nyo.
4
5 include "arch/newsmips/conf/std.newsmips"
6
7 maxusers 16
8
9 options news5000
10 options MIPS3 # R4x00 support
11 options MIPS3_L2CACHE_PRESENT
12 options CPU_SINGLE # no I/O processor
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 #options USERCONF # userconf(4) support
20
21 # Filesystem options
22 file-system FFS # Berkeley Fast Filesystem
23 file-system MFS # memory-based filesystem
24 file-system NFS # Sun NFS-compatible filesystem client
25 file-system PROCFS # /proc
26 file-system CD9660 # ISO 9660 + Rock Ridge file system
27
28 # Networking options
29 options INET # Internet protocols
30 options IPFILTER_LOG # ipmon(8) log support
31 options NFS_BOOT_BOOTPARAM
32 options NFS_BOOTPARAM_NOGATEWAY
33
34 # Compatibility options
35 options COMPAT_43 # compatibility with 4.3BSD binaries
36 options COMPAT_14 # NetBSD 1.4 binary compatibility
37
38 # wscons options
39 options WSEMUL_VT100 # VT100 / VT220 emulation
40 options FONT_GALLANT12x22
41
42 config netbsd root on ? type ?
43
44 mainbus0 at root
45
46 cpu0 at mainbus0
47 ap0 at mainbus0
48
49 mkclock* at ap?
50 sn* at ap? # SONIC Ethernet
51 tlp* at ap?
52 dmac* at ap?
53 spifi* at ap? # SPIFI SCSI
54 zsc0 at ap? # ESCC
55 zstty0 at zsc0 channel 0 # tty00
56 zstty1 at zsc0 channel 1 # tty01
57
58 xafb* at ap?
59 kb0 at ap?
60 ms0 at ap?
61
62 wsdisplay* at xafb? console ?
63 wskbd* at kb? console ?
64 wsmouse* at ms?
65
66 scsibus* at spifi?
67 sd* at scsibus? target ? lun ? # SCSI disks
68 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
69
70 pseudo-device loop # loopback interface; required
71 pseudo-device ipfilter # ip filter
72 pseudo-device bpfilter 16 # Berkeley Packet Filter
73 pseudo-device vnd 4 # disk-like interface to files
74 pseudo-device pty # pseudo-terminals
75 pseudo-device rnd # /dev/random and in-kernel generator
76