nvidia gfx: removed a syslog message as it was spamming..

This commit is contained in:
Rudolf Cornelissen
2022-11-13 00:24:05 +01:00
parent ea959da4df
commit 423e3645e1
2 changed files with 16 additions and 1 deletions
@@ -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: {