On 10/7/07, Uwe Hermann <[EMAIL PROTECTED]> wrote:
> On Sun, Oct 07, 2007 at 05:22:12PM -0400, Robinson Tryon wrote:
> > > There are several chips with different names and same IDs.
> >
> > Fair enough.  Now that being said, how should I enter data for two
> > chips into the array?  Should it just look like the following?
> >
> > {0x50, "First chip name"
> >     ...}
> > {0x50, "Second chip name"
> >     ...}
>
> Nope, one entry per ID only. Put the different names in the string.
>
> Example:
>         {0x4103, "F71872F/FG / F71806F/FG", {

If there are two chips that have different register layouts, but which
share the same ID, then by putting both names into the string I will
be (falsely) indicating that both chips share the same register
layout.  Right?

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to