Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RXpkt.in_use is always 16 bit wide, but when the bus access mode is 32bit and the endianness is big, we must access the second word and not the first. This patch adjusts the offset according to the size and endianness. This fixes DHCP for Q800 guest. Fixes: be92084 ("dp8393x: manage big endian bus") Signed-off-by: Laurent Vivier <[email protected]> Tested-by: Hervé Poussineau <[email protected]> Message-Id: <[email protected]>
- Loading branch information