diff options
author | 1997-11-05 01:58:52 +0000 | |
---|---|---|
committer | 1997-11-05 01:58:52 +0000 | |
commit | 53702ed302266746806aff26d636fc6b84124d0b (patch) | |
tree | 84a2f95906d9d1ade5a57c4c4d64e6a33b2d1a09 | |
parent | another Sanyo quirk; nihilis@physical.addiction.com; PR#343 (diff) | |
download | wireguard-openbsd-53702ed302266746806aff26d636fc6b84124d0b.tar.xz wireguard-openbsd-53702ed302266746806aff26d636fc6b84124d0b.zip |
noone cares about the strip driver
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 91ee1b7d69a..2f98e00c1b3 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 1997/09/24 23:03:54 mickey Exp $ +# $OpenBSD: GENERIC,v 1.26 1997/11/05 01:58:52 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -71,7 +71,7 @@ pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty pseudo-device enc 1 # encryption device -pseudo-device strip 1 # Starmode Radio IP interface +#pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline |