WGT624V3 revision 1.27
1#	$NetBSD: WGT624V3,v 1.27 2017/09/14 07:58:40 mrg Exp $
2
3include 	"arch/evbmips/conf/std.atheros"
4
5#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
6
7#ident 		"WGT624V3-$Revision: 1.27 $"
8
9maxusers	32
10
11makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
12makeoptions	ATH_MACHINE_HAL=ap51
13
14options 	MIPS32
15options 	NOFPU		# No FPU
16options 	FPEMUL		# emulate FPU insn
17options		WISOC_AR5315	# WiSoC select
18options		COM_ARBUS_BAUD=9600
19
20# Options for necessary to use MD
21#options 	MEMORY_DISK_HOOKS
22#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
23#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
24#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
25#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
26#options		MEMORY_DISK_ROOT_SIZE=7300
27
28# Size reduction options
29options 	VNODE_OP_NOINLINE
30options		PIPE_SOCKETPAIR
31options		SOSEND_NO_LOAN
32
33# Standard system options
34#options 	KTRACE		# system call tracing support
35#options 	SYSVMSG		# System V message queues
36#options 	SYSVSEM		# System V semaphores
37#options 	SYSVSHM		# System V shared memory
38options 	NTP		# network time protocol
39
40# Debugging options
41options 	DIAGNOSTIC	# extra kernel sanity checking
42#options 	DEBUG		# extra kernel debugging support
43#options 	USERCONF	# userconf(4) support
44#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
45options 	DDB		# kernel dynamic debugger
46options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
47makeoptions 	DEBUG="-g"	# compile full symbol table
48makeoptions	COPY_SYMTAB=1	# size for embedded symbol table
49
50# Compatibility options
51
52include         "conf/compat_netbsd50.config"
53
54#options 	EXEC_ECOFF	# exec ECOFF binaries
55#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
56
57# File systems
58file-system	FFS		# Berkeley Fast Filesystem
59file-system	MFS		# memory-based filesystem
60#file-system 	EXT2FS		# second extended file system (linux)
61file-system	NFS		# Sun NFS-compatible filesystem client
62#file-system	KERNFS		# kernel data-structure filesystem
63#file-system	NULLFS		# NULL layered filesystem
64#file-system 	OVERLAY		# overlay file system
65#file-system	FDESC		# user file descriptor filesystem
66#file-system	UMAPFS		# uid/gid remapping filesystem
67#file-system	LFS		# Log-based filesystem (still experimental)
68#file-system	PROCFS		# /proc
69#file-system	CD9660		# ISO 9660 + Rock Ridge file system
70#file-system	UNION		# union file system
71#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
72#file-system 	CODA		# Coda File System; also needs vcoda (below)
73#file-system	PTYFS		# /dev/pts/N support
74
75# File system options
76#options 	NFSSERVER	# Sun NFS-compatible filesystem server
77#options 	QUOTA		# legacy UFS quotas
78#options 	QUOTA2		# new, in-filesystem UFS quotas
79#options 	FFS_EI		# FFS Endian Independent support
80options 	WAPBL		# File system journaling support
81options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
82#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
83				# immutable) behave as system flags.
84
85# Networking options
86#options 	GATEWAY		# IP packet forwarding
87options 	INET		# Internet protocols
88#options 	INET6		# IPV6
89#options 	IPSEC		# IP security
90#options 	IPSEC_DEBUG	# debug for IP security
91#options 	MROUTING	# packet forwarding of multicast packets
92#options 	PIM		# Protocol Independent Multicast
93#options 	NETATALK	# AppleTalk (over Ethernet) protocol
94#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
95#options 	PPP_DEFLATE	# Deflate compression support for PPP
96#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
97#options 	IPFILTER_LOG	# ipmon(8) log support
98#options 	IPFILTER_LOOKUP	# ippool(8) support
99
100# JIT compiler for bpfilter
101#options	SLJIT
102#options	BPFJIT
103
104# These options enable verbose messages for several subsystems.
105# Warning, these may compile large string tables into the kernel!
106options 	MIIVERBOSE	# verbose PHY autoconfig messages
107
108# Bitmask for enabling the PCI IDE channels in the southbridge.
109# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
110#
111# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
112# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
113#options 	PCI_NETBSD_ENABLE_IDE=0x1
114
115options 	NFS_BOOT_DHCP
116options		NFS_V2_ONLY
117
118#config		netbsd	root on ? type ?
119config		netbsd	root on ae0 type nfs
120
121
122mainbus0 	at root
123cpu0 		at mainbus?
124wdog0		at mainbus?
125arbus0		at mainbus?
126
127com*		at arbus? addr ?
128ae*		at arbus? addr ?
129ath*		at arbus? addr ?
130athflash*	at arbus? addr ?
131argpio*		at arbus? addr ?
132gpio*		at argpio?
133
134# no RTC!  so fake with a stub (required to prevent evbmips panic)
135
136
137# MII/PHY support
138mvphy*		at mii? phy ?
139
140
141# Pseudo-devices
142
143# Disk/mass storage pseudo-devices
144#pseudo-device	ccd				# concatenated disk devices
145#pseudo-device	raid				# RAIDframe disk driver
146#pseudo-device	fss				# file system snapshot device
147#pseudo-device	md				# memory disk device (ramdisk)
148#pseudo-device	vnd				# disk-like interface to files
149
150# Network pseudo-devices
151pseudo-device	bpfilter			# Berkeley packet filter
152#pseudo-device	ipfilter			# IP filter (firewall) and NAT
153pseudo-device	loop				# network loopback
154#pseudo-device	ppp				# Point-to-Point Protocol
155#pseudo-device	sl				# Serial Line IP
156#pseudo-device	strip				# Starmode Radio IP (Metricom)
157#pseudo-device	tun				# network tunneling over tty
158#pseudo-device	tap				# virtual Ethernet
159#pseudo-device	gre				# generic L3 over IP tunnel
160#pseudo-device	ipip				# RFC 2003 IP Encapsulation
161#pseudo-device	gif				# RFC1933 tunnel
162#pseudo-device	faith				# IPv[46] tcp relay translation
163#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
164#pseudo-device	vlan				# IEEE 802.1q encapsulation
165#pseudo-device	bridge				# simple inter-network bridging
166
167# Miscellaneous pseudo-devices
168pseudo-device	pty				# pseudo-terminals
169pseudo-device	clockctl			# user control of clock subsystem
170pseudo-device	ksyms				# /dev/ksyms
171
172# A pseudo device needed for Coda		# also needs CODA (above)
173#pseudo-device	vcoda				# coda minicache <-> venus comm.
174