Commit 723849a8 authored by 薛德章's avatar 薛德章

Disable IDE probe temporary. fix bug 4678

This is a hack to avoid waste time on IDE probe.
parent d655987b
......@@ -723,6 +723,8 @@ static void probe_hwif(ide_hwif_t *hwif, void (*fixup)(ide_hwif_t *hwif))
unsigned long flags;
unsigned int irqd;
if(!hwif->present)
return;
if (hwif->noprobe)
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment