A bug report I was charged with fixing (qla2x00 driver doesn't see all luns or sees multiple identical luns in different scenarios) was not a bug in the qla2x00 driver. The recent changes to allow max luns in the mid layer to be > 7 seems to have caused this problem. However, the proper fix is a bit of a quandry for me. You see, I don't have any Nakamichi or Yamaha multi-cd changers, or a DAT or DLT autoloader, or several of the different models of raid chassis. The bug is that we were detecting offline devices and linking them into the device list. But, some devices (at least the Clariion raid chassis) report luns that don't currently have any device bound to them as present but offline. This meant if we truly scanned all luns then we got something like 100+ devices on one ID from this chassis when only 1 might be valid :-( So, I've attached a patch that solves the problem here perfectly. But, I need people that have access to the above listed hardware to test it. Most specifically, I'm afraid that the CD changers or autoloaders will report some of their luns as offline so we will skip them even though we want them entered into the device list. If that's not the case, and they list their luns as all being connected, then this patch needs to go into the mainstream kernel. -- Doug Ledford http://people.redhat.com/dledford Please check my web site for aic7xxx updates/answers before e-mailing me about problems