From owner-cvs-all@FreeBSD.ORG Mon Jun 4 08:49:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41F0716A468; Mon, 4 Jun 2007 08:49:15 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.freebsd.org (Postfix) with SMTP id 4FB3413C465; Mon, 4 Jun 2007 08:49:13 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 4 Jun 2007 09:49:13 +0100 (BST) Date: Mon, 4 Jun 2007 09:49:12 +0100 From: David Malone To: Brian Somers Message-ID: <20070604084912.GA20502@walton.maths.tcd.ie> References: <200706040833.l548XIVm021432@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706040833.l548XIVm021432@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/speaker spkr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 08:49:15 -0000 On Mon, Jun 04, 2007 at 08:33:18AM +0000, Brian Somers wrote: > brian 2007-06-04 08:33:18 UTC > > FreeBSD src repository > > Modified files: > sys/dev/speaker spkr.c > Log: > Speaker durations are specified in 1/100ths of a second according to > spkr(4). I wasn't sure that the patch in the PR was completly correct, because the tone and reset functions seem to be called from a few places, some of which already factor in hz (playtone() does calculations with "whole" which factors in hz) and some of which don't (spkrioctl, which the PR referrs to). David.