summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2008-04-28 22:34:32 (GMT)
committerLen Brown <len.brown@intel.com>2008-04-29 07:22:28 (GMT)
commit21855d69d1e3ace3efdb8159a4a7ab1ab98a6f19 (patch)
treebfa5bc70ab7dabe5e4117fde96199df6c05cd261 /scripts
parent0a977f15469457d9a19eed992caf71995c674064 (diff)
downloadlinux-fsl-qoriq-21855d69d1e3ace3efdb8159a4a7ab1ab98a6f19.tar.xz
PNP: add pnp_resource index for ISAPNP
Save the ISAPNP config register index in the struct pnp_resource. We need this because it is important to write ISAPNP configuration back to the same registers we read it from. For example, if we read valid regions from memory descriptors 0, 1, and 3, we'd better write them back to the same registers, without compressing them to descriptors 0, 1, and 2. This was previously guaranteed by using the index into the pnp_resource_table array as the ISAPNP config register index. However, I am removing those fixed-size arrays, so we need to save the ISAPNP register index elsewhere. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions