mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[VBEMP]
- Fix EDID reading using SCI svn path=/trunk/; revision=56119
This commit is contained in:
@@ -121,7 +121,7 @@ VBEReadEdidUsingSCI(
|
||||
VideoPortZeroMemory(&BiosRegisters, sizeof(BiosRegisters));
|
||||
BiosRegisters.Eax = VBE_DDC;
|
||||
BiosRegisters.Ebx = VBE_DDC_REPORT_CAPABILITIES;
|
||||
BiosRegisters.Ecx = VBEDeviceExtension->CurrentChildIndex;
|
||||
BiosRegisters.Ecx = ChildIndex;
|
||||
VBEDeviceExtension->Int10Interface.Int10CallBios(
|
||||
VBEDeviceExtension->Int10Interface.Context,
|
||||
&BiosRegisters);
|
||||
@@ -137,7 +137,7 @@ VBEReadEdidUsingSCI(
|
||||
VideoPortZeroMemory(&BiosRegisters, sizeof(BiosRegisters));
|
||||
BiosRegisters.Eax = VBE_DDC;
|
||||
BiosRegisters.Ebx = VBE_DDC_BEGIN_SCL_SDA_CONTROL;
|
||||
BiosRegisters.Ecx = VBEDeviceExtension->CurrentChildIndex;
|
||||
BiosRegisters.Ecx = ChildIndex;
|
||||
VBEDeviceExtension->Int10Interface.Int10CallBios(
|
||||
VBEDeviceExtension->Int10Interface.Context,
|
||||
&BiosRegisters);
|
||||
|
||||
Reference in New Issue
Block a user