Re: isd200.c Has fatal bugs and is probably not used any more

2007-08-21 Thread Doug Maxey
On Tue, 21 Aug 2007 22:06:26 +0300, Boaz Harrosh wrote: > Hi! > > the driver drivers/usb/storage/isd200.c has code like: > > static int isd200_action( struct us_data *us, int action, > void* pointer, int value ) > > ... > > case ACTION_READ_STATUS: > US_DEBUGP(" isd

Re: [PATCH] zfcp: Report FCP LUN to SCSI midlayer

2007-06-22 Thread Doug Maxey
On Fri, 22 Jun 2007 09:11:39 CDT, James Bottomley wrote: > On Thu, 2007-06-21 at 21:40 -0700, Mike Anderson wrote: > > James Bottomley <[EMAIL PROTECTED]> wrote: > > > A proposal to display the correct form of the LUN would be useful if you > > > wish to make it? ... The problem is really that SA

Re: improve sg_luns output for iscsi

2007-03-06 Thread Doug Maxey
On Tue, 06 Mar 2007 19:04:28 +0100, Olaf Hering wrote: > > Upcoming IBM pSeries firmware can boot from iscsi. To configure the > openfirmware boot-device string, we need to construct a correct > devicepath. This path includes the lun. Its currently not 100% clear > how exactly this lun value has

Re: [PATCH] uninline exported ata_host_intr

2005-08-05 Thread Doug Maxey
On Fri, 05 Aug 2005 13:10:51 PDT, Andrew Morton wrote: >Doug Maxey <[EMAIL PROTECTED]> wrote: >> >> >> On Fri, 05 Aug 2005 13:10:56 EDT, Jeff Garzik wrote: >> >Olaf Hering wrote: >> >> ata_host_intr cant be either inline or exported. >>

Re: [PATCH] uninline exported ata_host_intr

2005-08-05 Thread Doug Maxey
On Fri, 05 Aug 2005 13:10:56 EDT, Jeff Garzik wrote: >Olaf Hering wrote: >> ata_host_intr cant be either inline or exported. >> >> Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> >> >> Index: linux-2.6.12/drivers/scsi/libata-core.c >> ==

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-28 Thread Doug Maxey
On Thu, 21 Jul 2005 21:35:24 EDT, Jeff Garzik wrote: >As soon as I finish SATA ATAPI (this week[end]), I'll take a look at >this. A quick review of the patches didn't turn up anything terribly >objectionable, though :) > I would like to offer to test when you are ready. Some older and new SAT

Re: What is SCSI command 0xa0 ?

2005-02-14 Thread Doug Maxey
On Mon, 14 Feb 2005 16:07:05 EST, Alan Stern wrote: >Can anybody tell me what this CDB is supposed to do, when issued to a >direct-access device (a disk drive)? > > a0 00 00 00 00 00 00 00 10 00 00 00 Looks like an ATAPI TUR. > >It's crashing the firmware on Samuel's disk and generally ca

Re: [PATCH] scsi/sata write barrier support

2005-01-27 Thread Doug Maxey
On Thu, 27 Jan 2005 13:02:48 +0100, Jens Axboe wrote: >Hi, > >For the longest time, only the old PATA drivers supported barrier writes >with journalled file systems. This patch adds support for the same type >of cache flushing barriers that PATA uses for SCSI, to be utilized with >libata. What,