Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei

I've seen these patches many times and think that it is a good idea.
This interface needs to be exported so that the pccard system sounds
don't interfere with normal systme sounds.

  Thanks for your response.  OK, I will commit this patch the next
weekend.
--
  By the way, we also need to change in sys/pc98/pc98/clock.c.

---
MIHIRA, Sanpei Yoshiro
Yokohama, Japan.

--- sys/pc98/pc98/clock.c.org   Mon Sep 18 21:13:55 2000
+++ sys/pc98/pc98/clock.c   Fri Sep 15 14:42:42 2000
@@ -583,7 +583,7 @@
 #endif
 }
 
-void
+static void
 sysbeepstop(void *chan)
 {
 #ifdef PC98/* PC98 */


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread Warner Losh

In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
: I've seen these patches many times and think that it is a good idea.
: This interface needs to be exported so that the pccard system sounds
: don't interfere with normal systme sounds.
: 
:   Thanks for your response.  OK, I will commit this patch the next
: weekend.
: --
:   By the way, we also need to change in sys/pc98/pc98/clock.c.

mihira-san,
Did you see bruce's commentso n the change?

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-18 Thread sanpei

Warner-san wrote:
In message [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
: I've seen these patches many times and think that it is a good idea.
: This interface needs to be exported so that the pccard system sounds
: don't interfere with normal systme sounds.
: 
:   Thanks for your response.  OK, I will commit this patch the next
: weekend.
: --
:   By the way, we also need to change in sys/pc98/pc98/clock.c.

mihira-san,
   Did you see bruce's commentso n the change?

  I wrote replay mail before I read Bruce's mail

  I will re-write code with bruce's suggestion.

Thank you, Bruce and Warner.
---
MIHIRA, Sanpei Yoshiro
Yokohama, Japan.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Please review: small change in sys/i386/isa/clock.c and sys/alpha/alpha/clock.c for PC-Card melody beep code.

2000-09-17 Thread Warner Losh

I've seen these patches many times and think that it is a good idea.
This interface needs to be exported so that the pccard system sounds
don't interfere with normal systme sounds.

Warner



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message