1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
'\" te
.\" Copyright (c) 2001-2007 by Garrett D'Amore.
.\" Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the author nor the names of any co-contributors may be used to endorse
.\" or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
.\" Portions Copyright (c) 2007 by Sun Microsystems, Inc. All Rights Reserved.
.TH mxfe 7D "31 Aug 2007" "SunOS 5.11" "Devices"
.SH NAME
mxfe \- MXFE Fast Ethernet device driver
.SH SYNOPSIS
.LP
.nf
\fB/dev/mxfe*\fR
.fi
.SH DESCRIPTION
.sp
.LP
The \fBmxfe\fR is a Solaris STREAMS hardware driver supporting the Data Link
Provider Interface (\fBdlpi\fR(7P)) over the Macronix 98715 family (including
the Lite-On PNIC-II) of Fast Ethernet controllers.
.SH DLPI SPECIFICATIONS
.sp
.LP
The \fBmxfe\fR driver supports both style 1 and style 2 modes of operation.
Physical points of attachment (PPAs) are interpreted as the instance number of
the \fBmxfe\fR controller as assigned by the operating system.
.sp
.LP
The relevant fields returned as part of a DL_INFO_ACK response are:
.RS +4
.TP
.ie t \(bu
.el o
Maximum SDU is 1500.
.RE
.RS +4
.TP
.ie t \(bu
.el o
Minimum SDU is 0.
.RE
.RS +4
.TP
.ie t \(bu
.el o
DLSAP address length is 8.
.RE
.RS +4
.TP
.ie t \(bu
.el o
MAC type is \fBDL_ETHER\fR.
.RE
.RS +4
.TP
.ie t \(bu
.el o
\fBSAP\fR length value is \fI-2\fR, meaning the physical address component is
followed immediately by a 2-byte \fBSAP\fR component within the \fBDLSAP\fR
address.
.RE
.RS +4
.TP
.ie t \(bu
.el o
Service mode is DL_CLDLS.
.RE
.RS +4
.TP
.ie t \(bu
.el o
Broadcast address value is the 6-byte Ethernet/IEEE broadcast address
(ff:ff:ff:ff:ff:ff).
.RE
.sp
.LP
If the SAP provided is zero, \fIIEEE 802.3\fR mode is assumed and outbound
frames will have the frame payload length written into the type field Likewise,
inbound frames with a SAP between zero and 1500 are interpreted as \fIIEEE
802.3\fR frames and delivered to streams that have bound to SAP zero (the
\fI802.3\fR SAP).
.SH FILES
.sp
.ne 2
.mk
.na
\fB\fB/dev/mxfe*\fR\fR
.ad
.RS 28n
.rt
Special character device
.RE
.sp
.ne 2
.mk
.na
\fB\fB/kernel/drv/mxfe\fR\fR
.ad
.RS 28n
.rt
32-bit driver binary (x86).
.RE
.sp
.ne 2
.mk
.na
\fB\fB/kernel/drv/amd64/mxfe\fR\fR
.ad
.RS 28n
.rt
64-bit ELF kernel module (x86).
.RE
.sp
.ne 2
.mk
.na
\fB\fB/kernel/drv/sparcv9/mxfe\fR\fR
.ad
.RS 28n
.rt
Driver binary (SPARC).
.RE
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for a description of the following attributes:
.sp
.sp
.TS
tab() box;
cw(2.75i) |cw(2.75i)
lw(2.75i) |lw(2.75i)
.
ATTRIBUTE TYPEATTRIBUTE VALUE
_
ArchitectureSPARC, x86
.TE
.SH SEE ALSO
.sp
.LP
\fBifconfig\fR(1M), \fBndd\fR(1M), \fBattributes\fR(5), \fBdlpi\fR(7P)
.sp
.LP
\fIIEEE 802.3\fR \(em Institute of Electrical and Electronics Engineers, 2002
|