Message ID | 20240805031012.16547-2-gorg@gorgnet.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] docs/specs/pci-ids: Add missing devices | expand |
On 5/8/24 05:10, George Matsumura via wrote: > Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e > (PCIe-to-PCI bridge). > > Signed-off-by: George Matsumura <gorg@gorgnet.net> > --- > docs/specs/pci-ids.rst | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
On 5/8/24 05:10, George Matsumura via wrote: > Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e > (PCIe-to-PCI bridge). > > Signed-off-by: George Matsumura <gorg@gorgnet.net> > --- > docs/specs/pci-ids.rst | 4 ++++ > 1 file changed, 4 insertions(+) Patches 1 & 2 queued, thanks George.
diff --git a/docs/specs/pci-ids.rst b/docs/specs/pci-ids.rst index c0a3dec2e7..0de13de1e4 100644 --- a/docs/specs/pci-ids.rst +++ b/docs/specs/pci-ids.rst @@ -82,8 +82,12 @@ PCI devices (other than virtio): PCI-PCI bridge (multiseat) 1b36:000b PCIe Expander Bridge (-device pxb-pcie) +1b36:000c + PCIe Root Port (``-device pcie-root-port``) 1b36:000d PCI xhci usb host adapter +1b36:000e + PCIe-to-PCI bridge (``-device pcie-pci-bridge``) 1b36:000f mdpy (mdev sample device), ``linux/samples/vfio-mdev/mdpy.c`` 1b36:0010
Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e (PCIe-to-PCI bridge). Signed-off-by: George Matsumura <gorg@gorgnet.net> --- docs/specs/pci-ids.rst | 4 ++++ 1 file changed, 4 insertions(+)