DAC2 load detection isn't available on G73. Also fixed a comment typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33357 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2009-09-29 19:36:44 +00:00
parent 967fcd2c41
commit cc04faa6c1
2 changed files with 3 additions and 2 deletions

View File

@ -23,9 +23,10 @@ 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, G71) this routine doesn't work. */
/* on NV40 arch (confirmed NV43, G71, G73) this routine doesn't work. */
case NV43:
case G71:
case G73:
LOG(4,("DAC2: no load detection available. reporting no CRT detected on connector #2\n"));
return false;
}

View File

@ -2789,7 +2789,7 @@ static void setup_output_matrix()
* these cards connect head1 to connectors 1 and 2 simultaneously if
* only one VGA screen is found being on connector 2. Which is the
* case here.
* Confirmed on NV43, NV44, G71 and G72. */
* Confirmed on NV43, NV44, G71 and G73. */
LOG(2,("INFO: Both card outputs are connected to head 1;\n"));
LOG(2,("INFO: defaulting to head 1 for primary use.\n"));
break;