diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-01-06 22:37:14 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-01-06 22:37:14 +0000 |
commit | 29d14d50c462c19ac2a6851b7079244c13095bef (patch) | |
tree | df16af984d1fd22447b3cce1573aae1eb199d92c /driver/xf86-video-nv | |
parent | f286ef5103033a8f3e0aa75ee2fd273734020ae5 (diff) |
add GeForce 9300 GE to the list of known chipsets, enough to get it working
for me. ok matthieu@
Diffstat (limited to 'driver/xf86-video-nv')
-rw-r--r-- | driver/xf86-video-nv/src/nv_driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/xf86-video-nv/src/nv_driver.c b/driver/xf86-video-nv/src/nv_driver.c index faf73a9ae..e235afb2a 100644 --- a/driver/xf86-video-nv/src/nv_driver.c +++ b/driver/xf86-video-nv/src/nv_driver.c @@ -428,6 +428,7 @@ static SymTabRec NVKnownChipsets[] = { 0x10DE0648, "GeForce 9600M GS" }, { 0x10DE0649, "GeForce 9600M GT" }, { 0x10DE064B, "GeForce 9500M G" }, + { 0x10DE06E0, "GeForce 9300 GE" }, { 0x10DE06E1, "GeForce 9300 GS" }, { 0x10DE06E4, "GeForce 8400 GS" }, { 0x10DE06E5, "GeForce 9300M GS" }, @@ -435,6 +436,7 @@ static SymTabRec NVKnownChipsets[] = { 0x10DE06E9, "GeForce 9300M GS" }, { 0x10DE06EA, "Quadro NVS 150M" }, { 0x10DE06EB, "Quadro NVS 160M" }, + { 0x10DE084B, "GeForce 9300 GE" }, {-1, NULL} }; |