1.\" $OpenBSD: lii.4,v 1.7 2011/01/27 02:18:31 kevlo 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: January 27 2011 $ 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.Cd "atphy* at mii?" 42.Sh DESCRIPTION 43The 44.Nm 45driver provides support for Ethernet interfaces based on the Attansic L2 46Ethernet chipset. 47.Pp 48The 49.Nm 50driver supports the following media types: 51.Bl -tag -width 100baseTX 52.It Cm autoselect 53Enable autoselection of the media type and options. 54The user can manually override 55the autoselected mode by adding media options to the appropriate 56.Xr hostname.if 5 57file. 58.It Cm 10baseT 59Set 10Mbps operation. 60The 61.Xr ifconfig 8 62.Ic mediaopt 63option can also be used to select either 64.Cm full-duplex 65or 66.Cm half-duplex 67modes. 68.It Cm 100baseTX 69Set 100Mbps (Fast Ethernet) operation. 70The 71.Xr ifconfig 8 72.Ic mediaopt 73option can also be used to select either 74.Cm full-duplex 75or 76.Cm half-duplex 77modes. 78.El 79.Pp 80The 81.Nm 82driver supports the following media options: 83.Bl -tag -width full-duplex 84.It Cm full-duplex 85Force full duplex operation. 86.It Cm half-duplex 87Force half duplex operation. 88.El 89.Pp 90For more information on configuring this device, see 91.Xr ifconfig 8 . 92To view a list of media types and options supported by the card, try 93.Ic ifconfig <device> media . 94For example, 95.Ic ifconfig lii0 media . 96.Sh SEE ALSO 97.Xr arp 4 , 98.Xr atphy 4 , 99.Xr ifmedia 4 , 100.Xr intro 4 , 101.Xr netintro 4 , 102.Xr pci 4 , 103.Xr hostname.if 5 , 104.Xr ifconfig 8 105.Sh HISTORY 106The 107.Nm 108device driver first appeared in 109.Ox 4.3 . 110.Sh AUTHORS 111.An -nosplit 112The 113.Nm 114driver was written by 115.An Quentin Garnier . 116