Can you run with this patch and send me a new dmesg? Also can you
send me pcidump output from before my diff? Alternatively you could
disable acpipci(4) and send me pcidump output from that.
Index: arch/amd64/pci/acpipci.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/pci/acpipci.c,v
retrieving revision 1.2
diff -u -p -r1.2 acpipci.c
--- arch/amd64/pci/acpipci.c 28 Aug 2019 22:39:09 -0000 1.2
+++ arch/amd64/pci/acpipci.c 2 Sep 2019 22:54:27 -0000
@@ -143,6 +143,10 @@ acpipci_attach(struct device *parent, st
printf("\n");
+ extent_print(sc->sc_busex);
+ extent_print(sc->sc_ioex);
+ extent_print(sc->sc_memex);
+
acpi_haspci = 1;
sc->sc_iot = aaa->aaa_iot;