From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: "Ju, Seokmann" <sju@lsil.com>
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, "Kolli,
Neela Syam" <knsyam@lsil.com>
Subject: Re: [PATCH 2.4.31 1/1] scsi/megaraid2: add 64-bit application support
Date: Tue, 26 Jul 2005 05:32:30 -0300 [thread overview]
Message-ID: <20050726083230.GC5511@dmt.cnet> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E5703662A58@exa-atlanta>
Hi Seokmann,
On Fri, Jul 15, 2005 at 11:32:08AM -0400, Ju, Seokmann wrote:
> This patch contains accumulated changes over the time.
>
> Description of the changes.
> ### Version 2.10.10.1
> Thu Jan 27 15:59:59 EDT 2005 - Seokmann Ju <sju@lsil.com>
> 1. There was a bug in the 'megadev_ioctl()' function that cause random
> deletion error and has been fixed.
>
> ### Version 2.10.10.0
> Fri Jan 21 15:59:59 EDT 2005 - Seokmann Ju <sju@lsil.com>
> 1. Fixed Tape drive issue : For any Direct CDB command to physical
> device
> including tape, timeout value set by driver was 10 minutes. With
> this
> value, most of command will return within timeout. However, for
> those
> command like ERASE or FORMAT, it takes more than an hour depends on
> capacity of the device and the command could be terminated before it
> completes.
> To address this issue, the 'timeout' field in the DCDB command will
> have NO TIMEOUT (i.e., 4) value as its timeout on DCDB command.
> 2. Added NEC ROMB support : NEC MegaRAID PCI Express ROMB controller
> @@ -83,6 +83,7 @@
> #define INTEL_SUBSYS_VID 0x8086
> #define FSC_SUBSYS_VID 0x1734
> #define ACER_SUBSYS_VID 0x1025
> +#define NEC_SUBSYS_VID 0x1033
>
> #define HBA_SIGNATURE 0x3344
> #define HBA_SIGNATURE_471 0xCCCC
> @@ -143,7 +144,8 @@
> .eh_device_reset_handler = megaraid_reset, \
> .eh_bus_reset_handler = megaraid_reset, \
.eh_host_reset_handler = megaraid_reset, \
> - .highmem_io = 1 \
> + .highmem_io = 1, \
> + .vary_io = 1 \
vary_io has never been part of mainline. How come did you add it
here?
> -#if defined(__x86_64__)
> +#if defined(CONFIG_COMPAT) || defined( __x86_64__) ||
There is no CONFIG_COMPAT on v2.4... thanks James and Christoph
for reviewing.
> defined(IA32_EMULATION)
> +#ifndef __ia64__
> +#define LSI_CONFIG_COMPAT
> +#endif
> +#endif
> +
> +
> +#ifdef LSI_CONFIG_COMPAT
> static int megadev_compat_ioctl(unsigned int, unsigned int, unsigned long,
> struct file *);
> #endif
prev parent reply other threads:[~2005-07-26 20:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-15 15:32 [PATCH 2.4.31 1/1] scsi/megaraid2: add 64-bit application support Ju, Seokmann
2005-07-26 8:32 ` Marcelo Tosatti [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050726083230.GC5511@dmt.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=knsyam@lsil.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=sju@lsil.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.