summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mbg.c
AgeCommit message (Expand)Author
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2008-11-23Use the new and shiny nitems().Marc Balmer
2008-11-22Fix a wrong comment.Marc Balmer
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2007-11-26Automatically degrade the timedelta sensor if the clock is free running for toMarc Balmer
2007-11-12Don't use utc_off when using the hires timestamp.Marc Balmer
2007-11-11Remove all code that prints to the console or writes to the log afterMarc Balmer
2007-11-07Fix a comment.Marc Balmer
2007-11-05Add support for the Meinberg PEX511 PCI Express DCF77 radio clock.Marc Balmer
2007-11-04Add support for the Meinberg PCI509 5V DCF77 time signal station receiver.Marc Balmer
2007-10-25Factor out common code to update the timedelta sensor intoMarc Balmer
2007-10-24Define a bitmaks of status bits we're interested in, output/log allMarc Balmer
2007-10-23Don't spam the console when there is no antenna connected.Marc Balmer
2007-10-08GPS170 -> GPS170PCIMarc Balmer
2007-09-30Add support for the high-resulution timer found in the GPS170PCI card.Marc Balmer
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-01-03mbg(4) cards with ASIC take the internal timestamp at the very moment theMarc Balmer
2007-01-02Use the value returned by pci_findproduct() as the timedelta sensor descriptionMarc Balmer
2006-12-30Use the same PCI product name strings we have in pcidevs_data.h for theMarc Balmer
2006-12-29Sort product ids alphabetically like jmc did in the manpage. fkr alsoMarc Balmer
2006-12-29Add support for the Meinberg PCI511 and GPS170PCI cards.Marc Balmer
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-22fold long lines.Marc Balmer
2006-12-22shorten codeTheo de Raadt
2006-12-22make driver look more like others do; ok mbalmerTheo de Raadt
2006-12-18delete extra gooTheo de Raadt
2006-12-18Format dmesg line according to our rules and make sure the firmware idMarc Balmer
2006-12-17mbg(4), a driver for Meinberg Funkuhren time signal station receiversMarc Balmer