Add .proc_name member to scsi_host_template for 3w-9xxx. http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=12fdf64086335ed596848cf17602e7a71e15ae9b --- drivers/scsi/3w-9xxx.c | 1 + 1 file changed, 1 insertion(+) --- linux-2617-pv.orig/drivers/scsi/3w-9xxx.c +++ linux-2617-pv/drivers/scsi/3w-9xxx.c @@ -2011,6 +2011,7 @@ static void twa_unmap_scsi_data(TW_Devic /* scsi_host_template initializer */ static struct scsi_host_template driver_template = { .module = THIS_MODULE, + .proc_name = "3w-9xxx", .name = "3ware 9000 Storage Controller", .queuecommand = twa_scsi_queue, .eh_host_reset_handler = twa_scsi_eh_reset, - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html