HomeFreeBSD

Correct the polarity of the PPS assert and clear events with respect to the

Description

Correct the polarity of the PPS assert and clear events with respect to the
electrical signals on the serial port. Virtually all devices which output a
PPS signal generate a brief higher-voltage pulse, the leading edge of which
is the on-time point.

Both DCD and CTS are active-low signals on the wire, meaning the assertion
of their status bits in the modem status register corresponds to the lower
voltage level on the wire. So when the status bit transitions to not-set,
create a PPS assert event; when the status bit transitions to set, create a
PPS clear event.

Details

Provenance
ianAuthored on
Parents
rS286594: Rename rt_foreach_fib() to rt_foreach_fib_walk().
Branches
Unknown
Tags
Unknown