Ancillary comments: 1) It is a common style to
#define DRV_NAME "advansys"
at the top, and then use DRV_NAME in request_region() calls,
request_irq() calls, struct eisa_driver, struct pci_driver, ...
2) A future cleanup might add __FUNCTION__ to ASC_PRINTx, eliminating a lot of manual reproduction of same
- 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

