Hi, resending the patches ... Changes since last posting: - I reversed the order of patches 2 and 3, as one patch (now 3) refers to a blacklist flag introduced in the other. - Andrew Morton has merged the patches into -mm and fixed up compiler warnings that happened if CONFIG_SCSI_LOGGING was disabled. I merged that into patch 3. - The blist flag 0x800000 has been consumed by BLIST_MAX_512, so go for 0x1000000 instead. Description of the patchset: The trouble is that there are devices that report a LUN with peripheral qualifier 3 on LUN0. We currently don't handle this well yet: - Blacklist flags are not used to do special handling if needed. - If the device does NOT support the REPORT_LUNS scan, we won't see any LUN at all, as we don't even look for LUN 1 then. Yes, such devices do exist, actually, see PATCH2 .. The patches do: - Unconditionally at least look for LUN 1 if LUN 0 was a PQ3 device (but abort scanning there is SPARSELUN is not set and no device can be attached to LUN 1) - Return the blacklist flags for further usage even if LUN 0 was a PQ3 device. - Introduce a blacklist flag BLIST_ATTACH_PQ3 that allows a PQ3 device to be registered with the OS and thus sg can attach to it. Add two devices to the list. (One could argue that this should be default, but who knows what virtual scsi driver will break then ...) - Improve the scsi logging information for the the user about the PQ3 issue. Patches are agains 2.6.17rc3, please consider merging for 2.6.17/18. Best, -- Kurt Garloff, Head Architect Linux R&D, Novell Inc.
Attachment:
pgpIq69Kg1gHa.pgp
Description: PGP signature