mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[UNIATA] Fix for uninitialized Lun pointer
This fixes crash on Intel AHCI init. CORE-15886
This commit is contained in:
parent
23d0aead53
commit
6d5a81013c
1 changed files with 1 additions and 0 deletions
|
@ -1251,6 +1251,7 @@ for_ugly_chips:
|
||||||
|
|
||||||
for(c=0; c<deviceExtension->NumberChannels; c++) {
|
for(c=0; c<deviceExtension->NumberChannels; c++) {
|
||||||
chan = &deviceExtension->chan[c];
|
chan = &deviceExtension->chan[c];
|
||||||
|
AtapiSetupLunPtrs(chan, deviceExtension, c);
|
||||||
IsPata = FALSE;
|
IsPata = FALSE;
|
||||||
if(ChipFlags & ICH5) {
|
if(ChipFlags & ICH5) {
|
||||||
KdPrint2((PRINT_PREFIX "ICH5\n"));
|
KdPrint2((PRINT_PREFIX "ICH5\n"));
|
||||||
|
|
Loading…
Reference in a new issue