From 07e758fb257c3da4c676c014d3ce2e79b7be0e53 Mon Sep 17 00:00:00 2001 From: Kevin Brace Date: Mon, 20 Apr 2020 18:50:44 -0700 Subject: Update KM400 chipset support identification text for the log file Signed-off-by: Kevin Brace --- src/via_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/via_driver.c b/src/via_driver.c index 15b96e0..3240677 100644 --- a/src/via_driver.c +++ b/src/via_driver.c @@ -130,7 +130,7 @@ _X_EXPORT DriverRec VIA = { /* Supported chipsets */ static SymTabRec VIAChipsets[] = { {VIA_CLE266, "CLE266"}, - {VIA_KM400, "KM400 / KM400A / KN400 / P4M800"}, + {VIA_KM400, "KM400(A) / KN400(A) / P4M800"}, {VIA_K8M800, "K8M800 / K8N800"}, {VIA_PM800, "PM800 / PN800 / PM880 / CN333 / CN400"}, {VIA_P4M800PRO, "P4M800 Pro / VN800 / CN700"}, -- cgit v1.2.3