summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2009-03-12 16:56:57 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-03-20 10:28:01 -0700
commitb278aca7d7b92b7fd62045d1aab44d78f694d608 (patch)
treee07138291515cd9656c87243211d3fa1c7189cd2
parent74758ef3b184a37d211572d0deb826bd30d0de13 (diff)
Add missing pci id for GeForce 7100 GS
Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--src/nv_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index faf73a9..20f96fb 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -303,6 +303,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0167, "GeForce Go 6200" },
{ 0x10DE0168, "GeForce Go 6400" },
{ 0x10DE0169, "GeForce 6250" },
+ { 0x10DE016A, "GeForce 7100 GS" },
{ 0x10DE0211, "GeForce 6800" },
{ 0x10DE0212, "GeForce 6800 LE" },