Support for detecting the SMSC FDC37N869 (trivial).
No datasheet available, chip identified by probing and looking at the PCB. 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@4255 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
1bb3675c19
commit
0dae44c71f
|
@ -531,10 +531,8 @@ static const struct superio_registers reg_table[] = {
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
{0x79, "SCH5504", { /* From sensors-detect (no datasheet) */
|
{0x79, "SCH5504", { /* From sensors-detect (no datasheet) */
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
#if 0
|
{0x7a, "FDC37N869", { /* Found in Toshiba Satellite A80-117. */
|
||||||
{0x7a, "Unknown", { /* Found in Toshiba Satellite A80-117. */
|
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
#endif
|
|
||||||
{0x7c, "SCH3112", {
|
{0x7c, "SCH3112", {
|
||||||
{EOT}}},
|
{EOT}}},
|
||||||
{0x7d, "SCH3114", {
|
{0x7d, "SCH3114", {
|
||||||
|
|
Loading…
Reference in New Issue