Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 16-Jul-2024 | 597 | 20 | 14 | |
upt1_defs.h | H A D | 16-Jul-2024 | 2.5 KiB | 95 | 66 | |
vmware_pack_begin.h | H A D | 16-Jul-2024 | 89 | 4 | 0 | |
vmware_pack_end.h | H A D | 16-Jul-2024 | 89 | 4 | 0 | |
vmxnet3_defs.h | H A D | 16-Jul-2024 | 29.1 KiB | 942 | 736 | |
vmxnet3_osdep.h | H A D | 29-Jan-2025 | 402 |
README
1/* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright(c) 2010-2014 Intel Corporation. 3 */ 4 5Intel VMXNET3 driver 6=================== 7 8This directory contains source code of FreeBSD VMXNET3 driver released by VMware. 9In which, upt1_defs.h and vmxnet3_defs.h is introduced without any change. 10The other 4 files: includeCheck.h, vmware_pack_begin.h, vmware_pack_end.h and vmxnet3_osdep.h 11are crated to adapt to the needs from above 2 files. 12 13Updating the driver 14=================== 15 16NOTE: The source code in this directory should not be modified apart from 17the following file(s): 18 19 vmxnet3_osdep.h 20