RE: [PATCH 1/1] scsi: hpsa, add all PCI ID's that HP has in svn

2014-01-17 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Hannes Reinecke [mailto:h...@suse.de] > Sent: Friday, January 17, 2014 9:31 AM > To: Miller, Mike (OS Dev) > Cc: Tomas Henzl; Andrew Morton; James E. J. Bottomley; LKML; LKML-scsi; > Stephen M. Cameron > Subject: Re: [PATCH 1/1] scsi: h

RE: [PATCH 1/1] scsi: hpsa, add all PCI ID's that HP has in svn

2014-01-17 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Friday, January 17, 2014 9:14 AM > To: Miller, Mike (OS Dev); Andrew Morton; James E. J. Bottomley > Cc: LKML; LKML-scsi; h...@suse.de; Stephen M. Cameron > Subject: Re: [PATCH 1/1] scsi: hpsa

RE: [PATCH 03/11] hpsa: add 5 second delay after doorbell reset

2013-12-02 Thread Miller, Mike (OS Dev)
> -Original Message- > From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] > Sent: Monday, December 02, 2013 11:23 AM > To: Miller, Mike (OS Dev) > Cc: scame...@beardog.cce.hp.com; Tomas Henzl; > stephenmcame...@gmail.com; linux-scsi@vger.kernel.org;

RE: [PATCH 1/1] remove cpqarray from mainline kernel

2013-10-18 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Jens Axboe [mailto:ax...@kernel.dk] > Sent: Friday, October 18, 2013 11:55 AM > To: Miller, Mike (OS Dev); Andrew Morton > Cc: LKML-scsi; LKML > Subject: Re: [PATCH 1/1] remove cpqarray from mainline kernel > > On 10/18/2013 10:22

RE: [PATCH 1/1] remove cpqarray from mainline kernel

2013-10-18 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Jens Axboe [mailto:ax...@kernel.dk] > Sent: Thursday, October 17, 2013 5:36 PM > To: Andrew Morton > Cc: Miller, Mike (OS Dev); LKML-scsi; LKML > Subject: Re: [PATCH 1/1] remove cpqarray from mainline kernel > > On Thu, Oct 17 2

RE: [PATCH 1/4] hpsa: add HP Smart Array Gen9 PCI ID's

2013-09-10 Thread Miller, Mike (OS Dev)
-Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Tuesday, September 10, 2013 5:02 PM To: Miller, Mike (OS Dev) Cc: Andrew Morton; LKML; LKML-scsi Subject: Re: [PATCH 1/4] hpsa: add HP Smart Array Gen9 PCI ID's On Wed, 2013-09-04 at

RE: [PATCH 1/1] cciss: set max scatter gather entries to 32 on P600

2013-08-14 Thread Miller, Mike (OS Dev)
-Original Message- From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] Sent: Wednesday, August 14, 2013 4:27 PM To: Miller, Mike (OS Dev); mi...@thumper.usa.hp.com Cc: Andrew Morton; Jens Axboe; LKML-scsi; LKML; the...@redhat.com; bubr...@redhat.com; scame

RE: [PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-21 Thread Miller, Mike (OS Dev)
Jens wrote: > > On Wed, Feb 20 2008, Mike Miller wrote: > > Patch 1 of 1 > > > > This patch hopefully fixes all the brokeness in my last > submission. It > > compiles cleanly with tape support on or off. I added a couple of > > #ifdef's and removed the broken macro definition. The > #ifdef's made i

RE: [PATCH 1/1] cciss: procfs updates to display info about many volumes

2008-02-19 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Andrew Morton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 19, 2008 6:00 AM > To: Jens Axboe > Cc: Miller, Mike (OS Dev); LKML; LKML-scsi > Subject: Re: [PATCH 1/1] cciss: procfs updates to display > info about many volumes >

FW: [Bug 9859] hp smart array E200i kernel panic upon boot

2008-02-14 Thread Miller, Mike (OS Dev)
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 14, 2008 8:16 AM > To: Miller, Mike (OS Dev) > Subject: [Bug 9859] hp smart array E200i kernel panic upon boot > > http://bugzilla.kernel.org/show_bug.cgi?id=985

RE: [PATCH] cciss: section mismatch

2008-01-11 Thread Miller, Mike (OS Dev)
> --- linux-2.6.24-rc7-git1.orig/drivers/block/cciss.c > +++ linux-2.6.24-rc7-git1/drivers/block/cciss.c > @@ -2927,7 +2927,7 @@ default_int_mode: > return; > } > > -static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev) > +static int __devinit cciss_pci_init(ctlr_info_t *c, struc

RE: [PATCH 1/3] cciss: export more attributes to sysfs (repost)

2007-12-27 Thread Miller, Mike (OS Dev)
> > Mike, what's going on? I definitely told you last time I > looked at this patch that it is a bug to call > sysfs_remove_group() under spinlock, because > sysfs_remove_group() takes sleeping locks. Yet here it is again. > > Maybe you lost my email. It is here: > http://lkml.org/lkml/2007/11/2

RE: [PATCH 21/30] blk_end_request: changing cciss (take 4)

2007-12-12 Thread Miller, Mike (OS Dev)
> > > > Why is this removed? > > Sorry for the less explanation. > > Because it is done in __end_that_request_first() called from > blk_end_request(). > I'll add the explanation to the patch description when I > update the patch. > Thank you. I've Acked the patch. -- mikem - To unsubscribe from t

RE: [PATCH 21/30] blk_end_request: changing cciss (take 4)

2007-12-12 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Kiyoshi Ueda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 11, 2007 4:50 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; linux-scsi@vger.kernel.org; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED];

RE: [PATCH 21/30] blk_end_request: changing cciss (take 4)

2007-12-12 Thread Miller, Mike (OS Dev)
> > This patch converts cciss to use blk_end_request interfaces. > Related 'uptodate' arguments are converted to 'error'. > > cciss is a little bit different from "normal" drivers. > cciss directly calls bio_endio() and disk_stat_add() when > completing request. But those can be replaced with > __

RE: [PATCH 22/30] blk_end_request: changing cpqarray (take 4)

2007-12-12 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Kiyoshi Ueda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 11, 2007 4:50 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; linux-scsi@vger.kernel.org; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED];

RE: [PATCH 1/1] cciss: add new controller support for P700m

2007-06-19 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Jens Axboe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 19, 2007 1:51 PM > To: Miller, Mike (OS Dev) > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linux-scsi@vger.kernel.org > Subject: Re: [PATCH 1/1] cciss: add new controller supp

RE: [PATCH] cciss: force ignore of responses to unsent scsi commands after kexec reboot

2007-06-18 Thread Miller, Mike (OS Dev)
Vivek wrote: > > I think this is not the right usage of reset_devices > parameter. This parameter instructs the driver to reset the > device before going ahead with rest of the initialization > before as underlying device might not be in a sane state. > kexec/kdump is one of the usages and t

RE: cciss broken with 2.6.22-rc2

2007-05-29 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Hannes Reinecke [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 29, 2007 7:01 AM > To: Miller, Mike (OS Dev); SCSI Mailing List > Subject: cciss broken with 2.6.22-rc2 > > Hi Mike, > > with the latest git snapshot th

RE: [PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-14 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Gerald Britton [mailto:[EMAIL PROTECTED] > Sent: Monday, May 14, 2007 12:53 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > Miller, Mike (OS Dev); ISS StorageDev; > linux-scsi@vger.kernel.org; [EMAIL PROTECTED] > Subjec

RE: [PATCH] cciss: Fix warnings during compilation under 32bitenvironment

2007-04-19 Thread Miller, Mike (OS Dev)
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 11:22 AM > To: Miller, Mike (OS Dev) > Cc: Hisashi Hifumi; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linux-scsi@vger.kernel.org; Cameron

RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment

2007-04-19 Thread Miller, Mike (OS Dev)
> -Original Message- > From: James Bottomley [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 19, 2007 10:19 AM > To: Miller, Mike (OS Dev) > Cc: Hisashi Hifumi; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > linux-scsi@vger.kernel.org; Cameron

RE: [PATCH] cciss: Fix warnings during compilation under 32bit environment

2007-04-19 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Hisashi Hifumi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 2:03 AM > To: Miller, Mike (OS Dev); [EMAIL PROTECTED] > Subject: [PATCH] cciss: Fix warnings during compilation under > 32bit environment > > >

RE: [PATCH] Perverting cciss

2007-04-05 Thread Miller, Mike (OS Dev)
James wrote: > > On Thu, 2007-04-05 at 11:03 +0100, Christoph Hellwig wrote: > > On Thu, Apr 05, 2007 at 11:58:06AM +0200, Hannes Reinecke wrote: > > > Hi All, > > > > > > this patch adds the SG_IO ioctl to the cciss driver. > > > As the driver is capable of sending SCSI CDBs to the controller

RE: [Patch 1/2] cciss: fix for 2TB support

2007-02-22 Thread Miller, Mike (OS Dev)
> -Original Message- > From: Mike Miller (OS Dev) [mailto:[EMAIL PROTECTED] > > Andrew, > Using this test program and changing the type of x to int, > long, long long signed and unsigned the comparison always > worked on x86, x86_64, and ia64. It looks to me like the > comparsion wi

RE: can't boot 2.6.13

2005-09-08 Thread Miller, Mike (OS Dev)
Thanks, Eric. Anyone have any ideas why my cciss based system won't boot? mikem > -Original Message- > From: Moore, Eric Dean [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 08, 2005 5:52 PM > To: Miller, Mike (OS Dev); linux-kernel@vger.kernel.org; > linux-

RE: 2.6: how do I this in sysfs?

2005-08-29 Thread Miller, Mike (OS Dev)
> This is after my minimal sas transport class, please also > read the thread about it on linux-scsi > In the referenced code for using sysfs, there only appear to be methods for reading attributes. How about if we want to cause a command to get written out to the hardware? Do we do something

2.6: how do I this in sysfs?

2005-08-25 Thread Miller, Mike (OS Dev)
I've been asked to pass this on for some kind of clarification. We have management apps requiring specific information from the Smart Array controller. We're trying to use sysfs to accomplish the task. An example of what we need to do is below. I'm sure some of you will recognize this as CSMI. The

RE: [RFC 1 of 9] patches to add diskdump functionality to block layer

2005-04-18 Thread Miller, Mike (OS Dev)
> From: Christoph Hellwig [mailto:[EMAIL PROTECTED] > > This looks like a patch for Linux 2.4. Such major changes for the > 2.4 tree don't make sense anymore, especially for > functionality not even in Linux 2.6. > This is for 2.4, I should have specified that in the Subject line. We did this

FW: [patch 1/1] block/cciss: replace schedule_timeout() with msleep()

2005-03-07 Thread Miller, Mike (OS Dev)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 05, 2005 4:45 PM > To: Miller, Mike (OS Dev) > Cc: ISS StorageDev; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [patch 1/1] block/cciss: replace schedule_timeou