summaryrefslogtreecommitdiff
path: root/shared/via.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-04-12 10:18:18 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-04-12 10:18:18 +0000
commit6f6d2a553a776068a53332e409fa19e83f6be964 (patch)
treebe9cd5630323700142f63316650173e09c6b971d /shared/via.h
parent6fa5c5d958688fba801bc08e75345edd51bf27c7 (diff)
1. Added a PCI ID.
2. Big change to the XvMC part of the SAREA. OpenGL clients will not suffer from this, and via XvMC is still alpha. Needed to make future additions to XvMC (More decoders and overlays) possible. 3. Bumped version number to 1.3.0.
Diffstat (limited to 'shared/via.h')
-rw-r--r--shared/via.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/via.h b/shared/via.h
index 8e81e571..7974dfbe 100644
--- a/shared/via.h
+++ b/shared/via.h
@@ -53,6 +53,7 @@ extern int via_final_context(int context);
#define DRIVER_CTX_DTOR via_final_context
#define DRIVER_PCI_IDS \
+ {0x1106, 0x3022, 0, "VIA CLE266 3022"}, \
{0x1106, 0x3122, 0, "VIA CLE266"}, \
{0x1106, 0x7205, 0, "VIA KM400"}, \
{0x1106, 0x7204, 0, "VIA K8M800"}, \