Print this page
11641 spelling mistakes in section 7d of the manual
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/bnxe.7d.man.txt
+++ new/usr/src/man/man7d/bnxe.7d.man.txt
1 1 BNXE(7D) Devices BNXE(7D)
2 2
3 3
4 4
5 5 NAME
6 6 bnxe - QLogic NetXtreme II 10 Gigabit Ethernet Device Driver
7 7
8 8
9 9 SYNOPSIS
10 10 /dev/bnxe*
11 11
12 12
13 13 DESCRIPTION
14 14 The bnxe Ethernet driver is a multi-threaded, loadable, clonable,
15 15 GLDv3-based driver supporting the Data Link Provider Interface,
16 16 dlpi(7P), over QLogic NetXtreme II 10 Gigabit Ethernet controllers.
17 17 Multiple NetXtreme II controllers installed within the system are
18 18 supported by the driver.
19 19
20 20 The bnxe driver provides support for the NetXtreme II 10 Gigabit line
21 21 of devices. Functions include chip initialization, frame transmit and
22 22 receive, multicast and promiscuous support, error recovery and
23 23 reporting. These devices provide 10/100/1000/2500/10000 Mbps networking
24 24 interfaces.
25 25
26 26
27 27 DRIVER CONFIGURATION
28 28 The primary methods of configuration are via modification of the
29 29 /kernel/drv/bnxe.conf file or execution of the dladm(1M) utility. There
30 30 are many configuration items available and all are thoroughly
31 31 documented in the /kernel/drv/bnxe.conf file. Note that for changes to
32 32 this file to take affect the driver must be reloaded or the system
33 33 rebooted. In order to reload the driver with new configuration changes
34 34 all bnxe interfaces must be first unplumbed and then the update_drv(1M)
35 35 tool must be executed. For the configuration items that do not require
36 36 a driver reload the dladm(1M) tool can be used to dynamically change
37 37 the option.
38 38
39 39
40 40 DEBUGGING
41 41 kstat
42 42 There are many statistics exposed via kstat by bnxe.
43 43
44 44 The main groups are:
45 45
46 46 "intr" for interrupts stats
47 47
48 48 "l2chip"
49 49 for layer 2 chip stats,
50 50
51 51 "l2driver"
52 52 for layer 2 driver stats,
53 53
54 54 "l2stats"
55 55 for general layer 2 stats,
56 56
57 57 "link" for detailed link status,
↓ open down ↓ |
57 lines elided |
↑ open up ↑ |
58 58
59 59 "mac" for GLDv3 MAC layer stats,
60 60
61 61 "rxq#" for Rx ring stats,
62 62
63 63 "txq#" for Tx ring stats, and
64 64
65 65 "stats"
66 66 for general driver stats and version info.
67 67
68 - To get a list of all the individual statistics in these goups run: %
68 + To get a list of all the individual statistics in these groups run: %
69 69 kstat -m bnxe -i 0 -l
70 70
71 71
72 72 FILES
73 73 /dev/bnxe[instance]
74 74 bnxe Character special device
75 75
76 76
77 77 /kernel/drv/bnxe.conf
78 - Driver configuration file.
78 + Driver configuration file
79 79
80 80
81 - /kernel/drv/bnxe
82 - 32-bit i386 driver binary.
83 -
84 -
85 81 /kernel/drv/amd64/bnxe
86 - 64-bit i386 driver binary.
82 + Device driver (x86)
87 83
88 84
89 85 /kernel/drv/sparcv9/bnxe
90 - SPARC driver binary.
86 + Device driver (SPARC)
91 87
92 88
93 89 SEE ALSO
94 90 dladm(1M), netstat(1M), ifconfig(1M), driver.conf(4), gld(7P)
95 91
96 92 QLogic NetXtreme II 10 Gigabit Adapter Driver Installation Notes
97 93
98 94 Writing Device Drivers
99 95
100 96 STREAMS Programming Guide
101 97
102 98 Network Interfaces Guide
103 99
104 100
105 101
106 - July 17, 2014 BNXE(7D)
102 + January 10, 2020 BNXE(7D)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX