1.\" $OpenBSD: ixl.4,v 1.5 2020/07/12 04:56:05 dlg Exp $ 2.\" 3.\" Copyright (c) 2019 David Gwynne <dlg@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: July 12 2020 $ 18.Dt IXL 4 19.Os 20.Sh NAME 21.Nm ixl 22.Nd Intel Ethernet 700 series Ethernet device 23.Sh SYNOPSIS 24.Cd "ixl* at pci?" 25.Sh DESCRIPTION 26The 27.Nm 28driver supports Intel 700 series controllers based on the 29Intel X710, XXV710, XL710, and X722 Ethernet chipsets. 30.Pp 31The functionality of the Intel 700 series Ethernet controllers has improved as newer versions of firmware have been released. 32To ensure correct driver operation, apply the most recent 33.Pq stable 34firmware update for the network controller. 35.Pp 36The 37.Nm ixl 38driver supports querying pluggable transceivers for information and 39diagnostics. 40.\" via ifconfig ixlX sff . 41This functionality is available on controllers providing API version 421.6 and higher. 43.Sh SEE ALSO 44.Xr arp 4 , 45.Xr ifmedia 4 , 46.Xr intro 4 , 47.Xr netintro 4 , 48.Xr pci 4 , 49.Xr hostname.if 5 , 50.Xr ifconfig 8 51.Sh HISTORY 52The 53.Nm 54driver first appeared in 55.Ox 6.5 . 56.Sh AUTHORS 57The 58.Nm 59driver was written by 60.An David Gwynne Aq Mt dlg@openbsd.org 61and 62.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . 63