View | Details | Raw Unified | Return to bug 221777 | Differences between
and this patch

Collapse All | Expand All

(-)b/sys/dev/ichiic/ig4_pci.c (+4 lines)
Lines 80-85 static int ig4iic_pci_detach(device_t dev); Link Here
80
#define PCI_CHIP_SKYLAKE_I2C_3		0x9d638086
80
#define PCI_CHIP_SKYLAKE_I2C_3		0x9d638086
81
#define PCI_CHIP_SKYLAKE_I2C_4		0x9d648086
81
#define PCI_CHIP_SKYLAKE_I2C_4		0x9d648086
82
#define PCI_CHIP_SKYLAKE_I2C_5		0x9d658086
82
#define PCI_CHIP_SKYLAKE_I2C_5		0x9d658086
83
#define PCI_CHIP_KABYLAKE_I2C_0		0xa1608086
84
#define PCI_CHIP_KABYLAKE_I2C_1		0xa1618086
83
#define PCI_CHIP_APL_I2C_0		0x5aac8086
85
#define PCI_CHIP_APL_I2C_0		0x5aac8086
84
#define PCI_CHIP_APL_I2C_1		0x5aae8086
86
#define PCI_CHIP_APL_I2C_1		0x5aae8086
85
#define PCI_CHIP_APL_I2C_2		0x5ab08086
87
#define PCI_CHIP_APL_I2C_2		0x5ab08086
Lines 110-115 static struct ig4iic_pci_device ig4iic_pci_devices[] = { Link Here
110
	{ PCI_CHIP_SKYLAKE_I2C_3, "Intel Sunrise Point-LP I2C Controller-3", IG4_SKYLAKE},
112
	{ PCI_CHIP_SKYLAKE_I2C_3, "Intel Sunrise Point-LP I2C Controller-3", IG4_SKYLAKE},
111
	{ PCI_CHIP_SKYLAKE_I2C_4, "Intel Sunrise Point-LP I2C Controller-4", IG4_SKYLAKE},
113
	{ PCI_CHIP_SKYLAKE_I2C_4, "Intel Sunrise Point-LP I2C Controller-4", IG4_SKYLAKE},
112
	{ PCI_CHIP_SKYLAKE_I2C_5, "Intel Sunrise Point-LP I2C Controller-5", IG4_SKYLAKE},
114
	{ PCI_CHIP_SKYLAKE_I2C_5, "Intel Sunrise Point-LP I2C Controller-5", IG4_SKYLAKE},
115
	{ PCI_CHIP_KABYLAKE_I2C_0, "Intel Sunrise Point-LP I2C Controller-0", IG4_SKYLAKE},
116
	{ PCI_CHIP_KABYLAKE_I2C_1, "Intel Sunrise Point-LP I2C Controller-1", IG4_SKYLAKE},
113
	{ PCI_CHIP_APL_I2C_0, "Intel Apollo Lake I2C Controller-0", IG4_APL},
117
	{ PCI_CHIP_APL_I2C_0, "Intel Apollo Lake I2C Controller-0", IG4_APL},
114
	{ PCI_CHIP_APL_I2C_1, "Intel Apollo Lake I2C Controller-1", IG4_APL},
118
	{ PCI_CHIP_APL_I2C_1, "Intel Apollo Lake I2C Controller-1", IG4_APL},
115
	{ PCI_CHIP_APL_I2C_2, "Intel Apollo Lake I2C Controller-2", IG4_APL},
119
	{ PCI_CHIP_APL_I2C_2, "Intel Apollo Lake I2C Controller-2", IG4_APL},

Return to bug 221777