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