diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 15:30:24 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-01-12 15:30:24 -0600 |
commit | dffb70f3305daa16625ec9d5b02a2c0d23ff84b3 (patch) | |
tree | 95c45e93910766aecd2f758ffc09bf1e439a0d97 /CHANGELOG | |
parent | 3411d1176102249f0e85dfc01820940e2faa7d13 (diff) | |
download | u-boot-imx-dffb70f3305daa16625ec9d5b02a2c0d23ff84b3.zip u-boot-imx-dffb70f3305daa16625ec9d5b02a2c0d23ff84b3.tar.gz u-boot-imx-dffb70f3305daa16625ec9d5b02a2c0d23ff84b3.tar.bz2 |
Fixed PCI indirect config ops to handle multiple PCI controllers
We need to adjust the bus number we are trying to access based
on which PCI controller its on
Patch by Kumar Gala 12 Jan 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fixed PCI indirect config ops to handle multiple PCI controllers + We need to adjust the bus number we are trying to access based + on which PCI controller its on + Patch by Kumar Gala 12 Jan 2006 + * Report back PCI bus when doing table based device config Patch by Kumar Gala 11 Jan 2006 |