On Sat, Apr 09, 2005 at 12:57:22AM +0200, Peter Missel wrote:
> It also makes the driver ignore the adapter ordering in multiple-channel 
> setups. This machine here has an LSI 21002, where the LVD channel is on 
> device function 1 and the UW channel is on 0. Naturally the user will set the 
> adapter order in BIOS such that the system HDD (on the LVD channel) 
> becomes /dev/sda regardless of other drives on the UW channel. Now, with the 
> latest driver releases ignoring this BIOS adjustment, the channels are 
> scanned in order of appearance on the PCI bus rather than in the order the 
> user wants ... in this case, the LVD channel ends up becoming sym1, which 
> means that whenever I connect my external MO drive to the U/UW channel, I get 
> a kernel panic because Linux can't find its system volume. 

This is an inevitable consequence of conversion to the pci_driver model.
So it's a choice: either support this or support hotplug.  I chose to
support hotplug.  This isn't a problem specific to sym2, it's something
that all scsi systems face.  The intended way to solve this is to use
a UUID or label to mount your root fs.  Unfortunately, this means you
have to use an initrd.

Yes, this sucks and isn't nearly as easy to configure as it needs to be.
But there really is no way around it -- I can't control what order the
devices are discovered in.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to