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 let sppp be loaded dynamically.



details:   https://anonhg.NetBSD.org/src/rev/56fec6b97515
branches:  trunk
changeset: 347654:56fec6b97515
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 09 21:10:56 2016 +0000

description:
let sppp be loaded dynamically.

diffstat:

 sys/arch/amd64/conf/MODULAR |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8552e86592d6 -r 56fec6b97515 sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR       Fri Sep 09 21:10:01 2016 +0000
+++ b/sys/arch/amd64/conf/MODULAR       Fri Sep 09 21:10:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.4 2016/08/07 14:28:55 christos Exp $
+# $NetBSD: MODULAR,v 1.5 2016/09/09 21:10:56 christos Exp $
 #
 # Try to exclude all the drivers in GENERIC that have been modularized
 # XXX: incomplete
@@ -84,6 +84,8 @@
 -no alc*       at pci?
 -no ath*       at pci?
 
+-no select sppp                        # Synchronous-Point-to-Point Protocol
+
 -no pseudo-device      crypto                  # /dev/crypto device
 -no pseudo-device      swcrypto                # software crypto implementation
 



Home | Main Index | Thread Index | Old Index