diff --exclude .depend --exclude .hdepend -ur linux-11-08-snay/arch/mips/vr41xx/rtc.c linux-agenda-www-20020207/arch/mips/vr41xx/rtc.c
--- linux-11-08-snay/arch/mips/vr41xx/rtc.c	Fri Aug 17 23:32:04 2001
+++ linux-agenda-www-20020207/arch/mips/vr41xx/rtc.c	Fri Jan 25 20:32:58 2002
@@ -729,11 +729,11 @@
       sound_timer->expires = jiffies + ticks;
       add_timer(sound_timer);
     }
-    printk("buzz %d hz %d ticks %d halfwave %d calls\n", hz, ticks, half_wave, sound_calls);
+    // printk("buzz %d hz %d ticks %d halfwave %d calls\n", hz, ticks, half_wave, sound_calls);
     
   } else {
     // turn sound off
-    printk("unbuzz %d hz %d ticks\n", hz, ticks);
+    // printk("unbuzz %d hz %d ticks\n", hz, ticks);
     buzz_rtc_end(0);
   } 
 }

