On Mon, Sep 12, 2005 at 09:57:21AM -0500, James Bottomley wrote: > be free to increase it if necessary. Note: you do actually need either > an array with more than two levels of nesting actually to need the > increase and no-one actually seems to have one of these yet. That is not correct, I posted before on this, the address method is in the high bits of the 8 byte LUN and tells how to "interpret" the LUN value. You can't convert from an int to 8 byte LUN (without any other information) and set these bits. See SAM-4 in (or near) section 4.9.7. So some storage devices that want to use addressing methods other than 00b don't because we do not have 8 byte LUN support in linux, and then we have other problems because of this. -- Patrick Mansfield - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html