mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ig4(4): Add Meteor Lake PCI IDs
Approved by: re (cperciva)
PR: 282389
MFC after: 3 days
(cherry picked from commit bab5e3d468305928e9e5cf1ca9efcee4c89f6a76)
(cherry picked from commit 5cc7196a81)
This commit is contained in:
parent
b8276743e4
commit
56f0fc0011
1 changed files with 4 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ static int ig4iic_pci_detach(device_t dev);
|
|||
#define PCI_CHIP_METEORLAKE_M_I2C_1 0x7e798086
|
||||
#define PCI_CHIP_METEORLAKE_M_I2C_2 0x7e508086
|
||||
#define PCI_CHIP_METEORLAKE_M_I2C_3 0x7e518086
|
||||
#define PCI_CHIP_METEORLAKE_M_I2C_4 0x7e7a8086
|
||||
#define PCI_CHIP_METEORLAKE_M_I2C_5 0x7e7b8086
|
||||
|
||||
struct ig4iic_pci_device {
|
||||
uint32_t devid;
|
||||
|
|
@ -288,6 +290,8 @@ static struct ig4iic_pci_device ig4iic_pci_devices[] = {
|
|||
{ PCI_CHIP_METEORLAKE_M_I2C_1, "Intel Meteor Lake-M I2C Controller-1", IG4_TIGERLAKE},
|
||||
{ PCI_CHIP_METEORLAKE_M_I2C_2, "Intel Meteor Lake-M I2C Controller-2", IG4_TIGERLAKE},
|
||||
{ PCI_CHIP_METEORLAKE_M_I2C_3, "Intel Meteor Lake-M I2C Controller-3", IG4_TIGERLAKE},
|
||||
{ PCI_CHIP_METEORLAKE_M_I2C_4, "Intel Meteor Lake-M I2C Controller-4", IG4_TIGERLAKE},
|
||||
{ PCI_CHIP_METEORLAKE_M_I2C_5, "Intel Meteor Lake-M I2C Controller-5", IG4_TIGERLAKE},
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue