CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/05/23 16:16:39
Modified files: sys/dev/fdt : dwpcie.c Log message: Increase chances of getting a successful PCIe link on the i.MX8MM. Hold the reset GPIO for 100ms instead of 20ms, and also directly continue setting up the link instead of waiting for another 20ms. This brings us in line with what Linux is doing and removes the 10% risk of em(4) not showing up on my HummingBoard Pulse. ok kettenis@