diff options
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 78fc48a321d..107cde1cdf4 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.123 2005/12/12 20:39:36 miod Exp $ +# $OpenBSD: GENERIC,v 1.124 2006/06/14 06:18:55 mbalmer Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -77,6 +77,7 @@ pseudo-device enc 1 # option IPSEC needs the encapsulation interface pseudo-device pty 16 # initial number of pseudo-terminals pseudo-device tb 1 # tablet line discipline +pseudo-device nmea 1 # NMEA 0183 line discipline pseudo-device vnd 4 # paging to files pseudo-device ccd 4 # concatenated disk devices pseudo-device ksyms 1 # kernel symbols device |