when ignoring the missing pcm frame clock we ignore in the init phase missing irqs as well

This commit is contained in:
Chrisian Richter 2006-04-26 16:50:22 +00:00
parent aa72af8460
commit 00a3255aa0
1 changed files with 7 additions and 1 deletions

View File

@ -2669,8 +2669,14 @@ init_card(hfc_multi_t *hc)
if (debug & DEBUG_HFCMULTI_INIT)
printk(KERN_DEBUG "%s: done\n", __FUNCTION__);
return(0);
}
}
printk(KERN_WARNING "HFC PCI: IRQ(%d) getting no interrupts during init (try %d)\n", hc->irq, cnt);
if (test_bit(HFC_CHIP_CLOCK_IGNORE, &hc->chip)) {
printk(KERN_WARNING "HFC PCI: Ignoring Clock so we go on here\n");
return 0;
}
#ifdef CONFIG_PLX_PCI_BRIDGE
plx_acc=(u_short*)(hc->plx_membase+0x4c);
*plx_acc=0x00; // disable PCI & LINT1 irq