summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release_notes-0.3.02
-rw-r--r--src/via_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release_notes-0.3.0 b/release_notes-0.3.0
index 00ebc865016e..c50758b4159f 100644
--- a/release_notes-0.3.0
+++ b/release_notes-0.3.0
@@ -61,7 +61,7 @@ KNOWN BUGS/LIMITATIONS :
- Add-on and integrated TMDS encoders are not supported, except thru VBE.
* Chrome9
-- Chrome9 chipsets' family (P4M890, P4M900 and K8M890) currently doesn't
+- Chrome9 chipsets' family (P4M900 and K8M890) currently doesn't
support neither AGP DMA nor 3D acceleration.
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 }