[LinuxBIOS] r2823 - trunk/util/superiotool

svn at openbios.org svn at openbios.org
Thu Oct 4 18:28:56 CEST 2007


Author: uwe
Date: 2007-10-04 18:28:56 +0200 (Thu, 04 Oct 2007)
New Revision: 2823

Modified:
   trunk/util/superiotool/smsc.c
Log:
Add detection support for the LPC47B387 (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/superiotool/smsc.c
===================================================================
--- trunk/util/superiotool/smsc.c	2007-10-04 15:44:19 UTC (rev 2822)
+++ trunk/util/superiotool/smsc.c	2007-10-04 16:28:56 UTC (rev 2823)
@@ -58,6 +58,11 @@
 		{EOT}}},
 	{0x62, "LPC47S45x", {
 		{EOT}}},
+	{0x6e, "LPC47B387", {
+		/* Found in the HP Compaq Business Desktop d530 Series */
+		/* http://thread.gmane.org/gmane.linux.bios/26648 */
+		/* We cannot find a public datasheet for this Super I/O. */
+		{EOT}}},
 	{0x6f, "LPC47B397", {
 		{EOT}}},
 	{0x77, "A8000", {	/* ASUS A8000, a rebranded DME1737(?) */





More information about the coreboot mailing list