From owner-freebsd-bugs@FreeBSD.ORG Wed May 23 15:00:20 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3379C16A46C for ; Wed, 23 May 2007 15:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 219E913C45A for ; Wed, 23 May 2007 15:00:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4NF0JS9010026 for ; Wed, 23 May 2007 15:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4NF0JBk010025; Wed, 23 May 2007 15:00:19 GMT (envelope-from gnats) Date: Wed, 23 May 2007 15:00:19 GMT Message-Id: <200705231500.l4NF0JBk010025@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/67995: [patch] morse(6) plays beeps 10 times faster than X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 15:00:20 -0000 The following reply was made to PR bin/67995; it has been noted by GNATS. From: Gavin Atkinson To: jau@iki.fi, bug-followup@freebsd.org Cc: Subject: Re: bin/67995: [patch] morse(6) plays beeps 10 times faster than Date: Wed, 23 May 2007 15:58:53 +0100 I've just tested it (sorry for the word wrap) kldload speaker morse -p test (beeps play far too fast) kldunload speaker cd /usr/src/sys/dev/speaker fetch -o spkr.diff \ "http://www.freebsd.org/cgi/query-pr.cgi?pr=70610&getpatch=1" patch < spkr.diff cd /usr/src/sys/modules/speaker make all kldload ./speaker.ko morse -p test (beeps play at a realistic speed) If you (submitter) could test that and make sure you get the same result, then that would be excellent, otherwise I think that's all the proof I need to say that the correct fix is in kern/70610 Gavin