aboutsummaryrefslogtreecommitdiff
path: root/util/superiotool/superiotool.h
diff options
context:
space:
mode:
authorUlf Jordan <jordan@chalmers.se>2007-12-13 23:41:45 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-12-13 23:41:45 +0000
commit48c7032c28a2d9e247caecf411f9d56666f715b5 (patch)
treea6c4c527e3655275a5d433600acedfc8af3c678d /util/superiotool/superiotool.h
parent850c01cacf799b0b738587fb31d631025f364a24 (diff)
Add dump support for NSC PC8741x.
Signed-off-by: Ulf Jordan <jordan@chalmers.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3004 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/superiotool.h')
-rw-r--r--util/superiotool/superiotool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h
index ec0a55903b..e7c4e2363b 100644
--- a/util/superiotool/superiotool.h
+++ b/util/superiotool/superiotool.h
@@ -47,7 +47,7 @@ and print its vendor, name, ID, revision, and config port.\n"
#define RSVD -4 /* Reserved */
#define MISC -5 /* Needs special comment in output */
#define MAXNAMELEN 30 /* Maximum Name Length */
-#define MAXLDN 0xf /* Biggest LDN */
+#define MAXLDN 0x10 /* Biggest LDN */
#define LDNSIZE (MAXLDN + 3) /* Biggest LDN + 0 + NOLDN + EOT */
#define MAXNUMIDX 70 /* Maximum number of indexes */
#define IDXSIZE (MAXNUMIDX + 1)