--- linux/sound/pci/intel8x0.c 6 Feb 2004 17:47:49 -0000 1.115 +++ linux/sound/pci/intel8x0.c 9 Feb 2004 18:49:02 -0000 @@ -807,6 +807,7 @@ if (status) iputdword(chip, chip->int_sta_reg, status); spin_unlock(&chip->reg_lock); + printk(KERN_DEBUG "intel8x0: ignored irq, status = 0x%x, sta_mask = 0x%x\n", status, chip->int_sta_mask); return IRQ_NONE; }