Lines Matching full:eisa
2 * Basic EISA bus support for the SGI Indigo-2.
10 * This code offers a very basic support for this EISA bus present in
22 #include <linux/eisa.h>
41 /* I2 has four EISA slots. */
101 printk(KERN_INFO "EISA: bus not present.\n"); in ip22_eisa_init()
105 printk(KERN_INFO "EISA: Probing bus...\n"); in ip22_eisa_init()
108 printk(KERN_INFO "EISA: slot %d : %s detected.\n", in ip22_eisa_init()
113 printk(KERN_INFO "EISA: Detected %d card%s.\n", c, c < 2 ? "" : "s"); in ip22_eisa_init()
126 /* Now be nice to the EISA chipset */ in ip22_eisa_init()
134 if (request_irq(SGI_EISA_IRQ, ip22_eisa_intr, 0, "EISA", NULL)) in ip22_eisa_init()
135 pr_err("Failed to request irq %d (EISA)\n", SGI_EISA_IRQ); in ip22_eisa_init()