]> xenbits.xensource.com Git - seabios.git/commit
Minor - Replace PirOffset with PirAddr.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jun 2012 17:36:45 +0000 (13:36 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 9 Jun 2012 17:36:45 +0000 (13:36 -0400)
commitbfa02cd540e93ad1df46b3a599e121acf7a36c0a
treeb63176339c1f3aa808a22c04d419610539fa908b
parent4d053ebe8119cdaf2a0c045104e8b4d2e35cfefa
Minor - Replace PirOffset with PirAddr.

Technically, the PIR table could be placed at 0xf0000, which would
result in a PirOffset=0, which would confuse the code.  So, use an
absolute address (PirAddr) instead.  This also matches what the ACPI
and SMBIOS code does.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/biostables.c
src/pci.h
src/pcibios.c
src/pirtable.c