1.\" $NetBSD: iy.4,v 1.5 1997/03/08 14:03:49 mouse Exp $ 2.\" 3.\" Copyright (c) 1994 Herb Peyerl 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.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by Herb Peyerl 17.\" 3. The name of the author may not be used to endorse or promote products 18.\" derived from this software without specific prior written permission 19.\" 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30.\" 31.\" 32.Dd May 22, 1996 33.Dt IY 4 34.Os NetBSD 35.Sh NAME 36.Nm iy 37.Nd Ethernet driver for Intel i82595 38.Sh SYNOPSIS 39.Cd "iy0 at isa? port {port} irq ?" 40.Sh DESCRIPTION 41The 42.Nm iy 43device driver supports the Etherepress PRO/10 card, and might support 44other ISA cards using the same chip. 45 46Various models of these cards come with a different assortment of 47connectors: 48.Pp 49.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 50.It AUI/DIX 51Standard 15 pin connector 52.It 10Base2 53BNC, also known as thin-net 54.It 10BaseT 55UTP, also known as twisted pair 56.El 57.Pp 58The default port to use is the port the card autodetects at 59.Xr ifconfig up 60time. To choose an alternative port, 61use the following flag combinations with 62.Xr ifconfig 8 63or in your /etc/hostname.iy? file. 64.Pp 65.Bl -tag -width xxxxxxxxxxxxxxxxxxxx 66.It -link0 -link1 67Use the autodetected port (default). 68.It -link0 \ link1 69Use the BNC port. 70.It \ link0 -link1 71Use the AUI port. 72.It \ link0 \ link1 73Use the UTP port. 74.El 75.Pp 76.Sh NOTES 77The Etherexpress PRO card has no jumpers to set the address. 78Intel supplies software to set the address of the card in software. 79You have to hardwire this address in your kernel configuration file. 80.Pp 81.Sh SEE ALSO 82.Xr ifconfig 8 , 83.Xr intro 4 , 84.Xr ed 4 , 85.Xr eg 4 , 86.Xr el 4 , 87.Xr ep 4 , 88.Xr ie 4 , 89.Xr le 4 90.Sh STANDARDS 91are great. There's so many to choose from. 92