[SeaBIOS] [RFC PATCH v2 2/4] pci: add RedHat vendor ID

Marcel Apfelbaum marcel at redhat.com
Sun Jul 23 18:05:50 CEST 2017


On 23/07/2017 1:11, Aleksandr Bezzubikov wrote:
> Signed-off-by: Aleksandr Bezzubikov <zuban32s at gmail.com>
> ---
>   src/hw/pci_ids.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/src/hw/pci_ids.h b/src/hw/pci_ids.h
> index 4ac73b4..db2e694 100644
> --- a/src/hw/pci_ids.h
> +++ b/src/hw/pci_ids.h
> @@ -2263,6 +2263,8 @@
>   #define PCI_DEVICE_ID_KORENIX_JETCARDF0	0x1600
>   #define PCI_DEVICE_ID_KORENIX_JETCARDF1	0x16ff
>   
> +#define PCI_VENDOR_ID_REDHAT 		0x1b36
> +
>   #define PCI_VENDOR_ID_TEKRAM		0x1de1
>   #define PCI_DEVICE_ID_TEKRAM_DC290	0xdc29
>   
> 

I suggest to merge this patch with patch 4
that uses it.


Thanks,
Marcel



More information about the SeaBIOS mailing list