]> xenbits.xensource.com Git - seabios.git/commit
pciinit: Introduction of pci_region_entry structure
authorAlexey Korolev <alexey.korolev@endace.com>
Wed, 18 Apr 2012 05:21:19 +0000 (17:21 +1200)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 27 Apr 2012 01:52:30 +0000 (21:52 -0400)
commitfa51bcdacea74fd625d712bc4314f011354c11ae
treed163309b7407ab1027a69b6132e82bc987b8c280
parent4562bf654c50d4a90d1a5a146b26cd26467e8615
pciinit: Introduction of pci_region_entry structure

 The pci_region_entry structure is introduced.
 The pci_device->bars are removed. The  information from
 pci_region_entry is used to program  pci bars.

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