1ntxn(7D) Devices ntxn(7D)
2
3
4
6 ntxn - NetXen 10/1 Gigabit Ethernet network driver
7
9 /dev/ntxn*
10
11
13 The ntxn 10/1 Gigabit Ethernet driver is a multi-threaded, loadable,
14 clonable, GLD-based STREAMS driver supporting the Data Link Provider
15 Interface, dlpi(7P), on NetXen 10/1 Gigabit Ethernet controllers.
16
17
18 The ntxn driver functions include chip initialization, frames transmit
19 and receive, promiscuous and multicast support, TCP and UDP checksum
20 off-load (IPv4) and 9600 bytes jumbo frame.
21
22
23 The ntxn driver and hardware support the 10GBASE CX4, 10GBASE-SR/W,
24 LR/W, and 10/100/1000BASE-T physical layers.
25
27 The cloning character-special device, /dev/ntxn, is used to access all
28 NetXen devices installed within the system.
29
30
31 The ntxn driver is managed by the dladm(1M) command line utility, which
32 allows VLANs to be defined on top of ntxn instances and for ntxn
33 instances to be aggregated. See dladm(1M) for more details.
34
35
36 The values returned by the driver in the DL_INFO_ACK primitive in
37 response to your DL_INFO_REQ are:
38
39 o Maximum SDU is 9600.
40
41 o Minimum SDU is 0.
42
43 o DLSAP address length is 8.
44
45 o MAC type is DL_ETHER.
46
47 o SAP (Service Access Point) length value is -2, meaning the
48 physical address component is followed immediately by a
49 2-byte SAP component within the DLSAP address.
50
51 o Broadcast address value is the Ethernet/IEEE broadcast
52 address (FF:FF:FF:FF:FF:FF).
53
55 By default, the ntxn driver works without any configuration file.
56
58 /dev/ntxn* Special character device.
59
60
61 /kernel/drv/ntxn 32-bit device driver (x86).
62
63
64 /kernel/drv/amd64/ntxn 64-bit device driver (x86).
65
66
67 /kernel/drv/ntxn.conf Configuration file.
68
69
71 See attributes(5) for descriptions of the following attributes:
72
73
74
75
76 ┌───────────────────────────────────────────────────────────┐
77 │ATTRIBUTE TYPE ATTRIBUTE VALUE │
78 │Availability SUNWntxn │
79 │Architecture x86 │
80 │Interface Stability Committed │
81 └───────────────────────────────────────────────────────────┘
82
84 dladm(1M), ndd(1M), netstat(1M), driver.conf(4), attributes(5),
85 streamio(7I), dlpi(7P)
86
87
88 Writing Device Drivers
89
90
91 STREAMS Programming Guide
92
93
94 Network Interfaces Programmer's Guide
95
96
97
98SunOS 5.11 13 Oct 2008 ntxn(7D)