Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2007 15:00:19 GMT
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/67995: [patch] morse(6) plays beeps 10 times faster than
Message-ID:  <200705231500.l4NF0JBk010025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/67995; it has been noted by GNATS.

From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705231500.l4NF0JBk010025>