From: Jeff Garzik Date: Sun, 30 Oct 2005 11:41:29 +0000 (-0500) Subject: [libata] fix legacy IDE probing X-Git-Tag: v2.6.15-rc1~728^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0d5192696eeb3072944a4a813809cc2c85891a;p=pandora-kernel.git [libata] fix legacy IDE probing ata_pci_init_one() receives an array of struct ata_port_info. Recent updates to the code had always obtained port information from array element 0, rather than array element N. Change to avoid hardcoding port_info[0], thereby restoring proper hardware information to secondary legacy ports. --- Reading git-diff-tree failed