git: fd35c63a351e - stable/15 - ice(4): Add two more 4-part IDs for E835 adapters

From: Krzysztof Galazka <kgalazka_at_FreeBSD.org>
Date: Tue, 01 Sep 2026 08:53:49 UTC
The branch stable/15 has been updated by kgalazka:

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

commit fd35c63a351ec80d31a2c6b46283e9eded9e64f8
Author:     Krzysztof Galazka <kgalazka@FreeBSD.org>
AuthorDate: 2026-08-17 15:46:39 +0000
Commit:     Krzysztof Galazka <kgalazka@FreeBSD.org>
CommitDate: 2026-09-01 08:53:14 +0000

    ice(4): Add two more 4-part IDs for E835 adapters
    
    Two additional subdevice IDs were introduced
    to distinguish between adapters with and without
    manageability over USB support.
    
    Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com>
    
    Reviewed by:    erj
    Tested by:      Mateusz Moga <mateusz.moga@intel.com>
    Sponsored by:   Intel Corporation
    Differential Revision:  https://reviews.freebsd.org/D57337
    
    (cherry picked from commit f370d9e4d5844daa06d77e57236e03bd7c5f4ba1)
---
 sys/dev/ice/ice_drv_info.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/dev/ice/ice_drv_info.h b/sys/dev/ice/ice_drv_info.h
index 19a52d208ab8..c3c5be104183 100644
--- a/sys/dev/ice/ice_drv_info.h
+++ b/sys/dev/ice/ice_drv_info.h
@@ -238,6 +238,9 @@ static const pci_vendor_info_t ice_vendor_info_array[] = {
 	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_QSFP56,
 		  ICE_INTEL_VENDOR_ID, 0x0004, 0,
 		  "Intel(R) Ethernet Network Adapter E835-CC-Q1 for OCP 3.0"),
+	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_QSFP56,
+		  ICE_INTEL_VENDOR_ID, 0x0005, 0,
+		  "Intel(R) Ethernet Network Adapter E835-C-Q2"),
 	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_QSFP56,
 		  ICE_INTEL_VENDOR_ID, 0x0006, 0,
 		  "Intel(R) Ethernet Network Adapter E835-C-Q2 for OCP 3.0"),
@@ -267,6 +270,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, 0x0004, 0,
 		  "Intel(R) Ethernet Network Adapter E835-XXV-4 for OCP 3.0"),
+	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP,
+		  ICE_INTEL_VENDOR_ID, 0x0008, 0,
+		  "Intel(R) Ethernet Network Adapter E835-XXV-2"),
 	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP,
 		  ICE_INTEL_VENDOR_ID, 0x0009, 0,
 		  "Intel(R) Ethernet Network Adapter E835-XXV-2"),