Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/conf Don't include pppoe in FALCON kernels, s...



details:   https://anonhg.NetBSD.org/src/rev/50fa6390700b
branches:  trunk
changeset: 525757:50fa6390700b
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Apr 16 22:42:55 2002 +0000

description:
Don't include pppoe in FALCON kernels, since they don't include any Ethernet
devices.

diffstat:

 sys/arch/atari/conf/GENERIC.in |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bde527987c0b -r 50fa6390700b sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Tue Apr 16 21:27:13 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Tue Apr 16 22:42:55 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.17 2002/04/12 22:34:13 leo Exp $
+#      $NetBSD: GENERIC.in,v 1.18 2002/04/16 22:42:55 bjh21 Exp $
 #
 # Generic atari
 #
@@ -209,7 +209,9 @@
 
 pseudo-device  sl                      # Slip
 pseudo-device  ppp                     # ppp
+#ifndef FALCON_KERNEL
 pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)
+#endif
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  loop                    # Loopback network
 pseudo-device  vnd             3       # 3 pseudo disks (see vnconfig)



Home | Main Index | Thread Index | Old Index