taglinefilesource code
xd_irq113drivers/block/xd.cstatic u_char xd_drives = 0, xd_irq = 0, xd_dma = 0, xd_maxsectors;
xd_irq167drivers/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_irq171drivers/block/xd.cif (!request_irq(xd_irq,xd_interrupt_handler, 0, "XT harddisk")) {
xd_irq174drivers/block/xd.cfree_irq(xd_irq);
xd_irq178drivers/block/xd.cprintk("xd_geninit: unable to get IRQ%d\n",xd_irq);
xd_irq541drivers/block/xd.cxd_irq = 5;      /* the IRQ _can_ be changed on this card, but requires a hardware mod */
xd_irq585drivers/block/xd.cxd_irq = 5;      /* don't know how to auto-detect this yet */
xd_irq624drivers/block/xd.cxd_irq = 5;      /* the IRQ and DMA channel are fixed on the Seagate controllers */
xd_irq658drivers/block/xd.cxd_irq = 5;      /* the IRQ and DMA channel are fixed on the Omti controllers */
xd_irq704drivers/block/xd.cxd_irq = integers[2];