ARCTIC revision 1.74 1 # $NetBSD: ARCTIC,v 1.74 2024/01/29 18:27:10 christos Exp $
2 # $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
3 #
4 # configuration file for DeskStation
5 #
6
7 include "arch/arc/conf/std.arc"
8
9 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10
11 maxusers 32 # estimated number of users
12
13 # Platform support
14 options PLATFORM_DESKTECH_ARCSTATION_I # DeskStation rPC44
15 options PLATFORM_DESKTECH_TYNE # DeskStation Tyne
16
17 # Misc. arc-specific options
18 options PCCONS_FORCE_WORD # Max out at 16bit accesses to the
19 # VGA memory
20
21 # Standard system options
22
23 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 options NTP # NTP phase/frequency locked loop
25
26 options KTRACE # system call tracing via ktrace(1)
27
28 options SYSVMSG # System V-like message queues
29 options SYSVSEM # System V-like semaphores
30 options SYSVSHM # System V-like memory sharing
31
32 options USERCONF # userconf(4) support
33 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
34 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
35
36 # Diagnostic/debugging support options
37 options DIAGNOSTIC # cheap kernel consistency checks
38 #options DEBUG # expensive debugging checks/support
39 options DDB # in-kernel debugger
40 pseudo-device ksyms
41 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
42 #options KGDB # remote gdb
43 #options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600)
44 #options KGDB_DEV="17*256+0" # device for kernel gdb
45 #makeoptions DEBUG="-g" # compile full symbol table
46
47 # Compatibility options
48 include "conf/compat_netbsd10.config"
49 options COMPAT_386BSD_MBRPART # recognize old partition ID
50
51 # mipsel specific
52 options COMPAT_ULTRIX # Ultrix binary compatibility
53 options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
54
55 # File systems
56 file-system FFS # fast filesystem
57 #file-system EXT2FS # second extended file system (linux)
58 #file-system LFS # log-structured file system
59 file-system MFS # memory file system
60 file-system NTFS # Windows/NT file system (experimental)
61 file-system CD9660 # ISO 9660 + Rock Ridge file system
62 file-system MSDOSFS # MS-DOS file system
63 file-system NFS # Network File System client
64 file-system FDESC # /dev/fd
65 file-system KERNFS # /kern
66 #file-system NULLFS # loopback file system
67 #file-system OVERLAY # overlay file system
68 file-system PROCFS # /proc
69 #file-system UMAPFS # NULLFS + uid and gid remapping
70 #file-system UNION # union file system
71 #file-system CODA # Coda File System; also needs vcoda (below)
72 file-system PTYFS # /dev/pts/N support
73
74 # File system options
75 options QUOTA # legacy UFS quotas
76 options QUOTA2 # new, in-filesystem UFS quotas
77 #options FFS_EI # FFS Endian Independent support
78 options NFSSERVER # Network File System server
79 #options FFS_NO_SNAPSHOT # No FFS snapshot support
80
81 # Networking options
82 #options GATEWAY # IP packet forwarding
83 options INET # IP + ICMP + TCP + UDP
84 options INET6 # IPV6
85 #options IPSEC # IP security
86 #options IPSEC_DEBUG # debug for IP security
87 #options MROUTING # IP multicast routing
88 #options PIM # Protocol Independent Multicast
89 options NETATALK # AppleTalk networking protocols
90 options PPP_BSDCOMP # BSD-Compress compression support for PPP
91 options PPP_DEFLATE # Deflate compression support for PPP
92 options PPP_FILTER # Active filter support for PPP (requires bpf)
93 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
94
95 # JIT compiler for bpfilter
96 #options SLJIT
97 #options BPFJIT
98
99 # These options enable verbose messages for several subsystems.
100 # Warning, these may compile large string tables into the kernel!
101 #options EISAVERBOSE # verbose EISA device autoconfig messages
102 #options PCIVERBOSE # verbose PCI device autoconfig messages
103 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
104 options SCSIVERBOSE # human readable SCSI error messages
105
106 # wscons terminal emulation
107 options WSEMUL_VT100 # VT100 emulation
108 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
109
110 # Kernel root file system and dump configuration.
111 options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
112 config netbsd root on ? type ?
113
114 #
115 # Device configuration
116 #
117
118 mainbus0 at root
119 cpu* at mainbus0
120
121 #### ISA bus devices
122
123 # PLATFORM_DESKTECH_ARCSTATION_I
124 arcsisabr* at mainbus0 # DeskStation rPC44 ISA host bridge.
125 isa* at arcsisabr?
126
127 # PLATFORM_DESKTECH_TYNE
128 tyneisabr* at mainbus0 # DeskStation Tyne ISA host bridge.
129 isa* at tyneisabr?
130
131 #isadma0 at isa?
132
133 timer0 at isa? port 0x40 irq 0
134 mcclock0 at isa? port 0x70
135
136 pc0 at isa? irq 1 # generic PC console device
137 opms0 at isa? irq 12 # PS/2 auxiliary port mouse
138 #vga0 at isa?
139 #pckbc0 at isa? # PC keyboard controller
140 com0 at isa? port 0x3f8 irq 4
141 com1 at isa? port 0x2f8 irq 3
142 com2 at isa? port 0x3e8 irq 4
143 com3 at isa? port 0x2e8 irq 3
144 ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards
145 com* at ast? slave ?
146
147 # Joystick driver. Probe is a little strange; add only if you have one.
148 joy0 at isa? port 0x201
149
150 # ISA ST506, ESDI, and IDE controllers
151 # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
152 # fall back to 16bits I/O if 32bits I/O are not functional).
153 # Some controllers pass the initial 32bit test, but will fail later.
154 wdc0 at isa? port 0x1f0 irq 14 flags 0x00
155 wdc1 at isa? port 0x170 irq 15 flags 0x00
156 #wdc* at isapnp?
157
158 # ISA parallel printer interfaces
159 lpt0 at isa? port 0x378 irq 7
160
161 # ISA network interfaces
162 ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
163 ep0 at isa? port ? irq ? # 3C509 ethernet cards
164 ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
165 ne1 at isa? port 0x300 irq 10
166 #ne* at isapnp? # NE[12]000 PnP ethernet
167 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
168 we1 at isa? port 0x300 iomem 0xcc000 irq 10
169
170 #aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
171 #aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
172 btl0 at isa? port 0x330 irq ? drq ?
173 #wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 SCSI
174 #wds1 at isa? port 0x358 irq 11 drq 5
175
176 # SCSI bus support
177 scsibus* at scsi?
178
179 #### SCSI bus devices
180
181 sd* at scsibus? target ? lun ?
182 st* at scsibus? target ? lun ?
183 cd* at scsibus? target ? lun ?
184 ch* at scsibus? target ? lun ?
185 ss* at scsibus? target ? lun ?
186 uk* at scsibus? target ? lun ?
187
188 # ATA (IDE) bus support
189 atabus* at ata?
190
191 # IDE drives
192 # Flags are used only with controllers that support DMA operations
193 # and mode settings (e.g. some pciide controllers)
194 # The lowest order four bits (rightmost digit) of the flags define the PIO
195 # mode to use, the next set of four bits the DMA mode and the third set the
196 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
197 # to use, and the last bit must be 1 for this setting to be used.
198 # For DMA and UDMA, 0xf (1111) means 'disable'.
199 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
200 # (0xc=1100, 0xa=1010, 0xf=1111)
201 # 0x0000 means "use whatever the drive claims to support".
202 wd* at atabus? drive ? flags 0x0000
203
204 # ATAPI bus support
205 atapibus* at atapi?
206
207 #### ATAPI bus devices
208
209 # flags have the same meaning as for IDE drives.
210 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
211 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
212 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
213
214 #### Workstation Console attachments
215
216 #wsdisplay* at vga?
217 #wsdisplay* at tga?
218 #pckbd* at pckbc? # PC keyboard (kbd port)
219 #wskbd* at pckbd?
220 #pms* at pckbc? # PS/2-style mouse (aux port)
221 #wsmouse* at pms?
222
223 #### Pseudo devices
224
225 # disk/mass storage pseudo-devices
226 pseudo-device ccd # concatenated/striped disk devices
227 #pseudo-device raid # RAIDframe disk driver
228 #pseudo-device fss # file system snapshot device
229 pseudo-device md # memory disk device (ramdisk)
230 pseudo-device vnd # disk-like interface to files
231
232 # network pseudo-devices
233 pseudo-device bpfilter # Berkeley packet filter
234 pseudo-device npf # NPF packet filter
235 pseudo-device loop # network loopback
236 pseudo-device ppp # Point-to-Point Protocol
237 pseudo-device sl # Serial Line IP
238 pseudo-device tun # network tunneling over tty
239 #pseudo-device gre # generic L3 over IP tunnel
240 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
241 #pseudo-device faith # IPv[46] tcp relay translation i/f
242 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
243 pseudo-device vlan # IEEE 802.1q encapsulation
244
245 # miscellaneous pseudo-devices
246 pseudo-device pty # pseudo-terminals
247 #pseudo-device sequencer # MIDI sequencer
248 # rnd works; RND_COM does not on port arc yet.
249 #options RND_COM # use "com" randomness as well (BROKEN)
250 pseudo-device clockctl # user control of clock subsystem
251
252 # a pseudo device needed for Coda # also needs CODA (above)
253 #pseudo-device vcoda # coda minicache <-> venus comm.
254
255 # mouse & keyboard multiplexor pseudo-devices
256 #pseudo-device wsmux
257