taglinefilesource code
xd_irq111drivers/block/xd.cstatic u_char xd_drives = 0, xd_irq = 0, xd_dma = 0, xd_maxsectors;
xd_irq165drivers/block/xd.cprintk("xd_geninit: detected %d hard drive%s (using IRQ%d & DMA%d)\n",xd_drives,xd_drives == 1 ? "" : "s",xd_irq,xd_dma);
xd_irq169drivers/block/xd.cif (!request_irq(xd_irq,xd_interrupt_handler)) {
xd_irq172drivers/block/xd.cfree_irq(xd_irq);
xd_irq176drivers/block/xd.cprintk("xd_geninit: unable to get IRQ%d\n",xd_irq);
xd_irq529drivers/block/xd.cxd_irq = 5;      /* the IRQ _can_ be changed on this card, but requires a hardware mod */
xd_irq573drivers/block/xd.cxd_irq = 5;      /* don't know how to auto-detect this yet */
xd_irq612drivers/block/xd.cxd_irq = 5;      /* the IRQ and DMA channel are fixed on the Seagate controllers */
xd_irq646drivers/block/xd.cxd_irq = 5;      /* the IRQ and DMA channel are fixed on the Omti controllers */
xd_irq692drivers/block/xd.cxd_irq = integers[2];