mirror of
https://github.com/ZenithOS/ZenithOS.git
synced 2026-05-26 17:59:16 +00:00
Fix drive initialization type report.
Fix drive probe not halting boot process when no ATAPI drives are found. #7
This commit is contained in:
Binary file not shown.
@@ -688,7 +688,7 @@ U0 AHCIInit()
|
||||
" ATAPI drive\n";
|
||||
}
|
||||
else
|
||||
" ATAPI drive\n";
|
||||
" ATA drive\n";
|
||||
|
||||
if (!AHCIPortIsIdle(i))
|
||||
{
|
||||
@@ -735,6 +735,8 @@ Bool AHCIBootDVDProbeAll(CBlkDev *bd)
|
||||
}
|
||||
}
|
||||
|
||||
Panic("Could not find ATAPI boot drive");
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user