summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-08-25 16:16:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-08-25 16:16:35 +0000
commit2a0a98ff762e685091f92b888f3ab6cd8ee8e87b (patch)
tree769568d0420427aa155d261cc80a84326e891da5 /sys/conf
parentda793f04482a5504ffaf7eb87175d0ec7361b52f (diff)
Remove support for packet mode of Metricom Ricochet radios.
It currently doesn't compile and this is unlikely to change as there are many alternatives now since we no longer live in the early 1990s and Metricom went bankrupt some time ago. ok many @
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
-rw-r--r--sys/conf/files6
2 files changed, 3 insertions, 6 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index bde5508e419..27a73cef4fe 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.147 2009/08/13 15:04:20 dlg Exp $
+# $OpenBSD: GENERIC,v 1.148 2009/08/25 16:16:34 jsg Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -79,7 +79,6 @@ pseudo-device pfsync # pf sync if
pseudo-device pflow # pflow export if
pseudo-device sppp 1 # Sync PPP/HDLC
pseudo-device enc 1 # option IPSEC needs the encapsulation interface
-#pseudo-device strip 1 # Starmode Radio IP interface
pseudo-device pty 16 # initial number of pseudo-terminals
pseudo-device nmea 1 # NMEA 0183 line discipline
diff --git a/sys/conf/files b/sys/conf/files
index a6aa0dcb07e..2278bd9c91b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.471 2009/08/20 15:04:24 thib Exp $
+# $OpenBSD: files,v 1.472 2009/08/25 16:16:34 jsg Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -482,7 +482,6 @@ pseudo-device sl: ifnet
pseudo-device ppp: ifnet
pseudo-device tun: ifnet
pseudo-device bpfilter: ifnet
-pseudo-device strip: ifnet
pseudo-device enc: ifnet
pseudo-device bridge: ifnet, ether
pseudo-device vlan: ifnet, ether
@@ -780,7 +779,6 @@ file net/if_spppsubr.c sppp
file net/if_loop.c loop
file net/if_media.c ifmedia
file net/if_sl.c sl needs-count
-file net/if_strip.c strip needs-count
file net/if_ppp.c ppp needs-count
file net/ppp_tty.c ppp
file net/bsd-comp.c ppp_bsdcomp
@@ -796,7 +794,7 @@ file net/raw_cb.c
file net/raw_usrreq.c
file net/route.c
file net/rtsock.c
-file net/slcompress.c sl | ppp | strip
+file net/slcompress.c sl | ppp
file net/if_enc.c enc needs-count
file net/if_gre.c gre needs-count
file net/if_trunk.c trunk needs-count