seabios: pciinit: use pci device initializer helper function.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 10 Jul 2010 17:12:37 +0000 (13:12 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 10 Jul 2010 17:12:37 +0000 (13:12 -0400)
commit0d6b8d5ff2df9dea30003b03c6af6e6bfb461ce9
treed917c50af36fae8aba471101edac4bfb3dd29fa5
parent968d3a889cc35fd647e6e05ec7537fffad09227d
seabios: pciinit: use pci device initializer helper function.

This patch makes use of pci device initialization helper function
to convert if/switch clause to table driven.
So this makes it easier to add q35 initialization code.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Makefile
src/dev-i440fx.c [new file with mode: 0644]
src/dev-i440fx.h [new file with mode: 0644]
src/pciinit.c
src/util.h