Add detection support for the LPC47B387 (trivial).

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@2823 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2007-10-04 16:28:56 +00:00
parent 4354103078
commit db5f953754
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ const static struct superio_registers reg_table[] = {
{EOT}}}, {EOT}}},
{0x62, "LPC47S45x", { {0x62, "LPC47S45x", {
{EOT}}}, {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", { {0x6f, "LPC47B397", {
{EOT}}}, {EOT}}},
{0x77, "A8000", { /* ASUS A8000, a rebranded DME1737(?) */ {0x77, "A8000", { /* ASUS A8000, a rebranded DME1737(?) */