1cc264d00SThomas Moestl.\" $NetBSD: gem.4,v 1.2 2003/02/14 15:20:18 grant Exp $ 2cc264d00SThomas Moestl.\" 3cc264d00SThomas Moestl.\" Copyright (c) 2002 The NetBSD Foundation, Inc. 4cc264d00SThomas Moestl.\" All rights reserved. 5cc264d00SThomas Moestl.\" 6cc264d00SThomas Moestl.\" Redistribution and use in source and binary forms, with or without 7cc264d00SThomas Moestl.\" modification, are permitted provided that the following conditions 8cc264d00SThomas Moestl.\" are met: 9cc264d00SThomas Moestl.\" 1. Redistributions of source code must retain the above copyright 10cc264d00SThomas Moestl.\" notice, this list of conditions and the following disclaimer. 11cc264d00SThomas Moestl.\" 2. Redistributions in binary form must reproduce the above copyright 12cc264d00SThomas Moestl.\" notice, this list of conditions and the following disclaimer in the 13cc264d00SThomas Moestl.\" documentation and/or other materials provided with the distribution. 14cc264d00SThomas Moestl.\" 3. All advertising materials mentioning features or use of this software 15cc264d00SThomas Moestl.\" must display the following acknowledgement: 16cc264d00SThomas Moestl.\" This product includes software developed by the NetBSD 17cc264d00SThomas Moestl.\" Foundation, Inc. and its contributors. 18cc264d00SThomas Moestl.\" 4. Neither the name of The NetBSD Foundation nor the names of its 19cc264d00SThomas Moestl.\" contributors may be used to endorse or promote products derived 20cc264d00SThomas Moestl.\" from this software without specific prior written permission. 21cc264d00SThomas Moestl.\" 22cc264d00SThomas Moestl.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 23cc264d00SThomas Moestl.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24cc264d00SThomas Moestl.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25cc264d00SThomas Moestl.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 26cc264d00SThomas Moestl.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27cc264d00SThomas Moestl.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28cc264d00SThomas Moestl.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29cc264d00SThomas Moestl.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30cc264d00SThomas Moestl.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31cc264d00SThomas Moestl.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32cc264d00SThomas Moestl.\" POSSIBILITY OF SUCH DAMAGE. 33cc264d00SThomas Moestl.\" 3401ddd31fSRuslan Ermilov.\" $FreeBSD$ 3501ddd31fSRuslan Ermilov.\" 36cc264d00SThomas Moestl.Dd June 10, 2003 37cc264d00SThomas Moestl.Dt GEM 4 38cc264d00SThomas Moestl.Os 39cc264d00SThomas Moestl.Sh NAME 40cc264d00SThomas Moestl.Nm gem 41cc264d00SThomas Moestl.Nd ERI/GEM/GMAC Ethernet device driver 42cc264d00SThomas Moestl.Sh SYNOPSIS 43cc264d00SThomas Moestl.Cd "device miibus" 44cc264d00SThomas Moestl.Cd "device gem" 45cc264d00SThomas Moestl.Sh DESCRIPTION 46cc264d00SThomas MoestlThe 47cc264d00SThomas Moestl.Nm 48cc264d00SThomas Moestldriver provides support for the GMac Ethernet hardware found mostly in 49cc264d00SThomas Moestlthe last Apple PowerBooks G3s and most G4-based Apple hardware, as 50cc264d00SThomas Moestlwell as many Sun UltraSPARCs. 51cc264d00SThomas Moestl.Pp 52cc264d00SThomas MoestlCards supported by this driver include: 53cc264d00SThomas Moestl.Bl -bullet -compact -offset indent 54cc264d00SThomas Moestl.It 55cc264d00SThomas MoestlSun GEM gigabit ethernet 56cc264d00SThomas Moestl.It 57cc264d00SThomas MoestlSun ERI 10/100 Mbps ethernet 58cc264d00SThomas Moestl.It 59cc264d00SThomas MoestlApple GMAC 60cc264d00SThomas Moestl.El 61cc264d00SThomas Moestl.Sh SEE ALSO 62cc264d00SThomas Moestl.Xr hme 4 , 63cc264d00SThomas Moestl.Xr miibus 4 , 64cc264d00SThomas Moestl.Xr netintro 4 , 65cc264d00SThomas Moestl.Xr ifconfig 8 66cc264d00SThomas Moestl.Sh HISTORY 67cc264d00SThomas MoestlThe 68cc264d00SThomas Moestl.Nm 69cc264d00SThomas Moestldevice driver appeared in 70cc264d00SThomas Moestl.Nx 1.6 . 71cc264d00SThomas MoestlThe first 72cc264d00SThomas Moestl.Fx 73cc264d00SThomas Moestlversion to include it was 74cc264d00SThomas Moestl.Fx 5.0 . 75cc264d00SThomas Moestl.Sh AUTHORS 7601ddd31fSRuslan Ermilov.An -nosplit 77cc264d00SThomas MoestlThe 78cc264d00SThomas Moestl.Nm 79cc264d00SThomas Moestldriver was written by 80cc264d00SThomas Moestl.An Eduardo Horvath 81cc264d00SThomas Moestl.Aq eeh@NetBSD.org . 82cc264d00SThomas MoestlThe man page was written by 83cc264d00SThomas Moestl.An Thomas Klausner 84cc264d00SThomas Moestl.Aq wiz@NetBSD.org . 85