xref: /netbsd-src/sys/arch/evbarm/conf/POGO (revision 479d8f7d843cc1b22d497efdf1f27a50ee8418d4)
1# Configuration file for PogoPlug version 4, Pink and Mobile
2
3include "arch/evbarm/conf/SHEEVAPLUG"
4
5no options	COMPAT_OSSAUDIO
6no options	COMPAT_LINUX
7no options	DIAGNOSTIC
8no options	DEBUG
9no uaudio*
10no umidi*
11no uberry*
12no urio*
13no uvisor*
14no ukyopon*
15no uscanner*
16no usscanner*
17no utoppy*
18no uyap*
19no udsbr*
20no radio*
21no sbt*
22no ubt*
23no uep*
24no aubtfwl*
25no bthub*
26no bthidev*
27no btms*
28no wsmouse*
29no ukbd*
30no ums*
31no btkbd*
32no wskbd*
33no btmagic*
34no btsco*
35no audio*
36no spkr* at audio?
37no config netbsd
38
39# Use ld0a for SD slot in Mobile and v4 or sd0a for USB disk
40config netbsd root on ld0a type ffs
41
42# Uncomment these for PogoPlug v4. Note that MVSDIO_MAX_CLOCK is mandatory
43options 	MVSDIO_MAX_CLOCK="(19 * 1000)"
44xhci*		at pci? dev ? function ?	# eXtensible Host Controller
45usb*		at xhci?
46
47# If you plan to use your PogoPlug to do NAT / firewalling, uncomment this
48#   and either the ipfilter or the npf section.
49
50options	GATEWAY		# packet forwarding
51
52# Uncomment for ipfilter
53#options		IPFILTER_LOG		# ipmon(8) log support
54#options		IPFILTER_LOOKUP		# ippool(8) support
55#options		IPFILTER_COMPAT		# Compat for IP-Filter
56
57# Uncomment for npf
58no pseudo-device	ipfilter		# IP filter (firewall) and NAT
59pseudo-device		npf			# NPF packet filter
60options 		BPFJIT
61
62pseudo-device		tun			# network tunneling over tty
63pseudo-device		gre			# generic L3 over IP tunnel
64pseudo-device		gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
65