bin/67995: [patch] morse(6) plays beeps 10 times faster than

Gavin Atkinson gavin.atkinson at ury.york.ac.uk
Wed May 23 15:00:20 UTC 2007


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

From: Gavin Atkinson <gavin.atkinson at ury.york.ac.uk>
To: jau at iki.fi, bug-followup at 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


More information about the freebsd-bugs mailing list