On 2/6/07, Jeff Garzik <[EMAIL PROTECTED]> wrote:
>       ATA_SERNO_LEN           = 20,
> +     ATA_ID_PROD_LEN         = 40,
> +     ATA_ID_FW_REV_LEN       = 16,
>       ATA_UDMA0               = (1 << 0),
>       ATA_UDMA1               = ATA_UDMA0 | (1 << 1),
>       ATA_UDMA2               = ATA_UDMA1 | (1 << 2),

applied to netdev#upstream, sans the above part.  I'm not sure where you
got 16 there?  It's 8 ASCII chars in the spec.

Yea, I'm not sure either.  I got the model length right, but brain
farted on the FW rev for some reason (which was the whole point)

Thx
--eric
-
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

Reply via email to