Module Name:    src
Committed By:   rin
Date:           Thu Mar 25 05:33:59 UTC 2021

Modified Files:
        src/sys/dev/acpi: com_acpi.c
        src/sys/dev/ic: com.c comvar.h
        src/sys/dev/pci: com_puc.c

Log Message:
Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags.
Polling is scheduled at every sc_poll_ticks ticks.

This is useful to work around H/W bug, by which interrupts are lost
*sometimes*; interrupt-based I/O mostly works and no need for polling
every counter ticks.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/acpi/com_acpi.c
cvs rdiff -u -r1.361 -r1.362 src/sys/dev/ic/com.c
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/ic/comvar.h
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/com_puc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to