Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Remove npf in POGO because it's now in ...
details: https://anonhg.NetBSD.org/src/rev/18a711ed7747
branches: trunk
changeset: 968441:18a711ed7747
user: jklos <jklos%NetBSD.org@localhost>
date: Fri Jan 17 05:20:21 2020 +0000
description:
Remove npf in POGO because it's now in SHEEVAPLUG.
diffstat:
sys/arch/evbarm/conf/POGO | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 deletions(-)
diffs (33 lines):
diff -r daade2647ae5 -r 18a711ed7747 sys/arch/evbarm/conf/POGO
--- a/sys/arch/evbarm/conf/POGO Fri Jan 17 05:16:33 2020 +0000
+++ b/sys/arch/evbarm/conf/POGO Fri Jan 17 05:20:21 2020 +0000
@@ -36,20 +36,16 @@
no spkr* at audio?
no config netbsd
-# Use ld0a for SD slot in Mobile and v4 or sd0a for USB disk
-config netbsd root on ld0a type ffs
+# Use ld0 for SD slot in Mobile and v4 or sd0 for USB disk
+config netbsd root on ld0a type ?
# Uncomment these for PogoPlug v4. Note that MVSDIO_MAX_CLOCK is mandatory
-options MVSDIO_MAX_CLOCK="(19 * 1000)"
-xhci* at pci? dev ? function ? # eXtensible Host Controller
-usb* at xhci?
-
-options GATEWAY # packet forwarding
+#options MVSDIO_MAX_CLOCK="(19 * 1000)"
+#xhci* at pci? dev ? function ? # eXtensible Host Controller
+#usb* at xhci?
-# Uncomment for npf
-pseudo-device npf # NPF packet filter
-options BPFJIT
+options GATEWAY # packet forwarding
-pseudo-device tun # network tunneling over tty
-pseudo-device gre # generic L3 over IP tunnel
-pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
+pseudo-device tun # network tunneling over tty
+pseudo-device gre # generic L3 over IP tunnel
+pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
Home |
Main Index |
Thread Index |
Old Index