summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorerj <erj@FreeBSD.org>2017-05-16 17:49:15 +0000
committererj <erj@FreeBSD.org>2017-05-16 17:49:15 +0000
commitdaf701637f4f8b9d28ed3f6dd5f860cea60adb44 (patch)
tree7257dcc36e5d3e97503f6fa6a36325bef3090174 /sys/conf/files.amd64
parente43f228a2c8a26eed8689285b35928b5818bfdfe (diff)
downloadFreeBSD-src-daf701637f4f8b9d28ed3f6dd5f860cea60adb44.zip
FreeBSD-src-daf701637f4f8b9d28ed3f6dd5f860cea60adb44.tar.gz
MFC r313497: ixl(4): Update to 1.7.12-k.
Refresh upstream driver before impending conversion to iflib. Major new features: - Support for Fortville-based 25G adapters - Support for I2C reads/writes (To prevent getting or sending corrupt data, you should set dev.ixl.0.debug.disable_fw_link_management=1 when using I2C [this will disable link!], then set it to 0 when done. The driver implements the SIOCGI2C ioctl, so ifconfig -v works for reading I2C data, but there are read_i2c and write_i2c sysctls under the .debug sysctl tree [the latter being useful for upper page support in QSFP+]). - Addition of an iWARP client interface (so the future iWARP driver for X722 devices can communicate with the base driver). - Add "options IXL_IW" to kernel config to enable this option. Sponsored by: Intel Corporation
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd644
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 2730f38..874e87f 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -249,6 +249,10 @@ dev/ixl/ixl_pf_qmgr.c optional ixl pci \
compile-with "${NORMAL_C} -I$S/dev/ixl"
dev/ixl/ixl_pf_iov.c optional ixl pci \
compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/ixl_pf_i2c.c optional ixl pci \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/ixl_iw.c optional ixl pci \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
dev/ixl/if_ixlv.c optional ixlv pci \
compile-with "${NORMAL_C} -I$S/dev/ixl"
dev/ixl/ixlvc.c optional ixlv pci \
OpenPOWER on IntegriCloud