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", {
Sure -- the SMSC datasheet website lists several Super I/Os and at least one "Ultra I/O":
http://www.smsc.com/main/datasheet.html
"FDC37C93x FDC37C93x Plug-and-Play Compatible Ultra I/O Controller 639k 3/21/07"
OK, yes. We want to support them, it's just another name for Super I/O. I've also seen "Server I/O" or "Advanced I/O" and some other names around...
Uwe.