Source-Changes-HG archive

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

[src/trunk]: src/sys/conf port FreeBSD's serial ppp layer to NetBSD. The PPP...



details:   https://anonhg.NetBSD.org/src/rev/41fa5c06d96d
branches:  trunk
changeset: 467468:41fa5c06d96d
user:      explorer <explorer%NetBSD.org@localhost>
date:      Thu Mar 25 03:39:11 1999 +0000

description:
port FreeBSD's serial ppp layer to NetBSD.  The PPP part seems broken still,
but the lmc driver uses the HDLC bits from here anyway.

diffstat:

 sys/conf/files |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 830707666558 -r 41fa5c06d96d sys/conf/files
--- a/sys/conf/files    Thu Mar 25 03:38:53 1999 +0000
+++ b/sys/conf/files    Thu Mar 25 03:39:11 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.283 1999/03/24 06:06:12 mrg Exp $
+#      $NetBSD: files,v 1.284 1999/03/25 03:39:11 explorer Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -146,6 +146,7 @@
 define fddi
 define hippi
 define token
+define sppp
 
 # devices ARPing IPv4 pull this in:
 define arp
@@ -394,6 +395,7 @@
 pseudo-device loop: ifnet
 pseudo-device sl: ifnet
 pseudo-device ppp: ifnet
+pseudo-device sppp: ifnet
 pseudo-device tun: ifnet
 pseudo-device bpfilter: ifnet
 pseudo-device strip: ifnet
@@ -644,6 +646,7 @@
 file net/if_loop.c                     loop                    needs-count
 file net/if_media.c
 file net/if_sl.c                       sl                      needs-count
+file net/if_spppsubr.c                 sppp
 file net/if_strip.c                    strip                   needs-count
 file net/if_ppp.c                      ppp                     needs-count
 file net/if_tokensubr.c                        token                   needs-flag



Home | Main Index | Thread Index | Old Index