]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/hme.4
This commit was generated by cvs2svn to compensate for changes in r147078,
[FreeBSD/FreeBSD.git] / share / man / man4 / hme.4
1 .\"     $NetBSD: hme.4,v 1.4 2003/02/14 15:20:18 grant Exp $
2 .\"
3 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Klaus Klein.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\"    must display the following acknowledgement:
19 .\"        This product includes software developed by the NetBSD
20 .\"        Foundation, Inc. and its contributors.
21 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
22 .\"    contributors may be used to endorse or promote products derived
23 .\"    from this software without specific prior written permission.
24 .\"
25 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
36 .\"
37 .\" $FreeBSD$
38 .\"
39 .Dd August 14, 2004
40 .Dt HME 4
41 .Os
42 .Sh NAME
43 .Nm hme
44 .Nd Sun Microelectronics STP2002-STQ Ethernet interfaces device driver
45 .Sh SYNOPSIS
46 .Cd "device miibus"
47 .Cd "device hme"
48 .Sh DESCRIPTION
49 The
50 .Nm
51 driver supports Sun Microelectronics STP2002-STQ Fast Ethernet interfaces.
52 .Sh HARDWARE
53 The
54 .Nm
55 driver supports the on-board Ethernet interfaces of many
56 Sun
57 .Tn UltraSPARC
58 workstation and server models.
59 .Pp
60 Cards supported by the
61 .Nm
62 driver include:
63 .Pp
64 .Bl -bullet -compact
65 .It
66 Sun PCI SunSwift Adapter
67 .Pq Dq SUNW,hme
68 .It
69 Sun SBus SunSwift Adapter
70 .Dq ( hme
71 and
72 .Dq SUNW,hme )
73 .It
74 Sun PCI Sun100BaseT Adapter 2.0
75 .Pq Dq SUNW,hme
76 .It
77 Sun SBus Sun100BaseT 2.0
78 .Pq Dq SUNW,hme
79 .It
80 Sun PCI Quad FastEthernet Controller
81 .Pq Dq SUNW,qfe
82 .It
83 Sun SBus Quad FastEthernet Controller
84 .Pq Dq SUNW,qfe
85 .El
86 .Sh NOTES
87 On sparc64 the
88 .Nm
89 driver respects the
90 .Va local-mac-address?
91 system configuration variable which can be set in the Open Firmware boot
92 monitor using the
93 .Ic setenv
94 command or by
95 .Xr eeprom 8 .
96 If set to
97 .Dq Li false
98 (the default), the
99 .Nm
100 driver will use the system's default MAC address for all of its devices.
101 If set to
102 .Dq Li true ,
103 the unique MAC address of each interface is used if present rather than
104 the system's default MAC address.
105 .Pp
106 Supported interfaces having their own MAC address include on-board versions
107 on boards equipped with more than one Ethernet interface and all add-on cards
108 except the single-port SBus versions.
109 .Sh SEE ALSO
110 .Xr gem 4 ,
111 .Xr intro 4 ,
112 .Xr miibus 4 ,
113 .Xr netintro 4 ,
114 .Xr eeprom 8 ,
115 .Xr ifconfig 8
116 .Rs
117 .%T "STP2002QFP Fast Ethernet, Parallel Port, SCSI (FEPS) User's Guide"
118 .%D April 1996
119 .%A Sun Microelectronics
120 .%O http://www.sun.com/oem/products/manuals/STP2002QFP-UG.pdf
121 .Re
122 .Sh HISTORY
123 The
124 .Nm
125 driver first appeared in
126 .Nx 1.5 .
127 The first
128 .Fx
129 version to include it was
130 .Fx 5.0 .
131 .Sh AUTHORS
132 The
133 .Nm
134 driver was written by
135 .An Paul Kranenburg
136 .Aq pk@NetBSD.org .