diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-01 20:10:29 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-01 20:10:29 +0000 |
commit | 2f9088c66c46330f1e7e62bfa1a371ea7173c663 (patch) | |
tree | bebb5800f68000d396ad58f871fe416b8b6d2409 /share/man/man4/Makefile | |
parent | 3867065e49643137d0ce04043776039654c3ae36 (diff) |
Add basic NMEA0183 support as a tty line discipline. The line discipline
decodes NMEA messages completely transparent to userland applications, i.e.
userland can still use the NMEA stream and talk to the device. If data
is received, a timedelta sensor suitable for ntpd is created. The timestamp
is not very precise at the moment, use of this is experimental at best.
"get it in or we see how well the swiss people can swim" deraadt@
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 06d4563fe15..9f5ba9984cc 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.362 2006/05/28 17:22:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.363 2006/06/01 20:10:28 mbalmer Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -25,8 +25,8 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 maxds.4 maxtmp.4 midi.4 \ mii.4 mfi.4 mpi.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 \ - neo.4 netintro.4 nfe.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \ - nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \ + neo.4 netintro.4 nfe.4 nge.4 nmea.4 noct.4 nofn.4 nsclpcsio.4 \ + nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \ onewire.4 oosiop.4 osiop.4 owid.4 owtemp.4 \ pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \ pcfiic.4 pciide.4 pckbc.4 pckbd.4 pcmcia.4 pcn.4 pcppi.4 pcscp.4 \ |