Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf don't load loopback as a module as other...
details: https://anonhg.NetBSD.org/src/rev/d3056cee2eda
branches: trunk
changeset: 346941:d3056cee2eda
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 07 11:33:38 2016 +0000
description:
don't load loopback as a module as other parts of the code use it directly.
diffstat:
sys/arch/amd64/conf/MODULAR | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e19c9733a91f -r d3056cee2eda sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR Sun Aug 07 10:45:19 2016 +0000
+++ b/sys/arch/amd64/conf/MODULAR Sun Aug 07 11:33:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.2 2016/08/07 10:39:59 christos Exp $
+# $NetBSD: MODULAR,v 1.3 2016/08/07 11:33:38 christos Exp $
#
# Try to exclude all the drivers in GENERIC that have been modularized
# XXX: incomplete
@@ -95,7 +95,8 @@
# network pseudo-devices
-no pseudo-device bpfilter # Berkeley packet filter
-no pseudo-device ipfilter # IP filter (firewall) and NAT
--no pseudo-device loop # network loopback
+# Loopback is hardcoded (looutput) everywhere!
+#no pseudo-device loop # network loopback
-no pseudo-device mpls # MPLS pseudo-interface
-no pseudo-device ppp # Point-to-Point Protocol
-no pseudo-device pppoe # PPP over Ethernet (RFC 2516)
Home |
Main Index |
Thread Index |
Old Index