Changeset 5081


Ignore:
Timestamp:
Feb 4, 2010 1:55:06 AM (3 years ago)
Author:
uwe
Message:

Add dump support for the Winbond W83877AF (trivial).

This Super I/O doesn't seem to know the concept of LDNs, it's just a
bunch of registers not splitted into banks/LDNs.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/util/superiotool/winbond.c

    r5070 r5081  
    466466                {EOT}}}, 
    467467        {0xb, "W83877AF", { 
     468                {NOLDN, NULL, 
     469                        {0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09, 
     470                         0x0a,0x0b,0x0c,0x0d,0x0e,0x0f,0x10,0x11,0x12,0x13, 
     471                         0x14,0x15,0x16,0x17,0x1e,0x20,0x21,0x22,0x23,0x24, 
     472                         0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,EOT}, 
     473                        {0x00,0x00,0x00,0x30,0x00,0x00,0x00,0x00,0x00,0x0a, 
     474                         0x1f,0x0c,0x28,0xa3,RSVD,RSVD,0x00,0x00,0x00,0x00, 
     475                         0x00,0x00,0x0e,0x00,MISC,MISC,MISC,MISC,MISC,MISC, 
     476                         MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,MISC,EOT}}, 
    468477                {EOT}}}, 
    469478        {0xc, "W83877TF", { 
Note: See TracChangeset for help on using the changeset viewer.