diff options
| author | Tom Rini <[email protected]> | 2023-11-27 16:19:09 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-27 16:19:09 -0500 |
| commit | d6e052c6151e89d34af2f6337c5cded1b12dfdb8 (patch) | |
| tree | 45a1233a7c2276127184f23d7fec929799e7eee1 /include | |
| parent | 129d6a0d87b7f19b85dc0a007f7050ce973fd019 (diff) | |
| parent | 3555c92583c2c778a7b252bc6951be49fc21d22c (diff) | |
Merge patch series "ufs: Add a PCI UFS controller support"
To quote the author:
This adds a PCI UFS controller support and enables the support on
QEMU RISC-V for testing.
Requiring QEMU v8.2+.
Diffstat (limited to 'include')
| -rw-r--r-- | include/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index 88b0a640458..b63bf45168d 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -1363,6 +1363,13 @@ #define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP 0x3fc5 #define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI 0x3fc6 +/* Per https://www.qemu.org/docs/master/specs/pci-ids.html */ +#define PCI_VENDOR_ID_REDHAT 0x1b36 +#define PCI_DEVICE_ID_REDHAT_SDHCI 0x0007 +#define PCI_DEVICE_ID_REDHAT_XHCI 0x000d +#define PCI_DEVICE_ID_REDHAT_NVME 0x0010 +#define PCI_DEVICE_ID_REDHAT_UFS 0x0013 + #define PCI_VENDOR_ID_INIT 0x1101 #define PCI_VENDOR_ID_CREATIVE 0x1102 /* duplicate: ECTIVA */ |
