Didn't notice this wrong identifier when applying the patch.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19093 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-10-22 21:25:40 +00:00
parent 8a93edb60c
commit 50268509dc

View File

@ -1123,7 +1123,7 @@ status_t nv_general_powerup()
si->ps.card_type = G73;
si->ps.card_arch = NV40A;
si->ps.laptop = true;
sprintf(si->adi.name, "Nvidia GeForce 7300 GT");
sprintf(si->adi.name, "Nvidia GeForce 7600 GO");
sprintf(si->adi.chipset, "G73");
status = nvxx_general_powerup();
break;