All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ubuntu PATCH] 3w-9xyz: add proc_name
@ 2006-06-21  5:32 Randy Dunlap
  2006-06-21 18:23 ` adam radford
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2006-06-21  5:32 UTC (permalink / raw)
  To: scsi, akpm, jejb, linuxraid

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,




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-21 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-21  5:32 [Ubuntu PATCH] 3w-9xyz: add proc_name Randy Dunlap
2006-06-21 18:23 ` adam radford
2006-06-21 20:50   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.