tag | line | file | source code |
xd_irq | 113 | drivers/block/xd.c | static u_char xd_drives = 0, xd_irq = 0, xd_dma = 0, xd_maxsectors; |
xd_irq | 167 | drivers/block/xd.c | printk("xd_geninit: detected %d hard drive%s (using IRQ%d & DMA%d)\n",xd_drives,xd_drives == 1 ? "" : "s",xd_irq,xd_dma); |
xd_irq | 171 | drivers/block/xd.c | if (!request_irq(xd_irq,xd_interrupt_handler, 0, "XT harddisk")) { |
xd_irq | 174 | drivers/block/xd.c | free_irq(xd_irq); |
xd_irq | 178 | drivers/block/xd.c | printk("xd_geninit: unable to get IRQ%d\n",xd_irq); |
xd_irq | 531 | drivers/block/xd.c | xd_irq = 5; /* the IRQ _can_ be changed on this card, but requires a hardware mod */ |
xd_irq | 575 | drivers/block/xd.c | xd_irq = 5; /* don't know how to auto-detect this yet */ |
xd_irq | 614 | drivers/block/xd.c | xd_irq = 5; /* the IRQ and DMA channel are fixed on the Seagate controllers */ |
xd_irq | 648 | drivers/block/xd.c | xd_irq = 5; /* the IRQ and DMA channel are fixed on the Omti controllers */ |
xd_irq | 694 | drivers/block/xd.c | xd_irq = integers[2]; |