Author: hailfinger Date: 2009-12-23 22:29:18 +0100 (Wed, 23 Dec 2009) New Revision: 820
Modified: trunk/chipset_enable.c Log: Add VIA VT8233A identification, mark as tested.
Signed-off-by: Ra?\195?\186l Soriano GatoLoko@gmail.com Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: trunk/chipset_enable.c =================================================================== --- trunk/chipset_enable.c 2009-12-23 17:05:59 UTC (rev 819) +++ trunk/chipset_enable.c 2009-12-23 21:29:18 UTC (rev 820) @@ -1234,6 +1234,7 @@ {0x1106, 0x8324, OK, "VIA", "CX700", enable_flash_vt823x}, {0x1106, 0x8231, NT, "VIA", "VT8231", enable_flash_vt823x}, {0x1106, 0x3074, NT, "VIA", "VT8233", enable_flash_vt823x}, + {0x1106, 0x3147, OK, "VIA", "VT8233A", enable_flash_vt823x}, {0x1106, 0x3177, OK, "VIA", "VT8235", enable_flash_vt823x}, {0x1106, 0x3227, OK, "VIA", "VT8237", enable_flash_vt823x}, {0x1106, 0x3337, OK, "VIA", "VT8237A", enable_flash_vt823x},