Edward Falk wrote:
This patch adds a few constants related to port multipliers to libata.h,
hdreg.h, and libata-core.c
In addition to my previous comment ("ata.h not hdreg.h"), grep for
ATA_DEV_ATA and ATA_DEV_ATAPI in the code.
There are a few cases where you see code like
if (class == ATA_DEV_ATA)
...
else
...
which assume that only found, identified devices make it to that point
in the code; ATA_DEV_NONE/UNKNOWN are guaranteed not to occur in that
code path simply due to other code rules.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html