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:
@@ -351,7 +351,7 @@ typedef struct {
|
|||||||
float panel1_aspect; /* panel's aspect ratio */
|
float panel1_aspect; /* panel's aspect ratio */
|
||||||
float panel2_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 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 crtc2_prim; /* using CRTC2 as primary CRTC */
|
||||||
bool i2c_bus0; /* we have a wired I2C bus 0 on board */
|
bool i2c_bus0; /* we have a wired I2C bus 0 on board */
|
||||||
bool i2c_bus1; /* we have a wired I2C bus 1 on board */
|
bool i2c_bus1; /* we have a wired I2C bus 1 on board */
|
||||||
|
|||||||
@@ -673,7 +673,7 @@ i2c_DumpSpecsEDID(edid_specs* specs)
|
|||||||
/* notes:
|
/* notes:
|
||||||
* - con1 resides closest to the mainboard on for example NV25 and NV28, while for
|
* - con1 resides closest to the mainboard on for example NV25 and NV28, while for
|
||||||
* example on NV34 con2 sits closest to the mainboard.
|
* 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. */
|
* architecture cards. On later cards it's vice versa. */
|
||||||
//>>>fixme:
|
//>>>fixme:
|
||||||
//- re-check if the latter note is true,
|
//- re-check if the latter note is true,
|
||||||
|
|||||||
Reference in New Issue
Block a user