NetBSD/src 83CID6xsys/dev/pci nvme_pci.c xhci_pci.c, sys/dev/pci/ixgbe ixgbe.c ixv.c

    Nowadays some UEFI BIOSes don't enable some PCI devices' address decoding.
   To resolve this problem, pci_map.c rev. 1.34-1.36 changed the
   pci_mapreg_(sub)map()'s to set the decode bit if it's not set. It's good for
   almost all drivers, but some other drivers don't use pci_mapreg_map().
   In drivers which don't use pci_mapreg_map(), some of them expilicitly enable
   decoding but others don't. Add code to enable decoding to them.

    See also the following discussion:
        http://mail-index.netbsd.org/tech-kern/2017/03/22/msg021678.html
VersionDeltaFile
1.26+14-8sys/dev/pci/nvme_pci.c
1.21+11-6sys/dev/pci/xhci_pci.c
1.85+12-2sys/dev/pci/if_fxp_pci.c
1.171+11-2sys/dev/pci/ixgbe/ixgbe.c
1.108+11-2sys/dev/pci/ixgbe/ixv.c
+59-205 files

UnifiedSplitRaw