Fix Sun bug #7035791: scanpci should report 64 bit registers
authorJohn Martin <John.M.Martin@Oracle.COM>
Sat, 20 Jul 2013 22:49:05 +0000 (15:49 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 20 Jul 2013 22:53:08 +0000 (15:53 -0700)
commitbdcb46d33c6514278d2209fd00ed58c580da5ff3
treec3a2ca0aa325443d96906171d2a3d62394698c63
parentf806b95d029d36c977befed4096734f6461efa08
Fix Sun bug #7035791: scanpci should report 64 bit registers

On a system which has allocated 64-bit device addresses scanpci -v
will show entries such as:
[...]
  BASE0     0xce000000 SIZE 16777216  MEM
  BASE1     0x00000fc1f8000000 SIZE 134217728  MEM64 PREFETCHABLE
  BASE3     0x00000fc1f6000000 SIZE 33554432  MEM64 PREFETCHABLE
[...]
instead of:
[...]
  BASE0     0xce000000 SIZE 16777216  MEM
  BASE1     0xf8000000 SIZE 134217728  MEM PREFETCHABLE
  BASE3     0xf6000000 SIZE 33554432  MEM PREFETCHABLE
[...]

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
scanpci/scanpci.c