diff options
Diffstat (limited to 'sys/conf/GENERIC')
-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 a66fe525ef1..e370eb5ffb1 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 1997/06/02 04:40:23 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.18 1997/06/21 01:59:44 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -68,7 +68,7 @@ pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty pseudo-device enc 4 # encryption device -pseudo-device strip 4 # 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 |