]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: add a module parameter to ignore the SSS flags for async scanning
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 26 Jan 2009 10:05:44 +0000 (02:05 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 3 Feb 2009 03:41:39 +0000 (22:41 -0500)
commitf3d0d2a1e1e27bad8d2bae8a19e8fe1a6258196a
treeba2e9c0ffa11df9c1e862d9d6ed0c1b090cfc5e4
parent8d12d87b9cc7582a2e2e295617bbdbeafcbca909
ahci: add a module parameter to ignore the SSS flags for async scanning

The SSS flag, which directs the OS to spin up one disk at a time
to not have the PSU blow out, sometimes gets set even when not needed.
The effect of this is a longer-than-needed boot time.

This patch adds a module parameter that makes the driver ignore SSS
at least as far as the parallel scan during boot is concerned...

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci.c