summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2020-04-20 18:50:44 -0700
committerKevin Brace <kevinbrace@gmx.com>2020-04-20 18:50:44 -0700
commit07e758fb257c3da4c676c014d3ce2e79b7be0e53 (patch)
tree0bea2d62fc176f4720e95d1eac1b87e45a9a09b7
parent343050c50d622cb5cbde557a86bd642c6c550a93 (diff)
Update KM400 chipset support identification text for the log file
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-rw-r--r--src/via_driver.c2
1 files changed, 1 insertions, 1 deletions
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"},