Re: 2.6.16-rc1-mm2 pata driver confusion + tsc sync issues

From: Ed Sweetman
Date: Mon Feb 06 2006 - 22:31:39 EST


Matthew Garrett wrote:

Andrew Morton <akpm@xxxxxxxx> wrote:



That's bad.



Given that libata goes through the scsi layer at the moment, shifting
from the traditional PATA drivers to the libata ones is going to result
in a shift from hdfoo to sdbar. We're not really looking forward to this
from the distribution point of view, though I think the same thing
happened in the past when shifting from the ancient SATA drivers to the
libata ones.



Well, the badness mentioned above is the swapping of what gets loaded first from the testing branch to the upstream patches. In mm, sata gets loaded before pata in libata land. In alan cox's patches it's the reverse. This results in different device names for the same config when switching between mm and release, which is bad, but is a problem that can be overcome with the use of labels instead of device names.

Perhaps from a distribution standpoint, moving to a label method of describing what gets mounted where would be best, rather than worrying about scsi naming schemes or ide ones. Just think of the fun of a system with multiple usb storage devices and such. I'm just not sure if grub and the kernel "root=" parameter can handle it.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/