git: f370d9e4d584 - main - ice(4): Add two more 4-part IDs for E835 adapters
Krzysztof Galazka <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.current.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by kgalazka: URL: https://cgit.FreeBSD.org/src/commit/?id=f370d9e4d5844daa06d77e57236e03bd7c5f4ba1 commit f370d9e4d5844daa06d77e57236e03bd7c5f4ba1 Author: Krzysztof Galazka <[email protected]> AuthorDate: 2026-08-17 15:46:39 +0000 Commit: Krzysztof Galazka <[email protected]> CommitDate: 2026-08-17 15:46:39 +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 <[email protected]> Reviewed by: erj Tested by: Mateusz Moga <[email protected]> MFC after: 1 week Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D57337 --- 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"),