--- main.c-orig	Fri May  4 00:00:05 2001
+++ main.c	Thu May  3 23:59:16 2001
@@ -7,6 +7,7 @@
  *  Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96
  *  Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
  *  Simplified starting of init:  Michael A. Griffith <grif@acm.org> 
+ *  added 'disabled pcspeaker' message - nico@schottelius.org - May 2001
  */
 
 #define __KERNEL_SYSCALLS__
@@ -551,6 +552,10 @@
 	kmem_cache_init();
 	sti();
 	calibrate_delay();
+#ifdef CONFIG_DISABLE_PC_SPEAKER
+	printk("Internal speaker (aka  PC speaker) disabled\n");
+#endif
+
 #ifdef CONFIG_BLK_DEV_INITRD
 	if (initrd_start && !initrd_below_start_ok &&
 			initrd_start < min_low_pfn << PAGE_SHIFT) {
