1.\" $NetBSD: mc.4,v 1.7 2017/09/02 22:14:29 wiz Exp $ 2.\" 3.\" Copyright (c) 1997 David Huang <khym@bga.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. 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 September 2, 2017 26.Dt MC 4 27.Os 28.Sh NAME 29.Nm mc 30.Nd Ethernet driver for Am79C940 (MACE) onboard Ethernet 31.Sh SYNOPSIS 32.Cd "mc* at obio?" 33.Sh DESCRIPTION 34The 35.Nm 36interface provides access to a 10 Mb/s Ethernet network via the AMD Am79C940 37(MACE) Ethernet chip set. 38.Sh HARDWARE 39The 40.Nm 41interface supports the on-board Ethernet of the following mac68k machines: 42.Bl -dash -compact -offset indent 43.It 44Centris 660AV 45.It 46Quadra 660AV 47.It 48Quadra 840AV 49.El 50.Pp 51The 52.Nm 53interface supports the on-board Ethernet of the following macppc machines: 54.Bl -dash -compact -offset indent 55.It 56Apple Network Server (500 and 700) 57.It 58Apple Power Macintosh (7200, 7300, 7500, 7600, 8500, 8600, 9500, and 9600) 59.It 60Power Computing (PowerCenter, PowerCenter Pro, PowerCurve, 61PowerTower, PowerTower Pro, and PowerWave) 62.El 63.Sh DIAGNOSTICS 64.Bl -diag -compact 65.It mc0 at obio0: address %s. 66This is a normal autoconfiguration message noting the 6 byte physical 67Ethernet address of the adapter. 68.El 69.Sh SEE ALSO 70.Xr gem 4 , 71.Xr mac68k/ae 4 , 72.\" .Xr mac68k/bm 4 , 73.Xr sn 4 , 74.Xr tlp 4 , 75.Xr ifconfig 8 76.Sh HISTORY 77The 78.Nm 79interface first appeared in 80.Nx 1.3 . 81.Sh AUTHORS 82.An -nosplit 83The 84.Nm 85Ethernet driver was written by 86.An Dave Huang 87.Aq Mt khym@bga.com . 88The man page was written by 89.An Thomas Klausner 90.Aq Mt wiz@NetBSD.org 91and 92.An Michael Wolfson 93.Aq Mt mbw@NetBSD.org . 94