NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56060 CVS commit: src/sys/dev



The following reply was made to PR kern/56060; it has been noted by GNATS.

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56060 CVS commit: src/sys/dev
Date: Sat, 3 Apr 2021 04:10:30 +0000

 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.
 


Home | Main Index | Thread Index | Old Index