From: Arjan van de Ven Date: Wed, 13 May 2009 14:02:42 +0000 (+0100) Subject: [libata] ata_piix: Enable parallel scan X-Git-Tag: v2.6.31-rc1~388^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=517d3cc15b36392e518abab6bacbb72089658313;p=pandora-kernel.git [libata] ata_piix: Enable parallel scan This patch turns on parallel scanning for the ata_piix driver. This driver is used on most netbooks (no AHCI for cheap storage it seems). The scan is the dominating time factor in the kernel boot for these devices; with this flag it gets cut in half for the device I used for testing (eeepc). Alan took a look at the driver source and concluded that it ought to be safe to do for this driver. Alan has also checked with the hardware team. Signed-off-by: Arjan van de Ven Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed