MIMORI revision 1.1 1 # $NetBSD: MIMORI,v 1.1 2000/06/17 07:29:07 soda Exp $
2 # NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
3 #
4 # MIMORI -- URATA-san's NEC RISCstation 2250
5 #
6
7 include "arch/arc/conf/std.arc"
8
9 maxusers 32 # estimated number of users
10
11 # Standard system options
12
13 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
14 options NTP # NTP phase/frequency locked loop
15
16 options KTRACE # system call tracing via ktrace(1)
17
18 options SYSVMSG # System V-like message queues
19 options SYSVSEM # System V-like semaphores
20 options SYSVSHM # System V-like memory sharing
21 #options SHMMAXPGS=1024 # 1024 pages is the default
22
23 options LKM # loadable kernel modules
24
25 # Diagnostic/debugging support options
26 options DIAGNOSTIC # cheap kernel consistency checks
27 #options DEBUG # expensive debugging checks/support
28 #options KMEMSTATS # kernel memory statistics (vmstat -m)
29 options DDB # in-kernel debugger
30 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
31 #options KGDB # remote gdb
32 #options KGDBRATE=19200 # kernel gdb port rate (default 9600)
33 #options KGDBDEV="17*256+0" # device for kernel gdb
34 #makeoptions DEBUG="-g" # compile full symbol table
35
36 # Compatibility options
37 options COMPAT_10 # NetBSD 1.0,
38 options COMPAT_11 # NetBSD 1.1,
39 options COMPAT_12 # NetBSD 1.2,
40 options COMPAT_13 # NetBSD 1.3,
41 options COMPAT_14 # NetBSD 1.4,
42 options COMPAT_43 # and 4.3BSD
43 options COMPAT_386BSD_MBRPART # recognize old partition ID
44
45 # mipsel specific
46 #options COMPAT_ULTRIX # Ultrix binary compatibility
47 #options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
48
49 # File systems
50 file-system FFS # fast filesystem
51 #file-system EXT2FS # second extended file system (linux)
52 #file-system LFS # log-structured file system
53 file-system MFS # memory file system
54 file-system NTFS # Windows/NT file system (experimental)
55 file-system CD9660 # ISO 9660 + Rock Ridge file system
56 file-system MSDOSFS # MS-DOS file system
57 file-system NFS # Network File System client
58 file-system FDESC # /dev/fd
59 file-system KERNFS # /kern
60 file-system NULLFS # loopback file system
61 #file-system OVERLAY # overlay file system
62 #file-system PORTAL # portal filesystem (still experimental)
63 file-system PROCFS # /proc
64 #file-system UMAPFS # NULLFS + uid and gid remapping
65 #file-system UNION # union file system
66 #file-system CODA # Coda File System; also needs vcoda (below)
67
68 # File system options
69 #options QUOTA # FFS quotas
70 #options FFS_EI # FFS Endian Independent support
71 options SOFTDEP # FFS soft updates support.
72 options NFSSERVER # Network File System server
73 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
74 # immutable) behave as system flags.
75 # Networking options
76 #options GATEWAY # IP packet forwarding
77 options INET # IP + ICMP + TCP + UDP
78 options INET6 # IPV6
79 #options IPSEC # IP security
80 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
81 #options IPSEC_DEBUG # debug for IP security
82 #options MROUTING # IP multicast routing
83 #options NS # XNS
84 #options NSIP # XNS tunneling over IP
85 #options ISO,TPIP # OSI networking
86 #options EON # OSI tunneling over IP
87 #options CCITT,LLC,HDLC # X.25
88 #options NETATALK # AppleTalk networking protocols
89 options PPP_BSDCOMP # BSD-Compress compression support for PPP
90 options PPP_DEFLATE # Deflate compression support for PPP
91 options PPP_FILTER # Active filter support for PPP (requires bpf)
92 options PFIL_HOOKS # pfil(9) packet filter hooks
93 options IPFILTER_LOG # ipmon(8) log support
94
95 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
96 #options TCP_COMPAT_42
97
98 # These options enable verbose messages for several subsystems.
99 # Warning, these may compile large string tables into the kernel!
100 options EISAVERBOSE # verbose EISA device autoconfig messages
101 options PCIVERBOSE # verbose PCI device autoconfig messages
102 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
103 options SCSIVERBOSE # human readable SCSI error messages
104
105 # Kernel root file system and dump configuration.
106 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
107 config netbsd root on ? type ?
108 #config netbsd root on sd0a type ffs
109 #config netbsd root on ? type nfs
110
111 #
112 # Device configuration
113 #
114
115 mainbus0 at root
116 cpu* at mainbus0
117
118 #### Pica bus devices
119
120 pica* at mainbus0 # ACER Pica systems local bus.
121 aclock0 at pica?
122 #pc0 at pica?
123 #opms0 at pica?
124 #vga0 at pica? # Jazz localbus VGA
125 pckbc0 at pica? # PC keyboard controller
126 com0 at pica?
127 com1 at pica?
128 lpt0 at pica?
129 sn0 at pica?
130
131 fdc0 at pica?
132 fd* at fdc? drive ?
133
134 #siop0 at pica?
135 #scsibus* at siop?
136
137 #### PCI bus devices
138
139 necpb* at mainbus0 # NEC RISCstation PCI host bridge.
140 pci* at necpb?
141
142 #pcivga* at pci? dev ? function ?
143 #siop* at pci? dev ? function ?
144 #scsibus* at siop?
145 #de* at pci? dev ? function ?
146
147 ex* at pci? dev ? function ? # 3Com 90x[B]
148 fxp* at pci? dev ? function ? # Intel EtherExpress PRO
149 le* at pci? dev ? function ? # PCnet-PCI
150 ne* at pci? dev ? function ? # NE2000-compatible
151 tlp* at pci? dev ? function ? # DECchip 21x4x (and clones)
152 #options TLP_MATCH_21040
153 #options TLP_MATCH_21041
154 #options TLP_MATCH_21140
155 #options TLP_MATCH_21142
156
157 # IDE and related devices
158 # PCI IDE controllers - see pciide(4) for supported hardware.
159 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
160 # how to set up DMA modes for this chip. This may work, or may cause
161 # a machine hang with some controllers.
162 pciide* at pci ? dev ? function ? flags 0x0000
163 wd* at pciide? channel ? drive ? flags 0x0000
164 atapibus* at pciide? channel ?
165
166 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
167 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
168 scsibus* at ahc?
169
170 #### MII/PHY support
171
172 exphy* at mii? phy ? # 3Com internal PHYs
173 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
174 inphy* at mii? phy ? # Intel 82555 PHYs
175 iophy* at mii? phy ? # Intel 82553 PHYs
176 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
177 nsphy* at mii? phy ? # NS83840 PHYs
178 nsphyter* at mii? phy ? # NS83843 PHYs
179 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
180 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
181 tlphy* at mii? phy ? # ThunderLAN PHYs
182 tqphy* at mii? phy ? # TDK Semiconductor PHYs
183 ukphy* at mii? phy ? # generic unknown PHYs
184
185 #### SCSI bus devices
186
187 sd* at scsibus? target ? lun ?
188 st* at scsibus? target ? lun ?
189 cd* at scsibus? target ? lun ?
190 ch* at scsibus? target ? lun ?
191 ss* at scsibus? target ? lun ?
192 uk* at scsibus? target ? lun ?
193
194 #### ATAPI bus devices
195
196 # flags have the same meaning as for IDE drives.
197 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
198 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
199 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
200
201 #### Workstation Console attachments
202
203 #wsdisplay* at vga?
204 wsdisplay* at tga?
205 pckbd* at pckbc? # PC keyboard (kbd port)
206 wskbd* at pckbd?
207 pms* at pckbc? # PS/2-style mouse (aux port)
208 wsmouse* at pms?
209 #pmsi* at pckbc? # PS/2 "Intelli"mouse (aux port)
210 #wsmouse* at pmsi?
211
212 #### Pseudo devices
213
214 # disk/mass storage pseudo-devices
215 pseudo-device ccd 4 # concatenated/striped disk devices
216 #pseudo-device raid 4 # RAIDframe disk driver
217 pseudo-device md 1 # memory disk device (ramdisk)
218 pseudo-device vnd 4 # disk-like interface to files
219
220 # network pseudo-devices
221 pseudo-device bpfilter 8 # Berkeley packet filter
222 pseudo-device ipfilter # IP filter (firewall) and NAT
223 pseudo-device loop 1 # network loopback
224 pseudo-device ppp 2 # Point-to-Point Protocol
225 pseudo-device sl 2 # Serial Line IP
226 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
227 pseudo-device tun 2 # network tunneling over tty
228 pseudo-device gre 2 # generic L3 over IP tunnel
229 pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
230 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
231 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
232 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
233
234 # miscellaneous pseudo-devices
235 pseudo-device pty 64 # pseudo-terminals
236 pseudo-device tb 1 # tablet line discipline
237 #pseudo-device sequencer 1 # MIDI sequencer
238 # rnd works; RND_COM does not on port arc yet.
239 pseudo-device rnd # /dev/random and in-kernel generator
240 #options RND_COM # use "com" randomness as well (BROKEN)
241
242 # a pseudo device needed for Coda # also needs CODA (above)
243 #pseudo-device vcoda 4 # coda minicache <-> venus comm.
244
245 # mouse & keyboard multiplexor pseudo-devices
246 #pseudo-device wsmux 2
247