1.\" $NetBSD: ixl.4,v 1.4 2020/11/04 15:24:56 kim Exp $ 2.\" 3.\" Copyright (c) 2019 Internet Initiative Japan, Inc. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25.\" POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd December 10, 2019 28.Dt IXL 4 29.Os 30.Sh NAME 31.Nm ixl 32.Nd Intel Ethernet 700 Series driver 33.Sh SYNOPSIS 34.Cd "ixl* at pci? dev ? function ?" 35.Sh DESCRIPTION 36The 37.Nm 38driver supports Intel Ethernet 700 series controllers based on the 39Intel X710, XXV710, XL710, and X722 Ethernet chipsets. 40.Sh SEE ALSO 41.Xr arp 4 , 42.Xr ifmedia 4 , 43.Xr netintro 4 , 44.Xr pci 4 , 45.Xr ifconfig 8 46.Sh HISTORY 47The 48.Nm 49driver comes from 50.Ox . 51It first appeared in 52.Nx 10.0 . 53.Sh AUTHORS 54.An -nosplit 55The 56.Nm 57driver was written by 58.An David Gwynne Aq Mt dlg@openbsd.org 59and 60.An Jonathan Matthew Aq Mt jmatthew@openbsd.org . 61It was imported from 62.Ox 63into 64.Nx 65by 66.An Shoichi Yamaguchi Aq Mt yamaguchi@NetBSD.org . 67.Sh BUGS 68The VLAN hardware filter doesn't work while the interface is in 69promiscuous mode. 70If registering a VLAN tag fails due to lack of resources, the 71interface doesn't send and receive packets containing the tag. 72