diff options
-rw-r--r-- | drivers/net/e1000e/hw.h | 1 | ||||
-rw-r--r-- | drivers/net/e1000e/netdev.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000e/hw.h b/drivers/net/e1000e/hw.h index fa314b4a68c1..5d1220d188d4 100644 --- a/drivers/net/e1000e/hw.h +++ b/drivers/net/e1000e/hw.h | |||
@@ -382,6 +382,7 @@ enum e1e_registers { | |||
382 | #define E1000_DEV_ID_ICH10_R_BM_V 0x10CE | 382 | #define E1000_DEV_ID_ICH10_R_BM_V 0x10CE |
383 | #define E1000_DEV_ID_ICH10_D_BM_LM 0x10DE | 383 | #define E1000_DEV_ID_ICH10_D_BM_LM 0x10DE |
384 | #define E1000_DEV_ID_ICH10_D_BM_LF 0x10DF | 384 | #define E1000_DEV_ID_ICH10_D_BM_LF 0x10DF |
385 | #define E1000_DEV_ID_ICH10_D_BM_V 0x1525 | ||
385 | #define E1000_DEV_ID_PCH_M_HV_LM 0x10EA | 386 | #define E1000_DEV_ID_PCH_M_HV_LM 0x10EA |
386 | #define E1000_DEV_ID_PCH_M_HV_LC 0x10EB | 387 | #define E1000_DEV_ID_PCH_M_HV_LC 0x10EB |
387 | #define E1000_DEV_ID_PCH_D_HV_DM 0x10EF | 388 | #define E1000_DEV_ID_PCH_D_HV_DM 0x10EF |
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index d1f60c570c0e..1ad29d992417 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
@@ -5894,6 +5894,7 @@ static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = { | |||
5894 | 5894 | ||
5895 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_ICH10_D_BM_LM), board_ich10lan }, | 5895 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_ICH10_D_BM_LM), board_ich10lan }, |
5896 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_ICH10_D_BM_LF), board_ich10lan }, | 5896 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_ICH10_D_BM_LF), board_ich10lan }, |
5897 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_ICH10_D_BM_V), board_ich10lan }, | ||
5897 | 5898 | ||
5898 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_M_HV_LM), board_pchlan }, | 5899 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_M_HV_LM), board_pchlan }, |
5899 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_M_HV_LC), board_pchlan }, | 5900 | { PCI_VDEVICE(INTEL, E1000_DEV_ID_PCH_M_HV_LC), board_pchlan }, |