]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:15 +0000 (22:48 +0200)
commita08f0542e106ecf96b32b4d8ababdcb02c61eecb
treed7004678802c544560d2f42881aea7427594baff
parentb690ee9449db1db01c41af02a3588c4cb3a2d46e
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