RE: can't boot 2.6.13

2005-09-08 Thread Moore, Eric Dean
On Thursday, September 08, 2005 3:19 PM, Mike Miller(HP) wrote: I am not able to boot the 2.6.13 version of the kernel. I've tried different systems, tried downloading again, still nothing. Here's the last thing I see from the serial port: md: Autodetecting RAID arrays. md: autorun ...

RE: [PATCH 2/4] fusion: whitespace fixes

2005-09-02 Thread Moore, Eric Dean
Please apply Signed-off-by: Eric Moore [EMAIL PROTECTED] Index: scsi-misc-2.6/drivers/message/fusion/mptspi.c === --- scsi-misc-2.6.orig/drivers/message/fusion/mptspi.c 2005-08-17 19:46:11.0 +0200 +++

RE: [PATCH 3/4] fusion: endianess fixes

2005-09-02 Thread Moore, Eric Dean
Please apply Signed-off-by: Eric Moore [EMAIL PROTECTED] Assorted endianess fixes. I'll work on full endianess annotations later. Index: scsi-misc-2.6/drivers/message/fusion/mptbase.c === ---

RE: [PATCH 1/4] fusion: update LSI headers

2005-09-02 Thread Moore, Eric Dean
Please apply Signed-off-by: Eric Moore [EMAIL PROTECTED] Index: scsi-misc-2.6/drivers/message/fusion/lsi/mpi_cnfg.h === --- scsi-misc-2.6.orig/drivers/message/fusion/lsi/mpi_cnfg.h 2005-08-17 12:03:52.0 +0200 +++

RE: [PATCH 4/4] fusion: extended config header support

2005-09-02 Thread Moore, Eric Dean
Please apply Signed-off-by: Eric Moore [EMAIL PROTECTED] Index: scsi-misc-2.6/drivers/message/fusion/mptbase.c === --- scsi-misc-2.6.orig/drivers/message/fusion/mptbase.c 2005-08-18 15:24:27.0 +0200 +++

RE: [PATCH 0/2] fusion SAS support

2005-08-29 Thread Moore, Eric Dean
On Monday, August 29, 2005 2:01 AM, Christoph Hellwig wrote: The expander with one crossover cable has been shipped to you this morning. The crossover should be connected to phy0 on the expander. /sys/class/sas_port/port-4:3/port-12:0 /sys/class/sas_port/port-4:3/port-12:1

RE: [PATCH 0/2] fusion SAS support

2005-08-26 Thread Moore, Eric Dean
On Wednesday, August 24, 2005 3:14 AM, Christoph Hellwig wrote: On Wed, Aug 24, 2005 at 02:10:14AM -0700, Jeremy Higdon wrote: However, after updating firmware on the 1064, this latter problem seems to be fixed (still doesn't discover devices on the expander at driver init). As mentioned

RE: [PATCH] SPI transport class and generic Domain Validation for fusion

2005-08-08 Thread Moore, Eric Dean
On Monday, August 08, 2005 3:47 PM, James Bottomley wrote: Eric, This attached patch should do DV on both physical devices and the underlying devices of fusion IM assemblies (providing you apply it on top of the prior underlying device exposure patch), which, I believe was your only

RE: [PATCH] MPT FUSION driver causes panic on bootup on PPC 970 k ernel

2005-07-25 Thread Moore, Eric Dean
These endian fix's have already been submitted long ago. Try a newer kernel, such as 2.6.13-rc3. Thankyou, Eric Moore LSI Logic On Monday, July 25, 2005 3:48 PM, Mark Bellon wrote: A PPC 970 kernel with the MPT FUSION driver configured in would cause the kernel to panic. The problem

RE: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-19 Thread Moore, Eric Dean
On Tuesday, July 12, 2005 8:17 PM, Matt Domsch wrote: In general, this construct: -#if (LINUX_VERSION_CODE KERNEL_VERSION(2,6,6)) -static int inline scsi_device_online(struct scsi_device *sdev) -{ - return sdev-online; -} -#endif is better tested as: #ifndef

RE: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-13 Thread Moore, Eric Dean
On Wednesday, July 13, 2005 8:38 AM, Christoph Hellwig wrote: In general, this construct: -#if (LINUX_VERSION_CODE KERNEL_VERSION(2,6,6)) -static int inline scsi_device_online(struct scsi_device *sdev) -{ - return sdev-online; -} -#endif is better tested

[PATCH 1/7] mptfusion: Kconfig Adding new bus type drivers for fu sion drivers.

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 1/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) Kconfig - added new mptspi and mptfc scsi lld drivers (2) Kconfig - increased MAX_SGE from 40 to 128 (2) Makefile - compilation support for

[PATCH 3/7] mptfusion: mptctl Remove credits and update copyright

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 3/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptctl.c: Remove credits and update copyright (2) mptctl.c: cleanup in get_iocinfo Signed-off-by: Eric Moore [EMAIL PROTECTED]

[PATCH 4/7] mptfusion: mptlan Remove credits and update copyright

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 4/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptlan.c: Remove credits and update copyright (2) mptlan.c: Remove -sralston references Signed-off-by: Eric Moore [EMAIL PROTECTED]

[PATCH 2/7] mptfusion: mptbase cleanup, split driver support, DMA 32_BIT_MASK

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 2/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptbase.c: Move registering pci ids to scsi lld drivers (2) mptbase.c: Use the DMA_32BIT_MASK constant (3) mptbase.c: Fix for multiple pci

[PATCH 7/7] mptfusion: mptfc Adding Stub Driver - Fiber Channel

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 7/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptfc.c: This driver is having module_init, module_exit, and probe. (2) mptfc.c: Registering for Fibre Channel pci ids are done from this

[PATCH 5/7] mptfusion: mptscsih Split driver support

2005-04-20 Thread Moore, Eric Dean
mptfusion patch 5/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptscsih.c: Remove credits, -sralston references , update copyright (2) mptscsih.c: split driver support (3) mptscsih.c: module_init,

[PATCH 3/7] mptfusion: mptctl Remove credits and update copyright

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 3/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptctl.c: Remove credits and update copyright (2) mptctl.c: cleanup in get_iocinfo Signed-off-by: Eric Moore [EMAIL PROTECTED]

[PATCH 2/7] mptfusion: mptbase cleanup, split driver support, DMA 32_BIT_MASK

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 2/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptbase.c: Move registering pci ids to scsi lld drivers (2) mptbase.c: Use the DMA_32BIT_MASK constant (3) mptbase.c: Fix for multiple pci

[PATCH 1/7] mptfusion: Kconfig Adding new bus type drivers for fu sion drivers.

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 1/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) Kconfig - added new mptspi and mptfc scsi lld drivers (2) Kconfig - increased MAX_SGE from 40 to 128 (2) Makefile - compilation support for

[PATCH 4/7] mptfusion: mptlan Remove credits and update copyright

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 4/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptlan.c: Remove credits and update copyright (2) mptlan.c: Remove -sralston references Signed-off-by: Eric Moore [EMAIL PROTECTED]

[PATCH 5/7] mptfusion: mptscsih Split driver support

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 5/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptscsih.c: Remove credits, -sralston references , update copyright (2) mptscsih.c: split driver support (3) mptscsih.c: module_init,

[PATCH 7/7] mptfusion: mptfc Adding Stub Driver - Fiber Channel

2005-04-19 Thread Moore, Eric Dean
mptfusion patch 7/7: This patch can also be found at this URL: ftp://ftp.lsil.com/HostAdapterDrivers/linux/FiberChannel/2.6-kernel/3.03.00/ Changelog: (1) mptfc.c: This driver is having module_init, module_exit, and probe. (2) mptfc.c: Registering for Fibre Channel pci ids are done from this

RE: Question about scsi_device_online() usage in mptscsih

2005-04-15 Thread Moore, Eric Dean
On Friday, April 15, 2005 8:30 AM, James Bottomley wrote: On Fri, 2005-04-15 at 19:13 +0900, Masao Fukuchi wrote: The sequence is: 1.Host issues SCSI command to fusion MPT driver. 2.Mid layer detects command timeout and then performs error recovery sequence. But the sequence

RE: [PATCH] mptscsih: MODULE_PARM() - module_param()

2005-04-13 Thread Moore, Eric Dean
This request makes very good sense. I'm working on this, and hopefully resubmit everthing very soon. Regards, Eric Moore On Tuesday, April 12, 2005 10:38 AM, James Bottomley wrote: On Tue, 2005-04-05 at 14:30 -0600, Moore, Eric Dean wrote: Ok fine - This fix is already there in the series

RE: [PATCH] mptscsih: MODULE_PARM() - module_param()

2005-04-05 Thread Moore, Eric Dean
Ok fine - This fix is already there in the series of patches I provided a week ago for splitting the mpt fusion drivers into seperate bus type drivers. James any word on whether those series of patches will get approved? In addition, Steve Ralston is no longer working in this group. No need to

[PATCH 3/7] mptfusion: Remove credits and update copyright

2005-03-29 Thread Moore, Eric Dean
Remove credits and update copyright - mptctl.[c,h] Signed-off-by: Eric Moore [EMAIL PROTECTED] patch-3-mptctl Description: Binary data

[PATCH 5/7] mptfusion: Remove credits and update copyright

2005-03-29 Thread Moore, Eric Dean
Remove credits, -sralston references , update copyright : mptlan.[c,h] Signed-off-by: Eric Moore [EMAIL PROTECTED] patch-5-mptlan Description: Binary data

[PATCH 4/7] mptfusion: Adding Stub Driver - Fiber Channel

2005-03-29 Thread Moore, Eric Dean
Adding Stub Driver - Fiber Channel : mptfc.c This driver is having module_init, module_exit, and probe Signed-off-by: Eric Moore [EMAIL PROTECTED] patch-4-mptfc Description: Binary data

[PATCH 2/7] mptfusion: Cleanups, split driver support, DMA32_BIT_ MASK support

2005-03-29 Thread Moore, Eric Dean
Changelog: mptbase.[c,h] (1) Use the DMA_32BIT_MASK constant (2) Remove credits, -sralston references , update copyright (3) split driver support Signed-off-by: Eric Moore [EMAIL PROTECTED] patch-2-mptbase Description: Binary data

[PATCH 6/7] mptfusion: split driver support

2005-03-29 Thread Moore, Eric Dean
split driver support: mptscsih.[c,h] Changelog (1) Remove credits, -sralston references , update copyright (2) split driver support (3) module_init, module_exit, and probe routines moved to new stub drivers, mptfc and mptspi (4) some global parameters are moved to MPT_SCSI_HOST Signed-off-by:

RE: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-28 Thread Moore, Eric Dean
On Sunday, March 27, 2005 8:04 AM, James Bottomley wrote: On Sun, 2005-03-27 at 01:16 -0800, Jeremy Higdon wrote: James, actually this queue depth code predates your change_queue_depth API. I don't think it was ever converted to the new API. Erk, you're right. My todo list says I'm

RE: [PATCH] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-28 Thread Moore, Eric Dean
On Saturday, March 26, 2005 4:21 AM, Christoph Hellwig wrote: I took a quick look an a here's a few comments: - I don't think renaming mptscsih.c to mpt_core.c makes sense. the new name is confusing at best, and keeping the old name allows to keep SCCS history aswell. That means the

[PATCH] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
Here are several patches(7) which follow this email. These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various

[PATCH 1/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various transport layers; e.g. SPI, FC, and eventually SAS.

[PATCH 3/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various transport layers; e.g. SPI, FC, and eventually SAS.

[PATCH 7/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various transport layers; e.g. SPI, FC, and eventually SAS.

[PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

2005-03-24 Thread Moore, Eric Dean
These patches are for the mpt fusion scsi host drivers, which separate the scsi host drivers into separate bus type kernel modules. This was requested by several people on the linux-scsi@ forum, so our driver can properly support the various transport layers; e.g. SPI, FC, and eventually SAS.

RE: [PATCH] - Fusion-MPT much faster as module

2005-03-22 Thread Moore, Eric Dean
On Tuesday, March 22, 2005 12:05 PM, James Bottomley wrote: On Tue, 2005-03-22 at 11:40 -0700, Moore, Eric Dean wrote: History on this: Between the 3.01.16 and 3.01.18, we introduced new method to passing command line options to the driver. Some of the command line options are used

RE: Fusion-MPT much faster as module

2005-03-21 Thread Moore, Eric Dean
Sorry for delay in responding. We at LSI Logic are looking into these reports of poor performance coming from the U320. I will report later. Eric Moore LSI Logic On Monday, March 21, 2005 4:27 PM, Andrew Morton wrote: Holger Kiehl [EMAIL PROTECTED] wrote: Hello On a four CPU

EBDA Question

2005-02-07 Thread Moore, Eric Dean
EBDA - Extended Bios Data Area Does Linux and various boot loaders(lilo/grub/etc) having any restrictions on where and how big memory allocated in EBDA is? Is this handled for 2.4/2.6 Kernels? Reason I ask is we are considering having BIOS(for a SCSI HBA Controller) allocating memory in EBDA

[PATCH] - mptfusion: delete watchdogs timers from mptctl and mpts csih

2005-02-03 Thread Moore, Eric Dean
Here is a re-submission of a patch two weeks ago. This patch is for mpt fusion drivers, which removes the watchdog timers from mptctl/mptscsih, includes compat_ioctl patch from Andi Kleen. Please apply. Change log: 1) mptscsih.c: I have changed task management requests so they complete in same

mptfusion: delete watchdogs timers from mptctl and mptscsih

2005-01-24 Thread Moore, Eric Dean
Here is a patch for mpt fusion drivers, which removes the watchdog timers from mptctl/mptscsih. The patch and changelog follows. Pls note, this patch should be applied against a recent patch from Andi Kleen Add compat_ioctl to mptctl before applying this patch. Andi's patch was applied against.

RE: [PATCH] Add compat_ioctl to mptctl

2005-01-21 Thread Moore, Eric Dean
This patch is good to go. Thanks. On Thursday, January 20, 2005 8:44 PM, Andi Kleen wrote: One request is in compat_mptctl_ioctl: Can you add MPTTEST added back in the switch/case? It was there before in the register_ioctl32_conversion/unregister_ioctl32_conversion 's. New patch

RE: [PATCH] Add compat_ioctl to mptctl

2005-01-19 Thread Moore, Eric Dean
On Tuesday, January 18, 2005 4:22 AM, Andi Kleen wrote: Convert mptctl driver to new compat_ioctl entry point. Only compile tested. Signed-off-by: Andi Kleen [EMAIL PROTECTED] This doesn't compile. Andi - Pls fix, resend, and I will test. Three issues are: (1) incompatible number of