diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-12-17 16:32:36 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-12-17 16:32:36 +0000 |
commit | a95dd31a79af38969a05cc886e289bb1ee832797 (patch) | |
tree | 52fc1ec9acf0271644d2344d045fc785389c75fc /share/man/man4 | |
parent | 6083f9277517b6ab275011110788a080c535a98e (diff) |
mbg(4), a driver for Meinberg Funkuhren time signal station receivers
"Made in Switzerland"
Currently, the DCF77 PCI32 receiver card is supported
I have to mention the outstanding support from Meinberg, not only did they
give me the hardware, docs, and reference source code, but they even call
me back to explain the details of their hardware to me. If only the wireless
manufacturors were that cooperative...
ok claudio, ok mglocker, "commit it when ready" deraadt
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/mbg.4 | 45 |
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0b2f57aa15d..b25cbef9e6b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.399 2006/12/12 23:54:44 pedro Exp $ +# $OpenBSD: Makefile,v 1.400 2006/12/17 16:32:35 mbalmer Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -24,7 +24,7 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ isa.4 isagpio.4 isapnp.4 \ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ - maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 midi.4 mii.4 mfi.4 \ + maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \ moscom.4 mpi.4 mpu.4 msk.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.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 \ diff --git a/share/man/man4/mbg.4 b/share/man/man4/mbg.4 new file mode 100644 index 00000000000..6206641c3c7 --- /dev/null +++ b/share/man/man4/mbg.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: mbg.4,v 1.1 2006/12/17 16:32:35 mbalmer Exp $ +.\" +.\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd December 24, 2006 +.Dt MBG 4 +.Os +.Sh NAME +.Nm mbg +.Nd Meinberg Funkuhren time signal station receiver +.Sh SYNOPSIS +.Cd "mbg* at pci?" +.Sh DESCRIPTION +The +.Nm +driver provides support for Meinberg Funkuhren time signal station receiver +cards. +.Pp +Currently, only the DCF77 PCI32 card is supported by +.Nm . +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.1 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Marc Balmer Aq mbalmer@openbsd.org . |