On Fri, 2005-03-18 at 20:56 -0700, Matthew Wilcox wrote: > Improve 53c700 /proc/interrupt output > > Request the IRQ in the name of the chip rather than the bus address.
This I don't really like for two reasons: 1) I don't know of any other driver that uses the actual chip name in the interrupt (most use either the driver name or the module name) 2) As someone with a large number of these things in a single box, knowing which actual device is going up in /proc/interrupts is valuable to me How about I look at abstracting the name so that the glue driver (in your case lasi700) can set the name? James - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

