Lines Matching +full:de +full:- +full:asserting
1 Release Date : Thu Nov 16 15:32:35 EST 2006 -
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>
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;
86 issue on 64-bit platform.
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
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>
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>
173 ---
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>
207 - Signed-off-by:Andi Kleen <ak@muc.de>
210 That, BTW, shows why cross-builds are useful-the only indication of
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>
243 asserting that it must be held (maybe just for
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>
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>
288 Release Date : Thu Jan 21 00:01:03 EST 2005 - Atul Mukker <atulm@lsil.com>
298 - Atul Mukker <atulm@lsil.com>
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
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
350 - Sreenivas Bagalkote <sreenib@lsil.com>
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>
375 Release Date : Thu Nov 4 18:24:56 EST 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
386 Release Date : Wed Oct 06 11:15:29 EDT 2004 - Sreenivas Bagalkote <sreenib@lsil.com>
392 Release Date : Mon Sep 27 22:15:07 EDT 2004 - Atul Mukker <atulm@lsil.com>
400 Release Date : Tue Aug 24 09:43:35 EDT 2004 - Atul Mukker <atulm@lsil.com>
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
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>
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
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>
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
532 Release Date : Fri Jun 25 18:58:43 EDT 2004 - Atul Mukker <atulm@lsil.com>
540 Release Date : Thu Jun 24 20:37:11 EDT 2004 - Atul Mukker <atulm@lsil.com>
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>
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,
579 - Matt Domsch <Matt_Domsch@dell.com> 02.25.2004 LKML
589 - Christoph Hellwig <hch@infradead.org>, 05.28.2004 linux-scsi
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