1.\" $OpenBSD: lii.4,v 1.6 2008/09/07 06:55:34 jmc Exp $ 2.\" 3.\" Copyright (c) 1997, 1998, 1999 4.\" Bill Paul <wpaul@ctr.columbia.edu>. 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.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by Bill Paul. 17.\" 4. Neither the name of the author nor the names of any co-contributors 18.\" may be used to endorse or promote products derived from this software 19.\" without specific prior written permission. 20.\" 21.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 31.\" THE POSSIBILITY OF SUCH DAMAGE. 32.\" 33.Dd $Mdocdate: September 7 2008 $ 34.Dt LII 4 35.Os 36.Sh NAME 37.Nm lii 38.Nd Attansic L2 10/100 Ethernet device 39.Sh SYNOPSIS 40.Cd lii* at pci? 41.Sh DESCRIPTION 42The 43.Nm 44driver provides support for Ethernet interfaces based on the Attansic L2 45Ethernet chipset. 46.Pp 47The 48.Nm 49driver supports the following media types: 50.Bl -tag -width 100baseTX 51.It Cm autoselect 52Enable autoselection of the media type and options. 53The user can manually override 54the autoselected mode by adding media options to the appropriate 55.Xr hostname.if 5 56file. 57.It Cm 10baseT 58Set 10Mbps operation. 59The 60.Xr ifconfig 8 61.Ic mediaopt 62option can also be used to select either 63.Cm full-duplex 64or 65.Cm half-duplex 66modes. 67.It Cm 100baseTX 68Set 100Mbps (Fast Ethernet) operation. 69The 70.Xr ifconfig 8 71.Ic mediaopt 72option can also be used to select either 73.Cm full-duplex 74or 75.Cm half-duplex 76modes. 77.El 78.Pp 79The 80.Nm 81driver supports the following media options: 82.Bl -tag -width full-duplex 83.It Cm full-duplex 84Force full duplex operation. 85.It Cm half-duplex 86Force half duplex operation. 87.El 88.Pp 89For more information on configuring this device, see 90.Xr ifconfig 8 . 91To view a list of media types and options supported by the card, try 92.Ic ifconfig <device> media . 93For example, 94.Ic ifconfig lii0 media . 95.Sh SEE ALSO 96.Xr arp 4 , 97.Xr ifmedia 4 , 98.Xr intro 4 , 99.Xr netintro 4 , 100.Xr pci 4 , 101.Xr hostname.if 5 , 102.Xr ifconfig 8 103.Sh HISTORY 104The 105.Nm 106device driver first appeared in 107.Ox 4.3 . 108.Sh AUTHORS 109.An -nosplit 110The 111.Nm 112driver was written by 113.An Quentin Garnier . 114