From 0e40e6ba4d087ec89dc6029475523ef033896822 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Fri, 5 Nov 2010 00:34:12 +0000 Subject: [PATCH] Add detection support for the Fintek F81865/F81865-I. Signed-off-by: Zheng Bao Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6024 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/fintek.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 0a02ef3a1..502990635 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -229,6 +229,8 @@ static const struct superio_registers reg_table[] = { {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT}, {0x00,NANA,NANA,NANA,NANA,NANA,EOT}}, {EOT}}}, + {0x0407, "F81865F/F-I", { + {EOT}}}, {EOT} }; -- 2.25.1