diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-10 12:58:09 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-10 12:58:09 +0000 |
commit | b35eda5466cb4eb8488450856647b23d252450a7 (patch) | |
tree | 228d7fa194d63580f197d4c1e44cf3d5022661d1 /sys/dev/usb/files.usb | |
parent | 14c10cdc34f6308805d54fd8f0c38c73062240ef (diff) |
umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77
radio clock. umbg(4) implements a timedelta sensor and reports the
signal quality in the Signal sensor as percentage. The signal sensor status
further indicates if the clock is free running (WARN).
ok dlg, jsg
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 680f2c22fb1..3f4440a9006 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.71 2007/09/08 02:15:52 jsg Exp $ +# $OpenBSD: files.usb,v 1.72 2007/11/10 12:58:08 mbalmer Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -111,6 +111,11 @@ device udcf attach udcf at uhub file dev/usb/udcf.c udcf +# Meinberg USB5131 DCF77 radio clock +device umbg +attach umbg at uhub +file dev/usb/umbg.c umbg + # Diamond Multimedia Rio 500 device urio attach urio at uhub |