|
@@ -71,6 +71,7 @@ static const struct e1000_info *e1000_info_tbl[] = {
|
|
|
[board_pch2lan] = &e1000_pch2_info,
|
|
|
[board_pch_lpt] = &e1000_pch_lpt_info,
|
|
|
[board_pch_spt] = &e1000_pch_spt_info,
|
|
|
+ [board_pch_cnp] = &e1000_pch_cnp_info,
|
|
|
};
|
|
|
|
|
|
struct e1000_reg_info {
|
|
@@ -7514,6 +7515,10 @@ static const struct pci_device_id e1000_pci_tbl[] = {
|
|
|
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_SPT_I219_V4), board_pch_spt },
|
|
|
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_SPT_I219_LM5), board_pch_spt },
|
|
|
{ PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_SPT_I219_V5), board_pch_spt },
|
|
|
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CNP_I219_LM6), board_pch_cnp },
|
|
|
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CNP_I219_V6), board_pch_cnp },
|
|
|
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CNP_I219_LM7), board_pch_cnp },
|
|
|
+ { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_CNP_I219_V7), board_pch_cnp },
|
|
|
|
|
|
{ 0, 0, 0, 0, 0, 0, 0 } /* terminate list */
|
|
|
};
|