pci: Do not skip legacy IDE device configuration
authorBin Meng <bmeng.cn@gmail.com>
Sat, 16 May 2015 01:33:15 +0000 (09:33 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Jun 2015 08:39:39 +0000 (02:39 -0600)
commit04e3c4eb930a761b561cb87f964aa8a5d694c501
treed4f132d11b1f28336b738965445c90ccae708b77
parent1b73b1c7fbb6c35c509e5b1d43785f029146cf61
pci: Do not skip legacy IDE device configuration

The legacy IDE device has a BAR4 (Bus Master Interface BAR) which
needs to be configured.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci_auto.c