diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-05-09 18:44:57 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-05-09 18:44:57 -0700 |
commit | 9c98d2ca942049322688b5796a2ed041fd48282d (patch) | |
tree | b5e4b1dbc99e8b2248a380ec40b2cae7df169fbd | |
parent | cb83fbdfa22aa408e6692256cd44b78fef53e801 (diff) |
Yet more G80s.
Sometimes I wish we made fewer products.
-rw-r--r-- | src/nv_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index 54f8b66..2f1b77e 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -394,10 +394,13 @@ static SymTabRec NVKnownChipsets[] = { 0x10DE0609, "GeForce 8800M GTS" }, { 0x10DE060C, "GeForce 8800M GTX" }, { 0x10DE060D, "GeForce 8800 GS" }, + { 0x10DE0610, "GeForce 9600 GSO" }, { 0x10DE0611, "GeForce 8800 GT" }, + { 0x10DE0612, "GeForce 9800 GTX" }, { 0x10DE061A, "Quadro FX 3700" }, { 0x10DE061C, "Quadro FX 3600M" }, { 0x10DE0622, "GeForce 9600 GT" }, + { 0x10DE0623, "GeForce 9600 GS" }, { 0x10DE06E4, "GeForce 8400 GS" }, {-1, NULL} |