Load ata_piix prior kudzu hardware detection because kudzu select ata_generic for ich7

This commit is contained in:
Arne Fitzenreiter
2009-03-01 00:36:43 +01:00
parent 7ea444c881
commit 5c95fd4076

View File

@@ -106,6 +106,9 @@ int main(int argc, char *argv[])
}
}
// Load ata-piix prior kudzu because kudzu use ata-generic for ich7
mysystem("/sbin/modprobe ata_piix");
// Starting hardware detection
runcommandwithstatus("/bin/probehw.sh", "Probing Hardware ...");