Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2025 20:29:53 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 83a23ceb4088 - releng/15.0 - ice(4): Add support for E835-XXV-4 adapter
Message-ID:  <202511032029.5A3KTrR9051332@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/15.0 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=83a23ceb408865572d4652a68d99bdf6996fd218

commit 83a23ceb408865572d4652a68d99bdf6996fd218
Author:     Krzysztof Galazka <kgalazka@FreeBSD.org>
AuthorDate: 2025-10-27 14:10:26 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-03 20:29:26 +0000

    ice(4): Add support for E835-XXV-4 adapter
    
    Add subdevice ID and branding string for E835-XXV-4
    adapter.
    
    Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com>
    
    Approved by:    re (cperciva)
    Approved by:    kbowling (mentor), erj (mentor)
    Sponsored by:   Intel Corporation
    Differential Revision:  https://reviews.freebsd.org/D53319
    
    (cherry picked from commit 09b48f811b4bf3a17485680b4720d1c0a81bbe07)
    (cherry picked from commit b59a9230a6a824e9e63864677784deccf2b676c6)
---
 sys/dev/ice/ice_drv_info.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/dev/ice/ice_drv_info.h b/sys/dev/ice/ice_drv_info.h
index 46965f4124bc..abb11bdb5fd9 100644
--- a/sys/dev/ice/ice_drv_info.h
+++ b/sys/dev/ice/ice_drv_info.h
@@ -237,6 +237,9 @@ static const pci_vendor_info_t ice_vendor_info_array[] = {
 	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP,
 		  ICE_INTEL_VENDOR_ID, 0x0001, 0,
 		  "Intel(R) Ethernet Network Adapter E835-XXV-2 for OCP 3.0"),
+	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP,
+		  ICE_INTEL_VENDOR_ID, 0x0002, 0,
+		  "Intel(R) Ethernet Network Adapter E835-XXV-4"),
 	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP,
 		  ICE_INTEL_VENDOR_ID, 0x0003, 0,
 		  "Intel(R) Ethernet Network Adapter E835-XXV-2"),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511032029.5A3KTrR9051332>