]> git.baikalelectronics.ru Git - kernel.git/commit
[libata] ata_piix: Enable parallel scan
authorArjan van de Ven <arjan@infradead.org>
Wed, 13 May 2009 14:02:42 +0000 (15:02 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 10 Jun 2009 15:05:34 +0000 (11:05 -0400)
commit855afc1336ad8f38f4ed829a6f7f43e75854c5b3
tree9a3565de854416352468cd1adc6666cc45eed3bc
parent600703d2352c9bc3c7f4f29053ebe519c9ca68a8
[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 <arjan@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ata_piix.c