CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2021/02/26 05:28:46
Modified files: sys/dev/pci : if_bwfm_pci.c if_bwfm_pci.h Log message: Add support for BCM4378 as implemented on the Apple M1. This chip seems to use a different set of PCIE2REG registers. Accessing the "old" ones even leads to faults. There are two surprises though. One is that it seems that the interrupt status register always returns 0, and the other one is that we receive the interrupts way too early, but both can be worked around for now.