M403 revision 1.68 1 # $NetBSD: M403,v 1.68 2018/08/01 20:04:10 maxv Exp $
2 #
3 # configuration file for MIPS Magnum 4000 system
4 #
5
6 include "arch/arc/conf/std.arc"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 maxusers 32 # estimated number of users
11
12 # Platform support
13 options PLATFORM_MICROSOFT_JAZZ # MIPS Magnum
14
15 # Standard system options
16
17 options RTC_OFFSET=-540 # hardware clock is this many mins. (Japan)
18 options NTP # NTP phase/frequency locked loop
19
20 options KTRACE # system call tracing via ktrace(1)
21
22 options SYSVMSG # System V-like message queues
23 options SYSVSEM # System V-like semaphores
24 options SYSVSHM # System V-like memory sharing
25
26 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
27 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
28
29 # Diagnostic/debugging support options
30 options DIAGNOSTIC # cheap kernel consistency checks
31 #options DEBUG # expensive debugging checks/support
32 options DDB # in-kernel debugger
33 pseudo-device ksyms
34 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
35 #options KGDB # remote gdb
36 #options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600)
37 #options KGDB_DEV="17*256+0" # device for kernel gdb
38 #makeoptions DEBUG="-g" # compile full symbol table
39
40 # Compatibility options
41 include "conf/compat_netbsd10.config"
42 options COMPAT_386BSD_MBRPART # recognize old partition ID
43
44 # mipsel specific
45 options COMPAT_ULTRIX # Ultrix binary compatibility
46 options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
47
48 # File systems
49 file-system FFS # fast filesystem
50 #file-system EXT2FS # second extended file system (linux)
51 #file-system LFS # log-structured file system
52 file-system MFS # memory file system
53 file-system NTFS # Windows/NT file system (experimental)
54 file-system CD9660 # ISO 9660 + Rock Ridge file system
55 file-system MSDOSFS # MS-DOS file system
56 file-system NFS # Network File System client
57 file-system FDESC # /dev/fd
58 file-system KERNFS # /kern
59 #file-system NULLFS # loopback file system
60 #file-system OVERLAY # overlay file system
61 file-system PROCFS # /proc
62 #file-system UMAPFS # NULLFS + uid and gid remapping
63 #file-system UNION # union file system
64 #file-system CODA # Coda File System; also needs vcoda (below)
65 file-system PTYFS # /dev/pts/N support
66
67 # File system options
68 options QUOTA # legacy UFS quotas
69 options QUOTA2 # new, in-filesystem UFS quotas
70 #options FFS_EI # FFS Endian Independent support
71 options NFSSERVER # Network File System server
72 #options FFS_NO_SNAPSHOT # No FFS snapshot support
73 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
74 # immutable) behave as system flags.
75
76 # Networking options
77 #options GATEWAY # IP packet forwarding
78 options INET # IP + ICMP + TCP + UDP
79 options INET6 # IPV6
80 #options IPSEC # IP security
81 #options IPSEC_DEBUG # debug for IP security
82 #options MROUTING # IP multicast routing
83 #options PIM # Protocol Independent Multicast
84 options NETATALK # AppleTalk networking protocols
85 options PPP_BSDCOMP # BSD-Compress compression support for PPP
86 options PPP_DEFLATE # Deflate compression support for PPP
87 options PPP_FILTER # Active filter support for PPP (requires bpf)
88 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
89
90 # JIT compiler for bpfilter
91 #options SLJIT
92 #options BPFJIT
93
94 # These options enable verbose messages for several subsystems.
95 # Warning, these may compile large string tables into the kernel!
96 #options EISAVERBOSE # verbose EISA device autoconfig messages
97 #options PCIVERBOSE # verbose PCI device autoconfig messages
98 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
99 options SCSIVERBOSE # human readable SCSI error messages
100
101 # wscons terminal emulation
102 options WSEMUL_VT100 # VT100 emulation
103 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
104
105 # Kernel root file system and dump configuration.
106 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
107 config netbsd root on ? type ?
108
109 #
110 # Device configuration
111 #
112
113 mainbus0 at root
114 cpu* at mainbus0
115
116 #### Jazz-Internal bus devices
117
118 # PLATFORM_ACER_PICA_61
119 # PLATFORM_MICROSOFT_JAZZ
120 # PLATFORM_NEC_JC94
121 # PLATFORM_NEC_R94
122 # PLATFORM_NEC_R96
123 # PLATFORM_NEC_RAX94
124 # PLATFORM_NEC_RD94
125 jazzio* at mainbus0 # Jazz-Internal bus host bridge.
126
127 timer0 at jazzio?
128 mcclock0 at jazzio?
129 #pc0 at jazzio?
130 #opms0 at jazzio?
131 pckbc0 at jazzio? # PC keyboard controller
132 options COM_FREQ_MAGNUM=8192000 # 8.192 MHz - NEC M403
133 com0 at jazzio?
134 com1 at jazzio?
135 lpt0 at jazzio?
136 sn0 at jazzio?
137
138 fdc0 at jazzio?
139 fd* at fdc? drive ?
140
141 asc0 at jazzio? # NCR53C9x SCSI
142
143 #### ISA bus devices
144
145 # PLATFORM_ACER_PICA_61
146 # PLATFORM_MICROSOFT_JAZZ
147 # PLATFORM_NEC_R94
148 # PLATFORM_NEC_R96
149 jazzisabr* at mainbus0 # Jazz-(E)ISA bus bridge.
150 isa* at jazzisabr?
151
152 com2 at isa? port 0x3f8 irq 4
153 com3 at isa? port 0x2f8 irq 3
154
155 # SCSI bus support
156 scsibus* at scsi?
157
158 #### SCSI bus devices
159
160 sd* at scsibus? target ? lun ?
161 st* at scsibus? target ? lun ?
162 cd* at scsibus? target ? lun ?
163 ch* at scsibus? target ? lun ?
164 ss* at scsibus? target ? lun ?
165 uk* at scsibus? target ? lun ?
166
167 #### Workstation Console attachments
168
169 pckbd* at pckbc? # PC keyboard (kbd port)
170 wskbd* at pckbd?
171 pms* at pckbc? # PS/2-style mouse (aux port)
172 wsmouse* at pms?
173
174 #### Pseudo devices
175
176 # disk/mass storage pseudo-devices
177 pseudo-device ccd # concatenated/striped disk devices
178 #pseudo-device raid # RAIDframe disk driver
179 #pseudo-device fss # file system snapshot device
180 pseudo-device md # memory disk device (ramdisk)
181 pseudo-device vnd # disk-like interface to files
182
183 # network pseudo-devices
184 pseudo-device bpfilter # Berkeley packet filter
185 pseudo-device npf # NPF packet filter
186 pseudo-device loop # network loopback
187 pseudo-device ppp # Point-to-Point Protocol
188 pseudo-device sl # Serial Line IP
189 #pseudo-device strip # Starmode Radio IP (Metricom)
190 pseudo-device tun # network tunneling over tty
191 #pseudo-device gre # generic L3 over IP tunnel
192 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
193 #pseudo-device faith # IPv[46] tcp relay translation i/f
194 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
195 pseudo-device vlan # IEEE 802.1q encapsulation
196
197 # miscellaneous pseudo-devices
198 pseudo-device pty # pseudo-terminals
199 #pseudo-device sequencer # MIDI sequencer
200 # rnd works; RND_COM does not on port arc yet.
201 #options RND_COM # use "com" randomness as well (BROKEN)
202 pseudo-device clockctl # user control of clock subsystem
203
204 # a pseudo device needed for Coda # also needs CODA (above)
205 #pseudo-device vcoda # coda minicache <-> venus comm.
206
207 # mouse & keyboard multiplexor pseudo-devices
208 #pseudo-device wsmux
209