diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-11-12 19:08:58 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-11-12 19:08:58 +0000 |
commit | ebb73f2dcf960c9945421eecf97673f726b5349f (patch) | |
tree | 12bc6d5fdfc11107795435ad021a449114fb3932 /util/superiotool/fintek.c | |
parent | c1f404fc0ee18ad3e42de46acdd3b6422ab69ba9 (diff) |
Add detection support for ITE IT8228E, IT8711F, IT8722F, IT8761E,
IT8780F, and Fintek F71863FG.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3750 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/fintek.c')
-rw-r--r-- | util/superiotool/fintek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 576b7bef64..d4c9bb519f 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -2,7 +2,7 @@ * This file is part of the superiotool project. * * Copyright (C) 2006 coresystems GmbH <info@coresystems.de> - * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> + * Copyright (C) 2007-2008 Uwe Hermann <uwe@hermann-uwe.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ #define FINTEK_VENDOR_ID 0x3419 static const struct superio_registers reg_table[] = { - {0x0106, "F71862FG", { + {0x0106, "F71862FG / F71863FG", { /* Same ID? Datasheet typo? */ {EOT}}}, {0x4103, "F71872F/FG / F71806F/FG", { /* Same ID? Datasheet typo? */ {EOT}}}, |