summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-07-20 15:34:18 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-07-20 15:34:18 +0000
commitc0b7c9b1641327d9a96c789690941bae5b511fae (patch)
tree04d72ce10e973f87100370cd3cb3b4b9841954a0 /src
parent467ca53af82f318feef75ea98dd4599248a875b8 (diff)
2 minor fixes
Diffstat (limited to 'src')
-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 f44c9ae757d4..ba7ee0b504a6 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -107,7 +107,7 @@ static SymTabRec VIAChipsets[] = {
{VIA_PM800, "PM800/PM880/CN400"},
{VIA_VM800, "VM800/CN700/P4M800Pro"},
{VIA_K8M890, "K8M890"},
- {VIA_P4M900, "P4M900"},
+ {VIA_P4M900, "P4M900/VN896"},
{VIA_CX700, "CX700"},
{VIA_P4M890, "P4M890"},
{-1, NULL }