mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 11:03:15 +03:00
[vxge] Add support for new function mode "multi-function 8 Direct IO"
Support a new function mode "multi-function 8 Direct IO" which is used in ESX Direct I/O configuration. Update driver version to 3.5.0.1 Signed-off-by: Masroor Vettuparambil <masroor.vettuparambil@exar.com> Signed-off-by: Sivakumar Subramani <sivakumar.subramani@exar.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
2288241942
commit
aa69bf84d2
@@ -22,9 +22,9 @@ FILE_LICENCE(GPL2_ONLY);
|
||||
* Note: Each field must be a nibble size
|
||||
*/
|
||||
#define VXGE_VERSION_MAJOR 3
|
||||
#define VXGE_VERSION_MINOR 1
|
||||
#define VXGE_VERSION_MINOR 5
|
||||
#define VXGE_VERSION_FIX 0
|
||||
#define VXGE_VERSION_BUILD 0
|
||||
#define VXGE_VERSION_BUILD 1
|
||||
|
||||
#define VXGE_FW_VER(major, minor, build) \
|
||||
(((major) << 16) + ((minor) << 8) + (build))
|
||||
|
||||
Reference in New Issue
Block a user