patch-2.1.43 linux/arch/m68k/amiga/amifb.c

Next file: linux/arch/m68k/amiga/amikeyb.c
Previous file: linux/arch/i386/kernel/traps.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/arch/m68k/amiga/amifb.c linux/arch/m68k/amiga/amifb.c
@@ -1307,6 +1307,7 @@
 	 */
 
 extern unsigned short ami_intena_vals[];
+extern void amiga_init_sound(void);
 
 	/*
 	 * Support for Graphics Boards
@@ -1808,6 +1809,11 @@
 {
 	int err, tag, i;
 	u_long chipptr;
+
+	/*
+	 * Our beloved beeper
+	 */
+	amiga_init_sound();
 
 	/*
 	 * Check for a Graphics Board

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov