Disable DMA as part of the hardware reset, preventing the device from
authoranton <anton@openbsd.org>
Mon, 2 May 2022 06:30:45 +0000 (06:30 +0000)
committeranton <anton@openbsd.org>
Mon, 2 May 2022 06:30:45 +0000 (06:30 +0000)
commitd24dc9947a782ca50d9a2b0be054f7048d1c66b5
tree286e6b0f9416b1bd4d40750dcb770a5d2c552dc6
parent1da4269e6585b4281faa010055d56c185f57cdd3
Disable DMA as part of the hardware reset, preventing the device from
ending up in an odd state during netboot in which u-boot (in my case)
hands of the device in a somewhat initialized state.

ok kettenis@
sys/dev/ic/bcmgenet.c