commit | ab0f9ad34d1eb31bb13cc4218d7717f8a85b12ed | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Jun 25 15:19:48 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jun 29 01:58:20 2007 -0500 |
tree | aa4110045c5089ca0d498bdb32af29f3dfdf1d1a | |
parent | dfac6faf8f42d5a9dd6919d7a2a41ef91eb77b4f [diff] |
[POWERPC] Added indirect_type to handle variants of PCI ops The generic PCI config ops indirect support for ppc32 covers only two cases (implicit vs explicit) type 0/1 config cycles via set_cfg_type. Added a indirect_type bit mask to handle other variants. Added support for PCI-e extended registers and moved the cfg_type handling into the bit mask for ARCH=powerpc. We can also use this to handle indirect quirks. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>