trivial: clarify comment on ADM1026_DEVICE address

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2738 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2007-07-12 17:02:52 +00:00
parent 6540ae5ea0
commit c0a689cc1f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static void handle_smbus_error(int value, const char *msg)
}
}
#define ADM1026_DEVICE 0x2d /* 0x2e or 0x2c */
#define ADM1026_DEVICE 0x2d /* Either 0x2c, 0x2d or 0x2e. */
#define ADM1026_REG_CONFIG1 0x00
#define CFG1_MONITOR 0x01
#define CFG1_INT_ENABLE 0x02