1.\" 2.\" Copyright (c) 1994 Christopher G. Demetriou 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 3. All advertising materials mentioning features or use of this software 14.\" must display the following acknowledgement: 15.\" This product includes software developed by Christopher G. Demetriou. 16.\" 3. The name of the author may not be used to endorse or promote products 17.\" derived from this software without specific prior written permission 18.\" 19.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 20.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 22.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 24.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29.\" 30.\" $Id: ed.4,v 1.1 1994/09/19 17:40:49 chopps Exp $ 31.\" 32.Dd August 30, 1994 33.Dt ED 4 amiga 34.Os NetBSD 1.0 35.Sh NAME 36.Nm ed 37.Nd Ethernet driver for DP8390-based ethernet boards 38.Sh SYNOPSIS 39.Cd "ed* at ztwobus0" 40.Sh DESCRIPTION 41The 42.Nm 43interface provides access to a 10 Mb/s Ethernet network via the 44DP8390 Ethernet chip set. 45.Pp 46Each of the host's network addresses 47is specified at boot time with an 48.Dv SIOCSIFADDR 49.Xr ioctl . 50The 51.Nm 52interface employs the address resolution protocol described in 53.Xr arp 4 54to dynamically map between Internet and Ethernet addresses on the local 55network. 56.Sh HARDWARE 57The 58.Nm 59interface supports the following Zorro II expansion cards: 60.Bl -tag -width "LAN ROVER" -offset indent 61.It Em AMIGANET 62Hydra Systems' ethernet card, manufacturer\ 2121, product\ 1 63.\" support ready but not in yet 64.\" .It Em LAN ROVER 65.\" ASDG's ethernet card, manufacturer\ 1023, product\ 254 66.El 67.Sh HISTORY 68The 69.Nm 70interface first appeared in 71.Nx 0.9a 72.Sh SEE ALSO 73.Xr arp 4 , 74.Xr ifconfig 8 , 75.Xr inet 4 , 76.Xr intro 4 77