2018-01-10 21:01:53 +08:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2019-12-03 15:03:18 +08:00
|
|
|
* Copyright(c) 2019 Intel Corporation
|
2018-01-10 21:01:53 +08:00
|
|
|
*/
|
|
|
|
|
2019-02-26 01:18:52 +08:00
|
|
|
Intel® IAVF driver
|
2018-01-10 21:01:53 +08:00
|
|
|
=================
|
|
|
|
|
2019-02-26 01:18:52 +08:00
|
|
|
This directory contains source code of FreeBSD IAVF driver of version
|
2019-12-03 15:03:18 +08:00
|
|
|
cid-avf.2019.08.19.tar.gz released by the team which develops
|
2019-02-26 01:18:52 +08:00
|
|
|
basic drivers for any IAVF NIC. The directory of base/ contains the
|
2018-01-10 21:01:53 +08:00
|
|
|
original source package.
|
|
|
|
|
|
|
|
Updating the driver
|
|
|
|
===================
|
|
|
|
|
|
|
|
NOTE: The source code in this directory should not be modified apart from
|
|
|
|
the following file(s):
|
|
|
|
|
2019-02-26 01:18:52 +08:00
|
|
|
iavf_osdep.h
|
2020-01-10 09:37:49 +08:00
|
|
|
iavf_impl.c
|