nvidia gfx: removed a syslog message as it was spamming..
This commit is contained in:
@@ -1282,6 +1282,22 @@ status_t nv_general_powerup()
|
||||
sprintf(si->adi.chipset, "NV44");
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
#if 0
|
||||
case 0x06e410de: /* Nvidia Geforce 9200M G98M */
|
||||
si->ps.card_type = G70;
|
||||
si->ps.card_arch = NV40A;
|
||||
sprintf(si->adi.name, "Nvidia Geforce 8400 GS");
|
||||
sprintf(si->adi.chipset, "G98");
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
case 0x06e810de: /* Nvidia Geforce 9200M G98M */
|
||||
si->ps.card_type = G70;
|
||||
si->ps.card_arch = NV40A;
|
||||
sprintf(si->adi.name, "Nvidia Geforce 9200M");
|
||||
sprintf(si->adi.chipset, "G98");
|
||||
status = nvxx_general_powerup();
|
||||
break;
|
||||
#endif
|
||||
case 0x07e110de: /* Nvidia Geforce 7100 nForce 630i */
|
||||
si->ps.card_type = NV44;
|
||||
si->ps.card_arch = NV40A;
|
||||
|
||||
@@ -1200,7 +1200,6 @@ control_hook(void* dev, uint32 msg, void *buf, size_t len)
|
||||
status_t result = B_DEV_INVALID_IOCTL;
|
||||
uint32 tmpUlong;
|
||||
|
||||
CALLED();
|
||||
switch (msg) {
|
||||
/* the only PUBLIC ioctl */
|
||||
case B_GET_ACCELERANT_SIGNATURE: {
|
||||
|
||||
Reference in New Issue
Block a user