Date: Sun, 14 May 2000 14:39:17 +0900 From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: mobile@FreeBSD.org Subject: Re: [Patch] pccard beep melody patch(Rev.2) Message-ID: <200005140539.OAA06081@lavender.yy.cs.keio.ac.jp> In-Reply-To: Your message of "Mon, 08 May 2000 00:10:29 %2B0900"
next in thread | raw e-mail | index | archive | help
> I posted pccard beep melody patch on Jan/3 in this mailing list. > > That patch set was included change to sys/i386/isa/clocks.c. So >no-one committed that patch into FreeBSD tree, I think. > > I rewrite melody patch which is not included change to clocks.c, >only to sys/pccard/pccard_beep.c. > >http://home.jp.FreeBSD.org/~sanpei/5-current/sys-pccard-pccard_beep_melody-20000507.diff Sorry, I forgot below change in clocks.c..... My patch still depends to sys/i386/isa/clocksc. I updated my patch. http://home.jp.FreeBSD.org/~sanpei/5-current/sys-pccard-pccard_beep_melody-20000514.diff --- sys/i386/isa/clock.c.org Tue May 9 10:16:31 2000 +++ sys/i386/isa/clock.c Sat May 6 00:50:11 2000 @@ -510,7 +510,7 @@ #endif } -static void +void sysbeepstop(void *chan) { outb(IO_PPI, inb(IO_PPI)&0xFC); /* disable counter2 output to speaker */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005140539.OAA06081>