Name Date Size #Lines LOC

..--

READMEH A D16-Jul-2024597 2014

upt1_defs.hH A D16-Jul-20242.5 KiB9566

vmware_pack_begin.hH A D16-Jul-202489 40

vmware_pack_end.hH A D16-Jul-202489 40

vmxnet3_defs.hH A D16-Jul-202429.1 KiB942736

vmxnet3_osdep.hH A D29-Jan-2025402

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