• Home
  • Raw
  • Download

Lines Matching +full:system +full:- +full:on +full:- +full:module

1 Release Date	: Thu Nov 16 15:32:35 EST 2006 -
3 Current Version : 2.20.5.1 (scsi module), 2.20.2.6 (cmm module)
4 Older Version : 2.20.4.9 (scsi module), 2.20.2.6 (cmm module)
7 Send SYNC command on loading.
9 and re-initialize its internal RAID structure.
14 2. Authors email-id domain name changed from lsil.com to lsi.com.
17 Release Date : Fri May 19 09:31:45 EST 2006 - Seokmann Ju <sju@lsil.com>
18 Current Version : 2.20.4.9 (scsi module), 2.20.2.6 (cmm module)
19 Older Version : 2.20.4.8 (scsi module), 2.20.2.6 (cmm module)
22 Customer reported "garbage in file on x86_64 platform".
23 Root Cause: the driver registered controllers as 64-bit DMA capable
26 identifying 64-bit DMA capable controllers.
28 > -----Original Message-----
31 > To: linux-scsi@vger.kernel.org; Kolli, Neela; Mukker, Atul;
38 > I've investigated customers claim on the unstable work of
43 > I've checked filesystem, memory on the node, motherboard BIOS
75 > Buffer I/O error on device sda6, logical block 522067228
79 system memory gets corrupted.
86 issue on 64-bit platform.
90 led system to display the error message.
93 > -----Original Message-----
94 > From: linux-scsi-owner@vger.kernel.org
95 > [mailto:linux-scsi-owner@vger.kernel.org] On Behalf Of Sakurai Hiroomi
97 > To: linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org
98 > Subject: Re: Help: strange messages from kernel on IA64 platform
122 > --- linux-2.6.9/drivers/scsi/megaraid/megaraid_ioctl.h.orig
123 > 2006-04-03 17:13:03.000000000 +0900
124 > +++ linux-2.6.9/drivers/scsi/megaraid/megaraid_ioctl.h
125 > 2006-04-03 17:14:09.000000000 +0900
126 > @@ -132,6 +132,10 @@
140 Release Date : Mon Apr 11 12:27:22 EST 2006 - Seokmann Ju <sju@lsil.com>
141 Current Version : 2.20.4.8 (scsi module), 2.20.2.6 (cmm module)
142 Older Version : 2.20.4.7 (scsi module), 2.20.2.6 (cmm module)
146 at virtual address 00000000" when system goes to reset condition
157 http://marc.theaimsgroup.com/?l=linux-scsi&m=110971060502497&w=2
165 Release Date : Fri Nov 11 12:27:22 EST 2005 - Seokmann Ju <sju@lsil.com>
166 Current Version : 2.20.4.7 (scsi module), 2.20.2.6 (cmm module)
167 Older Version : 2.20.4.6 (scsi module), 2.20.2.6 (cmm module)
170 Based on the patch from Daniel, sorted out PCI IDs along with
173 ---
179 printk abuse in hope that existing legacy users might pick up on what's
180 going on.
182 Signed-off-by: Daniel Drake <dsd@gentoo.org>
183 ---
186 ---
198 ---
200 Release Date : Mon Mar 07 12:27:22 EST 2005 - Seokmann Ju <sju@lsil.com>
201 Current Version : 2.20.4.6 (scsi module), 2.20.2.6 (cmm module)
202 Older Version : 2.20.4.5 (scsi module), 2.20.2.5 (cmm module)
207 - Signed-off-by:Andi Kleen <ak@muc.de>
210 That, BTW, shows why cross-builds are useful-the only indication of
211 problem had been a new warning showing up in sparse output on alpha
213 - Signed-off-by: Al Viro
219 - Signed-off-by: Domen Puncer <domen@coderock.org>
221 4. Use the pre defined DMA mask constants from dma-mapping.h
222 Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
226 Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
227 Signed-off-by: Domen Puncer <domen@coderock.org>
247 where somebody does a variation on the following:
264 - Herbert Poetzl <herbert@13thfloor.at>, Thu, 27 Jan 2005
266 Release Date : Thu Feb 03 12:27:22 EST 2005 - Seokmann Ju <sju@lsil.com>
267 Current Version : 2.20.4.5 (scsi module), 2.20.2.5 (cmm module)
268 Older Version : 2.20.4.4 (scsi module), 2.20.2.4 (cmm module)
271 On Wed, 2005-02-02 at 10:56 -0500, Ju, Seokmann wrote:
282 Release Date : Thu Jan 27 00:01:03 EST 2005 - Atul Mukker <atulm@lsil.com>
283 Current Version : 2.20.4.4 (scsi module), 2.20.2.5 (cmm module)
284 Older Version : 2.20.4.3 (scsi module), 2.20.2.4 (cmm module)
286 1. Bump up the version of scsi module due to its conflict.
288 Release Date : Thu Jan 21 00:01:03 EST 2005 - Atul Mukker <atulm@lsil.com>
289 Current Version : 2.20.4.3 (scsi module), 2.20.2.5 (cmm module)
290 Older Version : 2.20.4.2 (scsi module), 2.20.2.4 (cmm module)
298 - Atul Mukker <atulm@lsil.com>
300 "James, I've been thinking about this a little more, and you may be on
303 - Matt Domsch <Matt_Domsch@dell.com>, 12.15.2004
304 linux-scsi mailing list
310 - James Bottomley <James.Bottomley@SteelEye.com>, 01.03.2005
311 linux-scsi mailing list
316 the designs of the extensible attribute system."
318 - James Bottomley <James.Bottomley@SteelEye.com>, 01.06.2005
319 linux-scsi mailing list
321 2. Add AMI megaraid support - Brian King <brking@charter.net>
325 3. Make some code static - Adrian Bunk <bunk@stusta.de>
329 -wait_queue_head_t wait_q;
332 Signed-off-by: Adrian Bunk <bunk@stusta.de>
334 4. Added NEC ROMB support - NEC MegaRAID PCI Express ROMB controller
341 command like ERASE or FORMAT, it takes more than an hour depends on
345 have NO TIMEOUT (i.e., 4) value as its timeout on DCDB command.
350 - Sreenivas Bagalkote <sreenib@lsil.com>
352 Current Version : 2.20.4.2 (scsi module), 2.20.2.4 (cmm module)
353 Older Version : 2.20.4.1 (scsi module), 2.20.2.3 (cmm module)
358 - Brian King (brking@us.ibm.com)
361 to get this driver-private mapping of logical drive number-> HCTL
366 - Matt Domsch (Matt_Domsch@dell.com)
368 Release Date : Thu Dec 9 19:02:14 EST 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
370 Current Version : 2.20.4.1 (scsi module), 2.20.2.3 (cmm module)
371 Older Version : 2.20.4.1 (scsi module), 2.20.2.2 (cmm module)
375 Release Date : Thu Nov 4 18:24:56 EST 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
377 Current Version : 2.20.4.1 (scsi module), 2.20.2.2 (cmm module)
378 Older Version : 2.20.4.0 (scsi module), 2.20.2.1 (cmm module)
386 Release Date : Wed Oct 06 11:15:29 EDT 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
387 Current Version : 2.20.4.0 (scsi module), 2.20.2.1 (cmm module)
388 Older Version : 2.20.4.0 (scsi module), 2.20.2.0 (cmm module)
392 Release Date : Mon Sep 27 22:15:07 EDT 2004 - Atul Mukker <atulm@lsil.com>
393 Current Version : 2.20.4.0 (scsi module), 2.20.2.0 (cmm module)
394 Older Version : 2.20.3.1 (scsi module), 2.20.2.0 (cmm module)
400 Release Date : Tue Aug 24 09:43:35 EDT 2004 - Atul Mukker <atulm@lsil.com>
401 Current Version : 2.20.3.1 (scsi module), 2.20.2.0 (cmm module)
402 Older Version : 2.20.3.0 (scsi module), 2.20.2.0 (cmm module)
407 Declare some heavy-weight functions to be non-inlined,
412 - Andrew Morton, 08.19.2004
413 linux-scsi mailing list
418 re-arrange the code to eliminate the need for most (all) of the
422 - Matt Domsch <Matt_Domsch@dell.com>, 07.27.2004
423 linux-scsi mailing list
428 iii. Module compilation reorder in Makefile so that unresolved symbols do
429 not occur when driver is compiled non-modular.
432 linux-scsi mailing list
435 Release Date : Thu Aug 19 09:58:33 EDT 2004 - Atul Mukker <atulm@lsil.com>
436 Current Version : 2.20.3.0 (scsi module), 2.20.2.0 (cmm module)
437 Older Version : 2.20.2.0 (scsi module), 2.20.1.0 (cmm module)
439 i. When copying the mailbox packets, copy only first 14 bytes (for 32-bit
440 mailboxes) and only first 22 bytes (for 64-bit mailboxes). This is to
463 - James Bottomley <James.Bottomley@SteelEye.com>, 08.17.2004
464 linux-scsi mailing list
466 vi. Add support for 64-bit applications. Current drivers assume only
467 32-bit applications, even on 64-bit platforms. Use the "data" and
468 "buffer" fields of the mimd_t structure, instead of embedded 32-bit
471 vii. Move the function declarations for the management module from
474 - Andrew Morton, 08.19.2004
475 linux-scsi mailing list
480 - Andrew Morton, 08.19.2004
481 linux-scsi mailing list
489 Release Date : Fri Jul 23 15:22:07 EDT 2004 - Atul Mukker <atulm@lsil.com>
490 Current Version : 2.20.2.0 (scsi module), 2.20.1.0 (cmm module)
491 Older Version : 2.20.1.0 (scsi module), 2.20.0.0 (cmm module)
497 iii. Typo corrected for subsys id for megaraid sata 300-4x
506 + if (mbox->numstatus != 0xFF) break;
512 - James Bottomley <James.Bottomley@SteelEye.com>, 07.14.2004
513 linux-scsi mailing list
517 vi. Fix bug in the management module, which causes a system lockup when the
518 IO module is loaded and then unloaded, followed by executing any
519 management utility. The current version of management module does not
527 Also, during unregistration of the IO module, the resources are
532 Release Date : Fri Jun 25 18:58:43 EDT 2004 - Atul Mukker <atulm@lsil.com>
536 i. Stale list pointer in adapter causes kernel panic when module
540 Release Date : Thu Jun 24 20:37:11 EDT 2004 - Atul Mukker <atulm@lsil.com>
544 i. Modules are not 'y' by default, but depend on current definition of
550 - Christoph Hellwig <hch@infradead.org>, 06.24.2004 linux-scsi
556 Release Date : Mon Jun 21 19:53:54 EDT 2004 - Atul Mukker <atulm@lsil.com>
560 i. Independent module to interact with userland applications and
561 multiplex command to low level RAID module(s).
563 "Shared code in a third module, a "library module", is an acceptable
566 load the shared library module."
568 - Jeff Garzik <jgarzik@pobox.com> 02.25.2004 LKML
570 "As Jeff hinted, if your userspace<->driver API is consistent between
571 your new MPT-based RAID controllers and your existing megaraid driver,
572 then perhaps you need a single small helper module (lsiioctl or some
579 - Matt Domsch <Matt_Domsch@dell.com> 02.25.2004 LKML
589 - Christoph Hellwig <hch@infradead.org>, 05.28.2004 linux-scsi
591 iii. Many fixes as suggested by Christoph Hellwig <hch@infradead.org> on
592 linux-scsi, 05.28.2004
603 vii. Do not use "host_lock', driver has fine-grain locks now to protect all
606 viii. Optimize the build scatter-gather list routine. The callers already