acec04c4b2
Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and meson.build. Instead, enable ALLOW_EXPERIMENTAL_API flag across app, lib and drivers. This changes reduces the clutter across the project while still maintaining the functionality of ALLOW_EXPERIMENTAL_API i.e. warning external applications about experimental API usage. Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Signed-off-by: David Marchand <david.marchand@redhat.com> |
||
---|---|---|
.. | ||
e1000_80003es2lan.c | ||
e1000_80003es2lan.h | ||
e1000_82540.c | ||
e1000_82541.c | ||
e1000_82541.h | ||
e1000_82542.c | ||
e1000_82543.c | ||
e1000_82543.h | ||
e1000_82571.c | ||
e1000_82571.h | ||
e1000_82575.c | ||
e1000_82575.h | ||
e1000_api.c | ||
e1000_api.h | ||
e1000_defines.h | ||
e1000_hw.h | ||
e1000_i210.c | ||
e1000_i210.h | ||
e1000_ich8lan.c | ||
e1000_ich8lan.h | ||
e1000_mac.c | ||
e1000_mac.h | ||
e1000_manage.c | ||
e1000_manage.h | ||
e1000_mbx.c | ||
e1000_mbx.h | ||
e1000_nvm.c | ||
e1000_nvm.h | ||
e1000_osdep.c | ||
e1000_osdep.h | ||
e1000_phy.c | ||
e1000_phy.h | ||
e1000_regs.h | ||
e1000_vf.c | ||
e1000_vf.h | ||
meson.build | ||
README |
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2016 Intel Corporation */ This directory contains source code of FreeBSD em & igb drivers of version cid-shared-code.2016.11.22 released by ND. The sub-directory of base/ contains the original source package. This driver is valid for the product(s) listed below * Intel® Ethernet Controller 82540 * Intel® Ethernet Controller 82545 Series * Intel® Ethernet Controller 82546 Series * Intel® Ethernet Controller 82571 Series * Intel® Ethernet Controller 82572 Series * Intel® Ethernet Controller 82573 * Intel® Ethernet Controller 82574 * Intel® Ethernet Controller 82583 * Intel® Ethernet Controller I217 Series * Intel® Ethernet Controller I218 Series * Intel® Ethernet Controller I219 Series * Intel® Ethernet Controller 82576 Series * Intel® Ethernet Controller 82575 Series * Intel® Ethernet Controller 82580 Series * Intel® Ethernet Controller I350 Series * Intel® Ethernet Controller I210 Series * Intel® Ethernet Controller I211 * Intel® Ethernet Controller I354 Series * Intel® Ethernet Controller DH89XXCC Series Updating the driver =================== NOTE: The source code in this directory should not be modified apart from the following file(s): e1000_osdep.c e1000_osdep.h