Summary: | em(4): Intel I219-V (0x0DC8) is not detected by the driver | ||
---|---|---|---|
Product: | Base System | Reporter: | Oleg Sharoyko <osharoiko> |
Component: | kern | Assignee: | Intel FreeBSD <freebsd> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | pkubaj |
Priority: | --- | Keywords: | IntelNetworking |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Oleg Sharoyko
2023-01-29 13:20:50 UTC
I also meant to add output of pciconf -lv em0@pci0:0:31:6: class=0x020000 rev=0x11 hdr=0x00 vendor=0x8086 device=0x0dc8 subvendor=0x1849 subdevice=0x0dc8 vendor = 'Intel Corporation' class = network subclass = ethernet Review at https://reviews.freebsd.org/D38376. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c0548bfc3a0941e504d673fea7d14a42d4358961 commit c0548bfc3a0941e504d673fea7d14a42d4358961 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-02-06 22:31:00 +0000 Commit: Eric Joyner <erj@FreeBSD.org> CommitDate: 2023-02-06 22:35:56 +0000 em(4): Add IDs for new Intel(R) I219 devices These include I219 (20) through I219 (23), which ends at Raptor Lake. This also corrects a discrepancy where the (16) devices should be mac type "e1000_pch_tgp" and not "e1000_pch_adp". Signed-off-by: Eric Joyner <erj@FreeBSD.org> PR: 269224 Reviewed by: erj@ MFC after: 1 day Relnotes: yes Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D38376 sys/dev/e1000/e1000_api.c | 12 ++++++++++-- sys/dev/e1000/e1000_hw.h | 8 ++++++++ sys/dev/e1000/if_em.c | 8 ++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) |