Author: uwe
Date: 2009-12-01 00:53:06 +0100 (Tue, 01 Dec 2009)
New Revision: 4968
Modified:
trunk/src/superio/smsc/smscsuperio/superio.c
Log:
Add support for the SMSC SCH4304 Super I/O.
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Acked-by: Peter Stuge <peter(a)stuge.se>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Modified: trunk/src/superio/smsc/smscsuperio/superio.c
===================================================================
--- trunk/src/superio/smsc/smscsuperio/superio.c 2009-11-28 09:31:30 UTC (rev 4967)
+++ trunk/src/superio/smsc/smscsuperio/superio.c 2009-11-30 23:53:06 UTC (rev 4968)
@@ -61,6 +61,7 @@
#define SCH3112 0x7c
#define SCH5307 0x81 /* Rebranded LPC47B397(?) */
#define SCH5027D 0x89
+#define SCH4304 0x90 /* SCH4304 */
/* Register defines */
#define DEVICE_ID_REG 0x20 /* Device ID register */
@@ -137,6 +138,7 @@
{SCH3112, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, -1}},
{SCH5307, {0, 3, 4, 5, -1, 7, -1, -1, 8, -1, -1, -1, 10, -1, -1}},
{SCH5027D, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, 11}},
+ {SCH4304, {0, 3, 4, 5, -1, 7, -1, 11, -1, -1, -1, -1, 10, -1, -1}},
};
/**