CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2021/06/14 14:54:04
Modified files: sys/dev/fdt : dwpcie.c Log message: Simplify the way we handle PCI configuration space access. Instead of splitting the configuration space access window in a part for type 0 and a part for type 1 commands, use a single window. The code already flips between type 0 and type 1 so there is no benefit in having this complication. Fixes the PCIe host bridge on the SiFive FU740 SoC. ok drahn@, patrick@