RE: legacy megaraid driver bug in mm-series

2005-09-08 Thread Ju, Seokmann
Hi, On Thursday, September 08, 2005 3:01 PM, Ju, Seokmann wrote: I've tried and it works fine. I'm not sure where the problem is related to compilation. Please provide more details. My applogize to all for confusion. There is an issue on compiling legacy megaraid driver on 2.6.12-mm1 kernel

[PATCH 1/1][BUG] undefined symbol in legacy megaraid driver on 2. 6.12-mm1

2005-09-08 Thread Ju, Seokmann
Hi, I've created a patch to address legacy megaraid driver compilation error on 2.6.12-mm1 kernel. Please take this patch and let me know for any further concern. Thank you, Seokmann Sign-off by: Seokmann JU [EMAIL PROTECTED] --- diff -Naur old/drivers/scsi/megaraid.c

RE: legacy megaraid driver bug in mm-series

2005-09-07 Thread Ju, Seokmann
Hi Andrew, On Wednesday, September 07, 2005 5:53 AM, Andrew Morton forwarded: 2.6.11-mm1: works 2.6.11-mm4: works 2.6.12-rc5-mm1: will not compile 2.6.12-rc6-mm1: works 2.6.12-mm1: will not compile megaraid driver 2.6.12-mm2: broken 2.6.13-mm1: broken 2.6.12:

RE: Megaraid and Dell PERC 4 controllers

2005-08-29 Thread Ju, Seokmann
FYI - Resending due to failure on previous sending. -Original Message- From: Ju, Seokmann Sent: Friday, August 26, 2005 11:00 AM To: 'Jonathan Fischer' Cc: Kolli, Neela Syam Subject: RE: Megaraid and Dell PERC 4 controllers Hi Jonathan, On Tuesday, August 23, 2005 4:52 PM

RE: [ANNOUNCE][PATCH] drivers/scsi/megaraid/megaraid_{mm,mbox}

2005-03-17 Thread Ju, Seokmann
On Thursday, March 17, 2005 1:26 AM, Andrew wrote: Some of these things have already been done in Linus's post-2.6.11 tree and you patch throws lots of rejects. Please always work against the most recent kernel - 2.6.11 is very out of date. Thank you for correction. I've created NEW patch

[ANNOUNCE][PATCH] drivers/scsi/megaraid/megaraid_{mm,mbox}

2005-03-16 Thread Ju, Seokmann
Hello, Here is a patch for megaraid_mm/megaraid_mbox driver which makes it 2.20.4.6. Following is brief on the changes: 1. Added compat_ioctl 2. Reordered inputs on memset 3. Convert pci_module_iit to pci_register_driver 4. Added DMA_{32,64}BIT_MASK 5. Modified PCI PnP ID table Signed-off-by:

RE: [patch 10/11] drivers/scsi/: Use the DMA_{64,32}BIT_MASK cons tants

2005-03-07 Thread Ju, Seokmann
On Sunday, March 06, 2005 5:27 PM, Domen wrote Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() Megaraid driver has this change and patch for this will be submitted as committed. Thanks, Seokmann LSI Logic Corporation -

RE: [patch 05/11] drivers/scsi/*: convert to pci_register_driver

2005-03-07 Thread Ju, Seokmann
On Sunday, March 06, 2005 5:27 PM, Domen wrote: diff -puN drivers/scsi/megaraid.c~pci_register_driver-drivers_scsi drivers/scsi/megaraid.c --- kj/drivers/scsi/megaraid.c~pci_register_driver-drivers_scsi 2005-03- 05 16:12:48.0 +0100 +++ kj-domen/drivers/scsi/megaraid.c 2005-03-05

RE: installing new MegaRaid driver on Suse Enterprise Server 8

2005-02-24 Thread Ju, Seokmann
, Seokmann LSI Logic Corporation. -Original Message- From: Mrvka Andreas [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:35 AM To: Ju, Seokmann; linux-scsi@vger.kernel.org Subject: Re: installing new MegaRaid driver on Suse Enterprise Server 8 Hello! Thanks for your

RE: [PATCH 15/19] drivers/scsi/megaraid: Use the DMA_{64,32}BIT_M ASK constants

2005-02-22 Thread Ju, Seokmann
On Sunday, February 20, 2005 12:10 PM, Tobias wrote: Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301r=1w=2 for details Thanks for your input.

RE: return value warnings about scsi_add_host, anything in progre ss?

2005-02-07 Thread Ju, Seokmann
On Monday, February 07, 2005 4:40 AM, Alex wrote: is anything going to happen with the below listed locations? (Some are part of the USB system, one is in block device, rest is SCSI.) Note that a few locations do still lack the XXX comment. I am asking because i am seeing ther respective

RE: return value warnings about scsi_add_host, anything in progre ss?

2005-02-07 Thread Ju, Seokmann
On Monday, February 07, 2005 11:29 AM, Matthew wrote: I don't get a warning from this line, using gcc 3.4.4 20041218 (prerelease) (Debian 3.4.3-7): drivers/scsi/megaraid.c: In function `megadev_ioctl': drivers/scsi/megaraid.c:3626: warning: ignoring return value of `copy_to_user', declared

RE: [PATCH] Convert megaraid2 to compat_ioctl

2005-02-07 Thread Ju, Seokmann
On Tuesday, January 18, 2005 6:17 AM, Andi wrote: Convert megaraid2 driver to new compat_ioctl entry points. I don't have easy access to hardware, so only compile tested. Hi, I've applied your patch to the driver and getting compilation error as follow.

RE: [PATCH] Convert megaraid2 to compat_ioctl

2005-02-03 Thread Ju, Seokmann
On Tuesday, January 18, 2005 6:17 AM, Andi wrote: Convert megaraid2 driver to new compat_ioctl entry points. I don't have easy access to hardware, so only compile tested. Thanks for your feedback and appreciate changes you've made. The changes look great to me. One question, though, any

RE: [Announce] megaraid_mbox 2.20.4.4 patch

2005-02-03 Thread Ju, Seokmann
, 2005-02-02 at 10:56 -0500, Ju, Seokmann wrote: ++ .sdev_attrs = megaraid_device_attrs, ++ .shost_attrs= megaraid_class_device_attrs, + + These are, perhaps, slightly confusing names. + The terms device and class_device have

RE: [Announce] megaraid_mbox 2.20.4.4 patch

2005-02-02 Thread Ju, Seokmann
On Tuesday, February 01, 2005 1:15 PM, Matt Domsch wrote: This patch is mangled. Long lines are wrapped, and appears to be in ISO-8859-1, such that spaces (ascii 0x20) appear as hex 0xa0. This makes it difficult to review, and impossible to apply. +// definitions for the device attributes

[Announce] megaraid_mbox 2.20.4.3 patch

2005-01-25 Thread Ju, Seokmann
Hello, Here is a patch for megaraid_mbox 2.20.4.3 and megaraid_mm 2.20.2.5. The patch includes following changes/fixes - sysfs support for drive addition/removal - Tape drive timeout issue - Made some code static I am attaching and inlining the patch. Thank you. Seokmann LSI Logic --- diff