diff --git a/src/add-ons/accelerants/nvidia/engine/nv_general.c b/src/add-ons/accelerants/nvidia/engine/nv_general.c index adc8bcc533..5887cdb544 100644 --- a/src/add-ons/accelerants/nvidia/engine/nv_general.c +++ b/src/add-ons/accelerants/nvidia/engine/nv_general.c @@ -91,7 +91,7 @@ status_t nv_general_powerup() { status_t status; - LOG(1,("POWERUP: Haiku nVidia Accelerant 0.83 running.\n")); + LOG(1,("POWERUP: Haiku nVidia Accelerant 0.84 running.\n")); /* log VBLANK INT usability status */ if (si->ps.int_assigned) @@ -1553,6 +1553,12 @@ static status_t nvxx_general_powerup() LOG(4, ("INIT: NV powerup\n")); LOG(4,("POWERUP: Detected %s (%s)\n", si->adi.name, si->adi.chipset)); + if (si->ps.card_arch >= NV50A) + { + LOG(8,("POWERUP: G80 and higher support not implemented: different architecture!\n")); + return B_ERROR; + } + /* setup cardspecs */ /* note: * this MUST be done before the driver attempts a card coldstart */