Linux ATA/IDE development
 help / color / mirror / Atom feed
* [patch 0/2] fastboot: allow skipping probing of known-unused ports in libata
@ 2008-08-11 22:35 Arjan van de Ven
  2008-08-11 22:36 ` [patch 1/2] fastboot: Add a module parameter to skip probing of specific ports Arjan van de Ven
  2008-08-11 22:37 ` [patch 2/2] fastboot: use a DMI match table to set defaults for port-disable Arjan van de Ven
  0 siblings, 2 replies; 14+ messages in thread
From: Arjan van de Ven @ 2008-08-11 22:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-ide

Hi,

if you KNOW a certain ata port is not connected (for example in a
netbook where there's just nothing there possible), we still probe
the port currently and waste time. This time is a significant part of
the total boot time.

This patch series introduces a module parameter that can be used
to tell the kernel which ports to skip, and the second patch
adds a DMI list for known setups so that for known cases
users don't have to add any parameters at all.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-08-20 22:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 22:35 [patch 0/2] fastboot: allow skipping probing of known-unused ports in libata Arjan van de Ven
2008-08-11 22:36 ` [patch 1/2] fastboot: Add a module parameter to skip probing of specific ports Arjan van de Ven
2008-08-12  7:39   ` Alan Cox
2008-08-12 11:36     ` Arjan van de Ven
2008-08-12 12:00       ` Alan Cox
2008-08-12 14:02         ` Arjan van de Ven
2008-08-12 14:21           ` Alan Cox
2008-08-11 22:37 ` [patch 2/2] fastboot: use a DMI match table to set defaults for port-disable Arjan van de Ven
2008-08-12  1:09   ` Marcel Holtmann
2008-08-12  5:04     ` Arjan van de Ven
2008-08-12  8:10       ` Alan Cox
2008-08-12 11:37         ` Arjan van de Ven
2008-08-12 11:58           ` Alan Cox
2008-08-20 22:46   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox