1.\" $NetBSD: netdock.4,v 1.5 2009/03/09 19:24:30 joerg Exp $ 2.\" 3.\" Copyright (C) 2000, 2002 Daishi Kato <daishi@axlight.com> 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 Daishi Kato 17.\" 4. 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.Dd June 19, 2002 32.Dt NETDOCK 4 mac68k 33.Os 34.Sh NAME 35.Nm netdock 36.Nd Ethernet driver for Asante NetDock and Newer Ether MicroDock 37.Sh SYNOPSIS 38.Cd "netdock* at nubus?" 39.Sh DESCRIPTION 40The 41.Nm 42interface provides access to a 10 Mb/s Ethernet network via the 43Asante NetDock and Newer Ether MicroDock, for PowerBook Duo series. 44.Pp 45Each of the host's network addresses is specified at boot time with an 46.Dv SIOCSIFADDR 47.Xr ioctl 2 . 48The 49.Nm 50interface employs the address resolution protocol described in 51.Xr arp 4 52to dynamically map between Internet and Ethernet addresses on the 53local network. 54.Sh HARDWARE 55The 56.Nm 57interface is currently known to support the following interfaces 58for PowerBook Duo series: 59.Bd -filled -offset indent 60.Bl -item -compact 61.It 62Asante NetDock 63.It 64Newer Ether MicroDock 65.El 66.Ed 67.Sh DIAGNOSTICS 68.Bl -diag -compact 69.It netdock%d at nubus%d: address %s, type %s %dKB memory. 70This is a normal autoconfiguration message noting the 6 byte physical 71Ethernet address of the adapter, its manufacturer, and how much buffer 72memory it has. 73.El 74.Sh SEE ALSO 75.Xr arp 4 , 76.Xr inet 4 , 77.Xr netintro 4 , 78.Xr ifconfig 8 79.Sh HISTORY 80The 81.Nm 82interface first appeared in 83.Nx 2.0 . 84