commit | 6535943fbf25c8e9419a6b20ca992633baa0bf99 | [log] [tgz] |
---|---|---|
author | Myron Stowe <mstowe@redhat.com> | Mon Nov 21 11:54:19 2011 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Feb 14 08:44:46 2012 -0800 |
tree | ad7eab22b1a193b37a47b804f49451bd7405833d | |
parent | 925845bd49c6de437dfab3bf8dc654ea3ae21d74 [diff] |
x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list This patch converts the underlying maintenance aspects of FW-assigned BIOS BAR values from a statically allocated array within struct pci_dev to a list of temporary, stand alone, entries. Signed-off-by: Myron Stowe <myron.stowe@redhat.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>