seabios: pciinit: fix 64bit bar initilization.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Mon, 26 Jul 2010 05:02:45 +0000 (14:02 +0900)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 01:29:15 +0000 (21:29 -0400)
commit1d5c333e224cc95fb12563d8437abfeadda7734a
tree8e8402fe799f517103b436679d3139e60e1398ed
parentae6924dae8df004a8389215b2d5a183fb4e4841a
seabios: pciinit: fix 64bit bar initilization.

When 64bit bar allocation failed, leave it untouched as 32bit bar case.
There is no point to set higher bit to all 1, it is just leftover from
debug code.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
src/pciinit.c