Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add PPPOE_SERVER
details: https://anonhg.NetBSD.org/src/rev/ca042cefc554
branches: trunk
changeset: 752065:ca042cefc554
user: hubertf <hubertf%NetBSD.org@localhost>
date: Fri Feb 12 15:51:16 2010 +0000
description:
Add PPPOE_SERVER
- disabled (commented out) in GENERIC,
- enabled in ALL
diffstat:
sys/arch/i386/conf/ALL | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 0dbed09ce7a5 -r ca042cefc554 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Fri Feb 12 14:26:27 2010 +0000
+++ b/sys/arch/i386/conf/ALL Fri Feb 12 15:51:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.237 2010/02/10 19:54:36 tonio Exp $
+# $NetBSD: ALL,v 1.238 2010/02/12 15:51:16 hubertf Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.237 $"
+#ident "ALL-$Revision: 1.238 $"
maxusers 64 # estimated number of users
@@ -1567,6 +1567,7 @@
pseudo-device loop # 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
diff -r 0dbed09ce7a5 -r ca042cefc554 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Feb 12 14:26:27 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Feb 12 15:51:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.967 2010/02/10 19:54:36 tonio Exp $
+# $NetBSD: GENERIC,v 1.968 2010/02/12 15:51:16 hubertf Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.967 $"
+#ident "GENERIC-$Revision: 1.968 $"
maxusers 64 # estimated number of users
@@ -1507,6 +1507,7 @@
pseudo-device loop # 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
Home |
Main Index |
Thread Index |
Old Index