]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[realtek] Use physical addresses in debug messages
authorMichael Brown <mcb30@ipxe.org>
Mon, 16 Nov 2020 13:07:31 +0000 (13:07 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 16 Nov 2020 14:58:57 +0000 (14:58 +0000)
commit810dc5d6c33b71ceec3f00f48e64ff337389ed2e
treeb03a4ec6e69c825b96eb2465080453fa490b1ee7
parentfc5cf18dab3ab88aff00e6ed2915a5e960eeb085
[realtek] Use physical addresses in debug messages

Physical addresses in debug messages are more meaningful from an
end-user perspective than potentially IOMMU-mapped I/O virtual
addresses, and have the advantage of being calculable without access
to the original DMA mapping entry (e.g. when displaying an address for
a single failed completion within a descriptor ring).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/realtek.c