git: kernel - Add kabylake NIC PCI IDs
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Aug 31 13:23:28 PDT 2017
commit 93df079853fb22f8708f45717937b31afddbc66d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Aug 31 13:21:57 2017 -0700
kernel - Add kabylake NIC PCI IDs
* Add Kabylake NIC PCI ids.
E1000_DEV_ID_PCH_SPT_I219_LM3 0x15B9 /* LEWISBURG PCH */
E1000_DEV_ID_PCH_SPT_I219_LM4 0x15D7
E1000_DEV_ID_PCH_SPT_I219_V4 0x15D8
E1000_DEV_ID_PCH_SPT_I219_LM5 0x15E3
E1000_DEV_ID_PCH_SPT_I219_V5 0x15D6
Taken-from: FreeBSD
Summary of changes:
sys/dev/netif/em/if_em.c | 5 +++++
sys/dev/netif/emx/if_emx.c | 5 +++++
sys/dev/netif/ig_hal/e1000_api.c | 5 +++++
sys/dev/netif/ig_hal/e1000_hw.h | 5 +++++
4 files changed, 20 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93df079853fb22f8708f45717937b31afddbc66d
--
DragonFly BSD source repository
More information about the Commits
mailing list