File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ static void cci_pci_free_irq(struct pci_dev *pcidev)
6666#define PCIE_DEVICE_ID_PF_DSC_1_X 0x09C4
6767#define PCIE_DEVICE_ID_INTEL_PAC_N3000 0x0B30
6868#define PCIE_DEVICE_ID_INTEL_PAC_D5005 0x0B2B
69+ #define PCIE_DEVCIE_ID_INTEL_OFS 0xaf00
6970/* VF Device */
7071#define PCIE_DEVICE_ID_VF_INT_5_X 0xBCBF
7172#define PCIE_DEVICE_ID_VF_INT_6_X 0xBCC1
@@ -82,6 +83,7 @@ static struct pci_device_id cci_pcie_id_tbl[] = {
8283 {PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCIE_DEVICE_ID_INTEL_PAC_N3000 ),},
8384 {PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCIE_DEVICE_ID_INTEL_PAC_D5005 ),},
8485 {PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCIE_DEVICE_ID_INTEL_PAC_D5005_VF ),},
86+ {PCI_DEVICE (PCI_VENDOR_ID_INTEL , PCIE_DEVCIE_ID_INTEL_OFS ),},
8587 {0 ,}
8688};
8789MODULE_DEVICE_TABLE (pci , cci_pcie_id_tbl );
You can’t perform that action at this time.
0 commit comments