Module Name:    src
Committed By:   gdt
Date:           Wed Jul  4 13:32:01 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: RPI

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.82 src/sys/arch/evbarm/conf/RPI:1.83
--- src/sys/arch/evbarm/conf/RPI:1.82	Sun Jul  1 15:33:29 2018
+++ src/sys/arch/evbarm/conf/RPI	Wed Jul  4 13:32:01 2018
@@ -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 @@ options 	WSDISPLAY_DEFAULTSCREENS=4
 #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

Reply via email to