fixed comment typos. No actual change.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2009-05-27 18:57:01 +00:00
parent 21bade017a
commit f595427d00
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ typedef struct {
float panel1_aspect; /* panel's aspect ratio */
float panel2_aspect; /* panel's aspect ratio */
edid_specs con1_screen; /* EDID properties of the screen connected to connector 1 */
edid_specs con2_screen; /* EDID properties of the screen connected to connector 1 */
edid_specs con2_screen; /* EDID properties of the screen connected to connector 2 */
bool crtc2_prim; /* using CRTC2 as primary CRTC */
bool i2c_bus0; /* we have a wired I2C bus 0 on board */
bool i2c_bus1; /* we have a wired I2C bus 1 on board */

View File

@ -673,7 +673,7 @@ i2c_DumpSpecsEDID(edid_specs* specs)
/* notes:
* - con1 resides closest to the mainboard on for example NV25 and NV28, while for
* example on NV34 con2 sits closest to the mainboard.
* - con1 is connected to DAC1, and con2 is connected to DAC2 on all pre-NV40
* - i2c bus0 is connected to con1, and i2c bus1 is connected to con2 on all pre-NV40
* architecture cards. On later cards it's vice versa. */
//>>>fixme:
//- re-check if the latter note is true,