RE: [PATCH 0/5] mpt fusion: Add logging support

2007-08-01 Thread FUJITA Tomonori
On Tue, 31 Jul 2007 12:40:41 -0600 Moore, Eric [EMAIL PROTECTED] wrote: On Monday, July 30, 2007 4:32 PM, FUJITA Tomonori wrote: On another note, while unloading the driver, and I get an following opps from bsg in the context of scsi_remove_host. This is w/o the SMP passthrough

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-31 Thread Moore, Eric
On Monday, July 30, 2007 4:32 PM, FUJITA Tomonori wrote: On another note, while unloading the driver, and I get an following opps from bsg in the context of scsi_remove_host. This is w/o the SMP passthrough patch, so why would fusion drivers be linked to bsg? Woudn't this break mptspi

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-30 Thread Moore, Eric
On Saturday, July 28, 2007 11:40 AM, James Bottomley wrote: I tell you what, let me just show you the actual patch. This allows you to write to the /sys/module/mptbase/parameters/mpt_debug_level and have it take effect in every ioc. ACK, If possible, I would like this patch thrown

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-30 Thread FUJITA Tomonori
From: Moore, Eric [EMAIL PROTECTED] Subject: RE: [PATCH 0/5] mpt fusion: Add logging support Date: Mon, 30 Jul 2007 12:33:00 -0600 On Saturday, July 28, 2007 11:40 AM, James Bottomley wrote: I tell you what, let me just show you the actual patch. This allows you to write

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-28 Thread James Bottomley
On Fri, 2007-07-27 at 18:30 -0400, James Bottomley wrote: On Fri, 2007-07-27 at 16:16 -0600, Moore, Eric wrote: On Friday, July 27, 2007 10:21 AM, wrote: The way your module parameter works is slightly counter intuitive. On all our other drivers, you can write a value into

Re: [PATCH 0/5] mpt fusion: Add logging support

2007-07-27 Thread James Bottomley
On Tue, 2007-07-24 at 15:36 +0530, Prakash, Sathya wrote: The patches in this patch set adds support for logging facility that can be used to debug a number of Fusion MPT related problems. The logging support can be enabled or disabled changing the kernel configuration flag

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-27 Thread Moore, Eric
On Friday, July 27, 2007 10:21 AM, wrote: The way your module parameter works is slightly counter intuitive. On all our other drivers, you can write a value into /sys/module/module/parameters/debug parameter And have it acted on immediately. In yours, it seems only to work before

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-27 Thread James Bottomley
On Fri, 2007-07-27 at 16:16 -0600, Moore, Eric wrote: On Friday, July 27, 2007 10:21 AM, wrote: The way your module parameter works is slightly counter intuitive. On all our other drivers, you can write a value into /sys/module/module/parameters/debug parameter And have it

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-27 Thread Mr. James W. Laferriere
Hello Eric , On Fri, 27 Jul 2007, Moore, Eric wrote: On Friday, July 27, 2007 10:21 AM, wrote: The way your module parameter works is slightly counter intuitive. On all our other drivers, you can write a value into /sys/module/module/parameters/debug parameter And have it acted on

RE: [PATCH 0/5] mpt fusion: Add logging support

2007-07-26 Thread Moore, Eric
On Tuesday, July 24, 2007 4:07 AM, Prakash, Sathya wrote: The patches in this patch set adds support for logging facility that can be used to debug a number of Fusion MPT related problems. The logging support can be enabled or disabled changing the kernel configuration flag

[PATCH 0/5] mpt fusion: Add logging support

2007-07-24 Thread Prakash, Sathya
The patches in this patch set adds support for logging facility that can be used to debug a number of Fusion MPT related problems. The logging support can be enabled or disabled changing the kernel configuration flag CONFIF_FUSION_LOGGING The debug level can be programmed on the fly via SysFS