Re: [PATCH 01/12] next-cube.c: add dummy Ethernet register to allow diagnostic to timeout

2023-12-16 Thread Thomas Huth
Am Fri, 15 Dec 2023 19:59:58 + schrieb Mark Cave-Ayland : > Add a dummy register at address 0x6000 in the MMIO memory region to allow the > initial diagnostic test to timeout rather than getting stuck in a loop > continuously writing "en_write: tx not ready" to the console. > > Signed-off-by:

[PATCH 01/12] next-cube.c: add dummy Ethernet register to allow diagnostic to timeout

2023-12-15 Thread Mark Cave-Ayland
Add a dummy register at address 0x6000 in the MMIO memory region to allow the initial diagnostic test to timeout rather than getting stuck in a loop continuously writing "en_write: tx not ready" to the console. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 4 1 file changed, 4 i