diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-14 06:18:56 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-14 06:18:56 +0000 |
commit | 7581fa5d8f1b3f1f4eab37577bf49dce8fb618cf (patch) | |
tree | 8cd0154015c4d33b81fc6899c87955103f796753 /sys/conf/GENERIC | |
parent | 53d22c3f2796b434e3a7a587a4f2666858c2944e (diff) |
enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details.
ok deraadt
Diffstat (limited to 'sys/conf/GENERIC')
-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 |