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 RPI: remove commented-out pseudodevices



details:   https://anonhg.NetBSD.org/src/rev/4d4c44b700a6
branches:  trunk
changeset: 323871:4d4c44b700a6
user:      gdt <gdt%NetBSD.org@localhost>
date:      Wed Jul 04 13:32:01 2018 +0000

description:
RPI: remove commented-out pseudodevices

Remove a number of commented out pseudodevice lines that are
duplicative with GENERIC.common.  Othewise, someone might think it
reasonable to uncomment or add them.

For now, a number of pseudodevices that are not in GENERIC.common
remain, pending comments on the larger-scale rototill.

diffstat:

 sys/arch/evbarm/conf/RPI |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (32 lines):

diff -r 90166f38a65e -r 4d4c44b700a6 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Wed Jul 04 13:14:51 2018 +0000
+++ b/sys/arch/evbarm/conf/RPI  Wed Jul 04 13:32:01 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.82 2018/07/01 15:33:29 skrll Exp $
+#      $NetBSD: RPI,v 1.83 2018/07/04 13:32:01 gdt Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -217,21 +217,11 @@
 #pseudo-device carp                    # Common Address Redundancy Protocol
 #pseudo-device ipfilter                # IP filter (firewall) and NAT
 #pseudo-device kttcp                   # network loopback
-#pseudo-device ppp                     # Point-to-Point Protocol
-#pseudo-device pppoe                   # PPP over Ethernet (RFC 2516)
-#options       PPPOE_SERVER            # Enable PPPoE server via link0
 #pseudo-device sl                      # Serial Line IP
 #pseudo-device strip                   # Starmode Radio IP (Metricom)
 #pseudo-device irframetty              # IrDA frame line discipline
-#pseudo-device tap                     # virtual Ethernet
-#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 faith                   # IPv[46] TCP relay translation i/f
 #pseudo-device stf                     # 6to4 IPv6 over IPv4 encapsulation
-#pseudo-device vlan                    # IEEE 802.1q encapsulation
-#pseudo-device bridge                  # simple inter-network bridging
-#options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 #pseudo-device agr                     # IEEE 802.3ad link aggregation
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if



Home | Main Index | Thread Index | Old Index