Changeset 1153 for trunk/it87spi.c


Ignore:
Timestamp:
09/05/10 14:41:25 (21 months ago)
Author:
uwe
Message:

Updates to the board and chips status tables (trivial).

Mark the following boards as tested:

as far as I can see)

Mark the following chips as tested:

Also:

  • Fix a few whitespace issues and cosmetics while I'm at it.
  • Add the board name (in addition to the Sxxxx number) to all Tyan boards.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/it87spi.c

    r1112 r1153  
    8585                case 0x86: 
    8686                case 0x87: 
    87                         msg_pinfo("Found ITE Super I/O, id %04hx\n", 
    88                                      ret.model); 
     87                        msg_pinfo("Found ITE Super I/O, ID 0x%04hx.\n", 
     88                                  ret.model); 
    8989                        return ret; 
    9090                } 
Note: See TracChangeset for help on using the changeset viewer.