1.\" $OpenBSD: et.4,v 1.2 2007/10/30 13:22:21 jmc Exp $ 2.\" 3.\" Copyright (c) 2007 Jonathan Gray <jsg@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: October 30 2007 $ 18.Dt ET 4 19.Os 20.Sh NAME 21.Nm et 22.Nd Agere/LSI ET1310 10/100/Gigabit Ethernet device 23.Sh SYNOPSIS 24.Cd "et* at pci?" 25.Cd "etphy* at mii?" 26.Sh DESCRIPTION 27The 28.Nm 29driver supports PCI Express Ethernet adapters based on the Agere/LSI 30ET1310 integrated MAC/PHY. 31.Pp 32The following 33.Ar media 34types are supported: 35.Pp 36.Bl -tag -width autoselect -compact 37.It Cm autoselect 38Enable autoselection of the media type and options. 39.It Cm 10baseT 40Set 10Mbps operation. 41.It Cm 100baseTX 42Set 100Mbps (Fast Ethernet) operation. 43.It Cm 1000baseT 44Set 1000Mbps (Gigabit Ethernet) operation (some models only). 45.El 46.Sh SEE ALSO 47.Xr arp 4 , 48.Xr etphy 4 , 49.Xr ifmedia 4 , 50.Xr intro 4 , 51.Xr netintro 4 , 52.Xr pci 4 , 53.Xr hostname.if 5 , 54.Xr ifconfig 8 55.Sh HISTORY 56The 57.Nm 58device driver first appeared in 59.Ox 4.3 . 60.Sh AUTHORS 61.An -nosplit 62The 63.Nm 64driver was written by 65.An Sepherosa Ziehau 66for 67DragonFlyBSD 68and ported to 69.Ox 70by 71.An Jonathan Gray 72.Aq jsg@openbsd.org . 73