diff options
author | Xavier Bachelot <xavier@bachelot.org> | 2007-07-20 15:34:18 +0000 |
---|---|---|
committer | Xavier Bachelot <xavier@bachelot.org> | 2007-07-20 15:34:18 +0000 |
commit | c0b7c9b1641327d9a96c789690941bae5b511fae (patch) | |
tree | 04d72ce10e973f87100370cd3cb3b4b9841954a0 | |
parent | 467ca53af82f318feef75ea98dd4599248a875b8 (diff) |
2 minor fixes
-rw-r--r-- | release_notes-0.3.0 | 2 | ||||
-rw-r--r-- | src/via_driver.c | 2 |
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 } |