shithub: riscv

Download patch

ref: 692023ee08786ad834e03f5f271c20ce50feee3a
parent: 5de941cbcf8547896e617cc9f8c0e2d8332f2d08
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Jan 2 18:51:22 EST 2024

etherseeq: defer enabling controller until attach(), provide shutdown() function

On pnp(), just allocate descriptors and bring the controller
in a halted state.

Start the controller and dma in attach().

This prevents MAME from locking up when there is ethernet
traffic during bootup.