diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-05 00:10:41 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-05 00:10:41 +0000 |
commit | e3edb75afa4d377a204c94d2ed7de06b8ff25803 (patch) | |
tree | d52af5597fbf46b7ba87e962019f760f3ae9b74f /share/man | |
parent | b78dd01fdc2391b694426282849a967c6fd62908 (diff) |
nuke a second driver for ISA Intel EtherExpress PRO/10 cards which
came from NetBSD and has never actually been used.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/iy.4 | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/share/man/man4/man4.i386/iy.4 b/share/man/man4/man4.i386/iy.4 deleted file mode 100644 index becf3792ee7..00000000000 --- a/share/man/man4/man4.i386/iy.4 +++ /dev/null @@ -1,94 +0,0 @@ -.\" $OpenBSD: iy.4,v 1.14 2004/03/22 22:07:20 miod Exp $ -.\" $NetBSD: iy.4,v 1.2 1996/05/23 16:52:39 thorpej Exp $ -.\" -.\" Copyright (c) 1994 Herb Peyerl -.\" All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by Herb Peyerl -.\" 3. The name of the author may not be used to endorse or promote products -.\" derived from this software without specific prior written permission -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -.\" -.Dd May 22, 1996 -.Dt IY 4 i386 -.Os -.Sh NAME -.Nm iy -.Nd Intel i82595 Ethernet driver -.Sh SYNOPSIS -.Cd "iy0 at isa? port 0x360 irq 7" -.Sh DESCRIPTION -The -.Nm iy -device driver supports the Ether-Express PRO/10 card, and might support -other ISA cards using the same chip. -.Pp -Other models of Intel network cards are supported by the -.Xr fxp 4 -and -.Xr ie 4 -drivers. -.Pp -Various models of these cards come with a different assortment of -connectors: -.Bl -tag -width 13n -.It AUI/DIX -Standard 15 pin connector -.It 10Base2 -BNC, also known as thin-net -.It 10BaseT -UTP, also known as twisted pair -.El -.Pp -The default port to use is the port the card autodetects at -.Em ifconfig up -time. -To choose an alternative port, use the following flag combinations with -.Xr ifconfig 8 -or in the appropriate -.Xr hostname.if 5 -file. -.Bl -tag -width 13n -.It -link0 -link1 -Use the autodetected port (default). -.It -link0 \ link1 -Use the BNC port. -.It \ link0 -link1 -Use the AUI port. -.It \ link0 \ link1 -Use the UTP port. -.El -.Sh NOTES -The EtherExpress PRO card has no jumpers to set the address. -Intel supplies software to set the address of the card in software. -You have to hardwire this address in your kernel configuration file. -.Sh SEE ALSO -.Xr arp 4 , -.Xr fxp 4 , -.Xr ie 4 , -.Xr ifmedia 4 , -.Xr intro 4 , -.Xr isa 4 , -.Xr netintro 4 , -.Xr hostname.if 5 , -.Xr ifconfig 8 |