Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

e1000e: add support for 82574 device ID 0x10F6

Add device ID for a new variant of the 82574 adapter.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Acked-by: John Ronciak <john.ronciak@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Bruce Allan and committed by
David S. Miller
bef28b11 b2f5e7cd

+2
+1
drivers/net/e1000e/hw.h
··· 339 339 #define E1000_DEV_ID_82573E_IAMT 0x108C 340 340 #define E1000_DEV_ID_82573L 0x109A 341 341 #define E1000_DEV_ID_82574L 0x10D3 342 + #define E1000_DEV_ID_82574LA 0x10F6 342 343 #define E1000_DEV_ID_82583V 0x150C 343 344 344 345 #define E1000_DEV_ID_80003ES2LAN_COPPER_DPT 0x1096
+1
drivers/net/e1000e/netdev.c
··· 5130 5130 { PCI_VDEVICE(INTEL, E1000_DEV_ID_82573L), board_82573 }, 5131 5131 5132 5132 { PCI_VDEVICE(INTEL, E1000_DEV_ID_82574L), board_82574 }, 5133 + { PCI_VDEVICE(INTEL, E1000_DEV_ID_82574LA), board_82574 }, 5133 5134 { PCI_VDEVICE(INTEL, E1000_DEV_ID_82583V), board_82583 }, 5134 5135 5135 5136 { PCI_VDEVICE(INTEL, E1000_DEV_ID_80003ES2LAN_COPPER_DPT),