]> xenbits.xensource.com Git - seabios.git/commit
pciinit: Remove size element from pci_bus->r structure
authorAlexey Korolev <alexey.korolev@endace.com>
Wed, 18 Apr 2012 05:26:43 +0000 (17:26 +1200)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 27 Apr 2012 01:52:30 +0000 (21:52 -0400)
commitf3c2b06e69e79078b964cb6bbc497260c809aee1
treec9eefd1e14e038bba9d2229286561b97ea5ceea5
parent3a29716fd43a9be1e88182e288dd4931bb662897
pciinit: Remove size element from pci_bus->r structure

 The 'size' element of pci_bus->r structure is no
 longer need as the information about bridge region
 size is already stored in pci_region_entry structure.

Signed-off-by: Alexey Korolev <alexey.korolev@endace.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pciinit.c