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: kbowling (mentor), erj (mentor) Sponsored by: Intel Corporation MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D53319
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user