diff --git a/src/add-ons/accelerants/nvidia/engine/nv_dac2.c b/src/add-ons/accelerants/nvidia/engine/nv_dac2.c index 5a1138cff0..ae2369ac1f 100644 --- a/src/add-ons/accelerants/nvidia/engine/nv_dac2.c +++ b/src/add-ons/accelerants/nvidia/engine/nv_dac2.c @@ -23,8 +23,9 @@ bool nv_dac2_crt_connected() * actual secondary DAC function. */ /* (It DOES have a secondary palette RAM and pixelclock PLL though.) */ case NV11: - /* on NV40 arch (confirmed NV43) this routine always finds a monitor (doesn't work). */ + /* on NV40 arch (confirmed NV43, G71) this routine doesn't work. */ case NV43: + case G71: LOG(4,("DAC2: no load detection available. reporting no CRT detected on connector #2\n")); return false; }