diff --exclude .depend --exclude .hdepend -ur kernel-8.0/arch/mips/vr41xx/rtc.c kernel-8.0-w1/arch/mips/vr41xx/rtc.c
--- kernel-8.0/arch/mips/vr41xx/rtc.c	Thu Nov 15 21:52:00 2001
+++ kernel-8.0-w1/arch/mips/vr41xx/rtc.c	Sun Sep 15 15:52:18 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);
   } 
 }

