1.\" $OpenBSD: ie.4,v 1.17 2023/09/11 04:56:31 jsg Exp $ 2.\" 3.\" Copyright (c) 1994 James A. Jegers 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. The name of the author may not be used to endorse or promote products 12.\" derived from this software without specific prior written permission 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 15.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 16.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" 25.Dd $Mdocdate: September 11 2023 $ 26.Dt IE 4 i386 27.Os 28.Sh NAME 29.Nm ie 30.Nd Intel i82586 Ethernet device 31.Sh SYNOPSIS 32.Cd "ie0 at isa? port 0x360 irq 7 iomem 0xd0000" 33.Cd "ie1 at isa? port 0x300 irq 10" 34.Sh DESCRIPTION 35The 36.Nm 37device driver supports Intel 82586-based Ethernet cards. 38This includes the following network adapters: 39.Pp 40.Bl -tag -width Ds -offset indent -compact 41.It 3Com 3C507 42.It AT&T StarLAN 10 43.It AT&T EN100 44.It AT&T StarLAN Fiber 45.It Intel EtherExpress 16 46.El 47.Pp 48For more information on configuring this device, see 49.Xr ifconfig 8 . 50To view a list of media types and options supported by your card try 51.Dq ifconfig <device> media . 52For example, 53.Dq ifconfig ie0 media . 54.Sh SEE ALSO 55.Xr arp 4 , 56.Xr ifmedia 4 , 57.Xr intro 4 , 58.Xr netintro 4 , 59.Xr hostname.if 5 , 60.Xr ifconfig 8 61