mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[UNIATA] Fix for uninitialized Lun pointer
This fixes crash on Intel AHCI init. CORE-15886
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
23d0aead53
commit
6d5a81013c
@@ -1251,6 +1251,7 @@ for_ugly_chips:
|
||||
|
||||
for(c=0; c<deviceExtension->NumberChannels; c++) {
|
||||
chan = &deviceExtension->chan[c];
|
||||
AtapiSetupLunPtrs(chan, deviceExtension, c);
|
||||
IsPata = FALSE;
|
||||
if(ChipFlags & ICH5) {
|
||||
KdPrint2((PRINT_PREFIX "ICH5\n"));
|
||||
|
||||
Reference in New Issue
Block a user