diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2007-03-04 11:28:25 +0000 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2007-03-04 11:28:25 +0000 |
commit | 7234ff0dbd84d5d8397d3b7c238874b7b4da90fa (patch) | |
tree | 60bf8fbc0df552634f02d2fd398184f9a0670c6b | |
parent | d5a078321aa241f20a85104ca6733a527fcb1766 (diff) |
fix VM800, CN700 and P4M800Pro all reported as VM800. They are now reported as VM800/CN700/P4M800Pro.
-rw-r--r-- | unichrome/via_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unichrome/via_driver.c b/unichrome/via_driver.c index 47af56b..765c806 100644 --- a/unichrome/via_driver.c +++ b/unichrome/via_driver.c @@ -104,7 +104,7 @@ static SymTabRec VIAChipsets[] = { {VIA_KM400, "KM400/KN400"}, {VIA_K8M800, "K8M800"}, {VIA_PM800, "PM800/PM880/CN400"}, - {VIA_VM800, "VM800"}, + {VIA_VM800, "VM800/CN700/P4M800Pro"}, {-1, NULL } }; |