Print this page
11641 spelling mistakes in section 7d of the manual
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/pcn.7d.man.txt
+++ new/usr/src/man/man7d/pcn.7d.man.txt
1 1 PCN(7D) Devices PCN(7D)
2 2
3 3
4 4
5 5
6 6
7 7 NAME
8 8 pcn - PCnet Ethernet device driver
9 9
10 10 SYNOPSIS
11 11 /dev/pcn
12 12
13 13
14 14 DESCRIPTION
15 15 The pcn driver is a multi-threaded, loadable, clonable GLDv3-based
16 16 STREAMS driver supporting the Data Link Provider Interface dlpi(7P) for
17 17 the AMD PCnet family of Ethernet controllers.
18 18
19 19 APPLICATION PROGRAMMING INTERFACE
20 20 The pcn driver can be used as either a "style 1" or a "style 2" Data
21 21 Link Service Provider. Physical points of attachment (PPAs) are
22 22 interpreted as the instance number of the pcn controller as assigned by
23 23 the operating environment.
24 24
25 25
26 26 The values returned by the driver in the DL_INFO_ACK response are:
27 27
28 28 o Maximum SDU is 1500.
29 29
30 30 o Minimum SDU is 0.
31 31
32 32 o The dlsap address length is 8.
33 33
34 34 o MAC type is DL_ETHER.
35 35
↓ open down ↓ |
35 lines elided |
↑ open up ↑ |
36 36 o SAP length is -2. The 6-byte physical address is immediately
37 37 followed by a 2-byte SAP.
38 38
39 39 o Service mode is DL_CLDLS.
40 40
41 41 o The broadcast address is the 6-byte Ethernet broadcast
42 42 address (ff:ff:ff:ff:ff:ff).
43 43
44 44 CONFIGURATION
45 45 The pcn driver performs auto-negotiation to select the link speed and
46 - mode. Link sped may be 100Mbps full-duplex, 100Mbps half-duplex,
46 + mode. Link speed may be 100Mbps full-duplex, 100Mbps half-duplex,
47 47 10Mbps full-duplex, or 10Mbps half-duplex, depending on the hardware
48 48 adapter type. See the IEEE802.3 standard for more information.
49 49
50 50
51 51 The capabilities advertised by the pcn device can be set using
52 52 dladm(1m). The driver supports a number of parameters whose names
53 - being with en_ (see below). Each of these parameters contains a
54 - boolean value that determines if the devices advertises that mode of
53 + begin with en_ (see below). Each of these parameters contains a
54 + boolean value that determines if the device advertises that mode of
55 55 operations. The adv_autoneg_cap parameter controls whether auto-
56 - negotioation is performed. If adv_autoneg_cap is set to 0, the driver
56 + negotiation is performed. If adv_autoneg_cap is set to 0, the driver
57 57 forces the mode of operation selected by the first non-zero parameter
58 58 in priority order as shown below:
59 59
60 60 (highest priority/greatest throughput)
61 61 en_100fdx_cap 100Mbps full duplex
62 62 en_10fdx_cap 10Mbps full duplex
63 63 (lowest priority/least throughput)
64 64
65 65
66 66
67 67 All capabilities default to enabled. Note that changing any capability
68 - parameter causes te link to go down while the link partners renegotiate
69 - the link speed/duplex using the newly changed capabilities.
68 + parameter causes the link to go down while the link partners
69 + renegotiate the link speed/duplex using the newly changed capabilities.
70 70
71 71 ATTRIBUTES
72 72 See attributes(5) for a description of the following attributes:
73 73
74 74
75 75
76 76
77 77 +--------------------+-----------------+
78 78 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
79 79 +--------------------+-----------------+
80 80 |Architecture | x86 |
↓ open down ↓ |
1 lines elided |
↑ open up ↑ |
81 81 +--------------------+-----------------+
82 82 |Interface Stability | Committed |
83 83 +--------------------+-----------------+
84 84
85 85 FILES
86 86 /dev/pcn
87 87
88 88 Special character device.
89 89
90 90
91 - /kernel/drv/pcn
92 -
93 -
94 -
95 -
96 -
97 -
98 - 32-bit driver binary.
99 -
100 -
101 91 /kernel/drv/amd64/pcn
102 92
103 - 64-bit driver binary (x86).
93 + Device driver (x86)
104 94
105 95
106 96 SEE ALSO
107 97 attributes(5), streamio(7I), dlpi(7p)
108 98
109 99
110 100 IEEE 802.3 -- Institute of Electrical and Electronics Engineers, 2002
111 101
112 102
113 103
114 - September 16, 2011 PCN(7D)
104 + January 10, 2020 PCN(7D)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX