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