Superiotool: Add dump support to the Winbond W83697HF/F.

Minor coding style changes and code simplifications.

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@2791 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-09-20 00:00:49 +00:00
parent e474956590
commit 2c290e3362
5 changed files with 154 additions and 103 deletions

View File

@@ -61,6 +61,7 @@ struct superio_registers {
const char name[MAXNAMELEN];
struct {
int ldn;
const char *name;
int idx[IDXSIZE];
int def[IDXSIZE];
} ldn[LDNSIZE];