From: Hans Zhang <hans.zhang@xxxxxxxxxxx> Add Cixtech P1 (internal name sky1) as a vendor and device ID for PCI devices so we can use the macro for future drivers. Signed-off-by: Hans Zhang <hans.zhang@xxxxxxxxxxx> Reviewed-by: Peter Chen <peter.chen@xxxxxxxxxxx> --- include/linux/pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 1a2594a38199..531b34c1181a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -200,6 +200,9 @@ #define PCI_DEVICE_ID_COMPAQ_THUNDER 0xf130 #define PCI_DEVICE_ID_COMPAQ_NETFLEX3B 0xf150 +#define PCI_VENDOR_ID_CIX 0x1f6c +#define PCI_DEVICE_ID_CIX_SKY1 0x0001 + #define PCI_VENDOR_ID_NCR 0x1000 #define PCI_VENDOR_ID_LSI_LOGIC 0x1000 #define PCI_DEVICE_ID_NCR_53C810 0x0001 base-commit: 99fa936e8e4f117d62f229003c9799686f74cebc -- 2.47.1