Module Name: src Committed By: isaki Date: Sat Apr 3 04:10:30 UTC 2021
Modified Files: src/sys/dev: spkr.c spkr_audio.c spkrvar.h src/sys/dev/isa: spkr_pcppi.c Log Message: Rework about the rest note in speaker(4). - Obsolete the sc_rest callback. The rest note operation can be done by the common spkr layer. This also fixes PR kern/56060. This work-in-progress patch was left in my local tree for years. :( - Improve calculations of tone and rest length. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/spkr.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/spkr_audio.c cvs rdiff -u -r1.9 -r1.10 src/sys/dev/spkrvar.h cvs rdiff -u -r1.12 -r1.13 src/sys/dev/isa/spkr_pcppi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.