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