diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-24 01:40:09 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-24 01:40:09 +0000 |
commit | 0f86732a5ed178614ab89cf19905d283877d3a4f (patch) | |
tree | 9adf0945dc24097b0f23cf29ff16c3c2c65aa2f4 /util/superiotool/ite.c | |
parent | 6b4ad4304a57fdcfd6147370235896406f229e61 (diff) |
Add detection support for quite a number of SMSC Super I/Os. Also, add
dump support for the SMSC DME1737 and the ASUS A8000. Random minor fixes.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2803 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/ite.c')
-rw-r--r-- | util/superiotool/ite.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 1cfc3ee538..3fe7190207 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -239,10 +239,7 @@ const static struct superio_registers reg_table[] = { }; /** - * Enable configuration sequence (ITE uses this for newer IT87[012]xF). - * - * IT871[01]F uses 0x87, 0x87 -> Fintek detection should handle it - * IT8708F uses 0x87, 0x87 -> Fintek detection should handle it + * IT871[01]F and IT8708F use 0x87, 0x87 * IT8761F uses 0x87, 0x61, 0x55, 0x55/0xaa * IT86xxF series uses different ports * IT8661F uses 0x86, 0x61, 0x55/0xaa, 0x55/0xaa and 32 more writes |