CVSROOT: /cvs Module name: src Changes by: an...@cvs.openbsd.org 2022/05/02 00:30:45
Modified files: sys/dev/ic : bcmgenet.c Log message: 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@