]> Git Repo - qemu.git/commit
net/cadence_gem: Implement SAR (de)activation
authorPeter Crosthwaite <[email protected]>
Wed, 4 Dec 2013 05:58:34 +0000 (21:58 -0800)
committerPeter Maydell <[email protected]>
Tue, 10 Dec 2013 13:28:50 +0000 (13:28 +0000)
commit64eb9301769c97c7fd340e4e7ef98edcd500ebff
tree080445f0c060f83d3d583f5c148e51f4e4ff2a88
parenta03f742983f9b6ed03913b30005b6f053290d285
net/cadence_gem: Implement SAR (de)activation

The Specific address registers can be enabled or disabled by software.
QEMU was assuming they were always enabled. Implement the
disable/enable feature. SARs are disabled by writing to the lower half
register. They are re-enabled by then writing the upper half.

Reported-by: Deepika Dhamija <[email protected]>
Signed-off-by: Peter Crosthwaite <[email protected]>
Message-id: 49efd1f7450af8f980b967d3054245bae137866c.1386136219[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/net/cadence_gem.c
This page took 0.024714 seconds and 4 git commands to generate.