Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man7d / ntxn.7d
blob371fb589320b12e80f33a059c31182a0765f86d8
1 '\" te
2 .\"  Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH NTXN 7D "Oct 13, 2008"
7 .SH NAME
8 ntxn \- NetXen 10/1 Gigabit Ethernet network driver
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/dev/ntxn*\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBntxn\fR 10/1 Gigabit Ethernet driver is a multi-threaded, loadable,
19 clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface,
20 \fBdlpi\fR(7P), on NetXen 10/1 Gigabit Ethernet controllers.
21 .sp
22 .LP
23 The \fBntxn\fR driver functions include chip initialization, frames transmit
24 and receive, promiscuous and multicast support, TCP and UDP checksum off-load
25 (IPv4) and 9600 bytes jumbo frame.
26 .sp
27 .LP
28 The \fBntxn\fR driver and hardware support the 10GBASE CX4, 10GBASE-SR/W, LR/W,
29 and 10/100/1000BASE-T physical layers.
30 .SH APPLICATION PROGRAMMING INTERFACE
31 .sp
32 .LP
33 The cloning character-special device, \fB/dev/ntxn\fR, is used to access all
34 NetXen devices installed within the system.
35 .sp
36 .LP
37 The \fBntxn\fR driver is managed by the \fBdladm\fR(8) command line utility,
38 which allows VLANs to be defined on top of \fBntxn\fR instances and for
39 \fBntxn\fR instances to be aggregated. See \fBdladm\fR(8) for more details.
40 .sp
41 .LP
42 The values returned by the driver in the DL_INFO_ACK primitive in response to
43 your DL_INFO_REQ are:
44 .RS +4
45 .TP
46 .ie t \(bu
47 .el o
48 Maximum SDU is 9600.
49 .RE
50 .RS +4
51 .TP
52 .ie t \(bu
53 .el o
54 Minimum SDU is 0.
55 .RE
56 .RS +4
57 .TP
58 .ie t \(bu
59 .el o
60 DLSAP address length is 8.
61 .RE
62 .RS +4
63 .TP
64 .ie t \(bu
65 .el o
66 MAC type is DL_ETHER.
67 .RE
68 .RS +4
69 .TP
70 .ie t \(bu
71 .el o
72 SAP (Service Access Point) length value is -2, meaning the physical address
73 component is followed immediately by a 2-byte SAP component within the DLSAP
74 address.
75 .RE
76 .RS +4
77 .TP
78 .ie t \(bu
79 .el o
80 Broadcast address value is the Ethernet/IEEE broadcast address
81 (FF:FF:FF:FF:FF:FF).
82 .RE
83 .SH CONFIGURATION
84 .sp
85 .LP
86 By default, the \fBntxn\fR driver works without any configuration file.
87 .SH FILES
88 .sp
89 .ne 2
90 .na
91 \fB\fB/dev/ntxn*\fR\fR
92 .ad
93 .RS 26n
94 Special character device.
95 .RE
97 .sp
98 .ne 2
99 .na
100 \fB\fB/kernel/drv/ntxn\fR\fR
102 .RS 26n
103 32-bit device driver (x86).
107 .ne 2
109 \fB\fB/kernel/drv/amd64/ntxn\fR\fR
111 .RS 26n
112 64-bit device driver (x86).
116 .ne 2
118 \fB\fB/kernel/drv/ntxn.conf\fR\fR
120 .RS 26n
121 Configuration file.
124 .SH ATTRIBUTES
127 See \fBattributes\fR(5) for descriptions of the following attributes:
132 box;
133 l l
134 l l .
135 ATTRIBUTE TYPE  ATTRIBUTE VALUE
136 Architecture    x86
137 Interface Stability     Committed
140 .SH SEE ALSO
143 \fBdladm\fR(8), \fBndd\fR(8), \fBnetstat\fR(8), \fBdriver.conf\fR(4),
144 \fBattributes\fR(5), \fBstreamio\fR(7I), \fBdlpi\fR(7P)
147 \fIWriting Device Drivers\fR
150 \fISTREAMS Programming Guide\fR
153 \fINetwork Interfaces Programmer's Guide\fR