On 12/30/20 9:45 PM, Neel Chauhan wrote:
> For reference, I am attaching the `pciconf -lv` and `acpidump -dt` 
> dumps.

Hmm, the acpidump doesn't have the -d contents, only the -t, and
PCI bridges are generally enumerated in the the -d part.  These
PCI bridges aren't enumerated in ACPI though, so that probably
doesn't matter.

The dinfo getting 0xffff means that somehow the way the PCI config
access is being handled for the child devices in vmd.c is wrong for
this bridge.  You might have to spelunk in the Linux driver to see
if the logic in vmd_read_config() and vmd_write_config() is
correct.

-- 
-- 
John Baldwin
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to