Age | Commit message (Collapse) | Author |
|
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert
|
|
first command byte is written to the card over the pci bus. the driver has
to capture this moment to get a precise timedelta. so make sure the code
fragment that takes the internal timestamp and sends the command byte can not
be interrupted.
this function is called with a low frequency (currently 0.1 Hz).
ok claudio, mglocker
|
|
instead of using static strings.
ok deraadt
|
|
timedelta sensor desc field and not the full description produced by
pci_devinfo() (which gets truncated in this case). There is no need to
have the PCi vendor string in the description as this is apparent from the
driver name already.
problem noticed by deraadt.
|
|
suggested that.
|
|
"put it in" deraadt, ok fkr
|
|
|
|
|
|
|
|
|
|
|
|
string is '\0' terminated, plus some KNF.
from deraadt
|
|
"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
|