diff options
author | Jing Liu <jing2.liu@linux.intel.com> | 2018-08-24 16:53:01 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-09-05 08:37:18 +0200 |
commit | bcd82420a32d1fe597a88e601959e9d5fe4c70df (patch) | |
tree | 4377649cc2bec4b9801cde7933eb622337fd33f2 /src/hw/pci_ids.h | |
parent | 478bc3e99394601f28a9cbb9f61cb41628962ac7 (diff) | |
download | seabios-bcd82420a32d1fe597a88e601959e9d5fe4c70df.tar.gz |
pci: recognize RH PCI legacy bridge resource reservation capability
Enable the firmware recognizing RedHat legacy PCI bridge device ID,
so QEMU can reserve additional PCI bridge resource capability.
Change the debug level lower to 3 when it is non-QEMU bridge.
Signed-off-by: Jing Liu <jing2.liu@linux.intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Message-id: 1535100781-3910-4-git-send-email-jing2.liu@linux.intel.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'src/hw/pci_ids.h')
-rw-r--r-- | src/hw/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/pci_ids.h b/src/hw/pci_ids.h index 38fa2ca4..10964616 100644 --- a/src/hw/pci_ids.h +++ b/src/hw/pci_ids.h @@ -2265,6 +2265,7 @@ #define PCI_VENDOR_ID_REDHAT 0x1b36 #define PCI_DEVICE_ID_REDHAT_ROOT_PORT 0x000C +#define PCI_DEVICE_ID_REDHAT_BRIDGE 0x0001 #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 |