summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-23 04:37:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-23 04:37:34 +0000
commitfc3f7ac53fdd251ee68c8bef6cb4ec19870fb7c3 (patch)
treed4294087f0a3feb42b5c05b041ab08e92d97dff9 /sys/conf/GENERIC
parent7db2418acec2750d6606f4371a3251a480f15eb9 (diff)
turn off sppp, lmc, and cz until various licenses on those components are
resolved. sorry -- i've been warning people for some time that i would start to take this stance.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index bb00665f2d0..07e5bc850f6 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.89 2002/07/06 19:14:20 nordin Exp $
+# $OpenBSD: GENERIC,v 1.90 2002/09/23 04:37:33 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -81,7 +81,7 @@ pseudo-device loop 2 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
-pseudo-device sppp 1 # Sync PPP/HDLC
+#pseudo-device sppp 1 # Sync PPP/HDLC
pseudo-device tun 2 # network tunneling over tty
pseudo-device enc 1 # option IPSEC needs the encapsulation interface
pseudo-device bridge 2 # network bridging support