diff options
Diffstat (limited to 'sys/dev/ice/ice_drv_info.h')
| -rw-r--r-- | sys/dev/ice/ice_drv_info.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 @@ -238,6 +238,9 @@ static const pci_vendor_info_t ice_vendor_info_array[] = {  		  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"),  	PVIDV_OEM(ICE_INTEL_VENDOR_ID, ICE_DEV_ID_E835CC_SFP, | 
