1 # Configuration file for PogoPlug version 4, Pink and Mobile 2 3 include "arch/evbarm/conf/SHEEVAPLUG" 4 5 no options DIAGNOSTIC 6 no options DEBUG 7 no uaudio* 8 #no umidi* 9 no uberry* 10 no uvisor* 11 no ukyopon* 12 no usscanner* 13 no utoppy* 14 no udsbr* 15 no radio* 16 no sbt* 17 no ubt* 18 no uep* 19 no aubtfwl* 20 no bthub* 21 no bthidev* 22 no btms* 23 no wsmouse* 24 no ukbd* 25 no ums* 26 no btkbd* 27 no wskbd* 28 no btmagic* 29 no btsco* 30 no audio* 31 no spkr* at audio? 32 no config netbsd 33 34 # Use ld0 for SD slot in Mobile and v4 or sd0 for USB disk 35 config netbsd root on ld0a type ? 36 37 # Uncomment these for PogoPlug v4. Note that MVSDIO_MAX_CLOCK is mandatory 38 #options MVSDIO_MAX_CLOCK="(19 * 1000)" 39 #xhci* at pci? dev ? function ? # eXtensible Host Controller 40 #usb* at xhci? 41 42 options GATEWAY # packet forwarding 43 44 pseudo-device tun # network tunneling over tty 45 pseudo-device gre # generic L3 over IP tunnel 46 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 47