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 /sys/dev/pci/files.pci | |
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 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 48e2a17e5d3..8939b601886 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.222 2006/12/09 05:10:43 dlg Exp $ +# $OpenBSD: files.pci,v 1.223 2006/12/17 16:32:35 mbalmer Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -426,6 +426,11 @@ device pwdog: pcibus attach pwdog at pci file dev/pci/pwdog.c pwdog +# Meinberg Funkuhren PCI32 +device mbg: pcibus +attach mbg at pci +file dev/pci/mbg.c mbg + # UHCI USB controller attach uhci at pci with uhci_pci file dev/pci/uhci_pci.c uhci |