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 to

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. Signed-off-by: Olaf Hering [EMAIL PROTECTED] Index: linux-2.6.12

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 SATAPI

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 causing

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, if