ahci: probe each port in its own thread
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Aug 2011 17:36:28 +0000 (19:36 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 6 Aug 2011 17:57:53 +0000 (13:57 -0400)
commit9713f2418f99f003876419f8c656fa9725d912c1
tree5f77875df8b3c680b9e667e8d8ac6027d9eb9ce3
parentd7a7cf3a437faa6d56d5dbb060480601ef90799e
ahci: probe each port in its own thread

Instead if creating a single thread which probes all ports one after
another kick one thread per port, so ports are probed in parallel.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/ahci.c