Re: Please review: PC-Card melody beep code.

2000-10-24 Thread Warner Losh
In message [EMAIL PROTECTED] Tony Finch writes: : I tried this on 4.1.1-STABLE with two pccards: a D-Link DE660 and a : Lucent Wavelan card. The de card workedd fine, but the success melody : beep for the wi card was several times slower than it should be. I can : get more information if you need

Re: Please review: PC-Card melody beep code.

2000-10-23 Thread Rich Wales
It looks like you have the "duration" and "pitch" elements reversed in your "tone" structure. Rich Wales [EMAIL PROTECTED] http://www.webcom.com/richw/ . . . +struct tone { +int duration; +

Please review: PC-Card melody beep code.

2000-10-22 Thread MIHIRA Sanpei Yoshiro
Hi. FreeBSD developers. This is PC-Card melody beep code for 5-current(/sys/pccard/pccard_beep.c) from PAO3. This patch does not need to change sys/i386/isa/clock.c. Any problems, please let me know. --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. Index: src/sys/pccard/driver.h