Home | History | Annotate | Line # | Download | only in conf
POGO revision 1.4
      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 spkr* at audio?
     37 no config netbsd
     38 
     39 # Use ld0a for SD slot in Mobile and v4 or sd0a for USB disk
     40 config netbsd root on ld0a type ffs
     41 
     42 # Uncomment these for PogoPlug v4. Note that MVSDIO_MAX_CLOCK is mandatory
     43 options 	MVSDIO_MAX_CLOCK="(19 * 1000)"
     44 xhci*		at pci? dev ? function ?	# eXtensible Host Controller
     45 usb*		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 
     50 options	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
     58 no pseudo-device	ipfilter		# IP filter (firewall) and NAT
     59 pseudo-device		npf			# NPF packet filter
     60 options 		BPFJIT
     61 
     62 pseudo-device		tun			# network tunneling over tty
     63 pseudo-device		gre			# generic L3 over IP tunnel
     64 pseudo-device		gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
     65