mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:06:40 +00:00
[VGAMP] Correctly initialize interface before calling VideoPortInitialize
This commit is contained in:
parent
f20efc6007
commit
a36bf31a0d
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ DriverEntry(IN PVOID Context1,
|
||||||
InitData.HwLegacyResourceList = VGAAccessRange;
|
InitData.HwLegacyResourceList = VGAAccessRange;
|
||||||
InitData.HwLegacyResourceCount = ARRAYSIZE(VGAAccessRange);
|
InitData.HwLegacyResourceCount = ARRAYSIZE(VGAAccessRange);
|
||||||
|
|
||||||
|
InitData.AdapterInterfaceType = Isa;
|
||||||
return VideoPortInitialize(Context1, Context2, &InitData, NULL);
|
return VideoPortInitialize(Context1, Context2, &InitData, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue