Re: PCIe Root Port/Bus Not Detected in VMD

2020-12-31 Thread John Baldwin
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

Re: PCIe Root Port/Bus Not Detected in VMD

2020-12-30 Thread Neel Chauhan
For reference, I am attaching the `pciconf -lv` and `acpidump -dt` dumps. -Neel On 2020-12-30 21:42, Neel Chauhan wrote: Hi freebsd-current@, My apologies for so many emails from me. I sent another copy of this email to freebsd-hackers@. I have the following patch: diff --git

PCIe Root Port/Bus Not Detected in VMD

2020-12-30 Thread Neel Chauhan
Hi freebsd-current@, My apologies for so many emails from me. I sent another copy of this email to freebsd-hackers@. I have the following patch: diff --git a/sys/dev/vmd/vmd.c b/sys/dev/vmd/vmd.c index 2cc6f45bed9..7cc0a8a91a7 100644 --- a/sys/dev/vmd/vmd.c +++ b/sys/dev/vmd/vmd.c @@ -66,10