diff options
Diffstat (limited to 'usr/src/man/man9e/mac.9e')
| -rw-r--r-- | usr/src/man/man9e/mac.9e | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/src/man/man9e/mac.9e b/usr/src/man/man9e/mac.9e index 8b896a35c2..cc24da4b9b 100644 --- a/usr/src/man/man9e/mac.9e +++ b/usr/src/man/man9e/mac.9e @@ -68,7 +68,7 @@ or .Xr close 9E routines. In addition, all of the work to interact with -.Xr dlpi 7P +.Xr dlpi 4P is taken care of automatically and transparently. .Ss Initializing MAC Support For a device to be used in the framework, it must register with the @@ -440,7 +440,7 @@ family of properties, they may change depending on power settings. See the .Sy Ethernet Link Properties section in -.Xr dladm 1M +.Xr dladm 8 for more information. .Pp It's worth discussing how these different values get used throughout the @@ -503,7 +503,7 @@ fail the call to .Xr detach 9E . .Ss Interacting with Devices Administrators always interact with devices through the -.Xr dladm 1M +.Xr dladm 8 command line interface. The state of devices such as whether the link is considered .Sy up @@ -520,9 +520,9 @@ are all exposed. It is also the preferred way that these properties are set and configured. .Pp While device tunables may be presented in a -.Xr driver.conf 4 +.Xr driver.conf 5 file, it is recommended instead to expose such things through -.Xr dladm 1M +.Xr dladm 8 private properties, whether explicitly documented or not. .Sh CAPABILITIES Capabilities in the MAC Framework are optional features that a device @@ -635,7 +635,7 @@ In other words, each mblk_t that is linked together by the pointer may have checksum flags set. .Pp It is recommended that device drivers provide a private property or -.Xr driver.conf 4 +.Xr driver.conf 5 property to control whether or not checksumming is enabled for both rx and tx; however, the default disposition is recommended to be enabled for both. @@ -1310,7 +1310,7 @@ structure. The driver may define whatever semantics it wants for these private properties. They will not be listed when running -.Xr dladm 1M , +.Xr dladm 8 , unless explicitly requested by name. All such properties should start with a leading underscore character and then consist of alphanumeric ASCII characters and additional underscores or hyphens. @@ -1976,10 +1976,10 @@ to switch from one format to the other. This way, data can be gathered to determine what the impact of each method is on a given platform. .Sh SEE ALSO -.Xr dladm 1M , -.Xr driver.conf 4 , -.Xr ieee802.3 5 , -.Xr dlpi 7P , +.Xr dlpi 4P , +.Xr driver.conf 5 , +.Xr ieee802.3 7 , +.Xr dladm 8 , .Xr _fini 9E , .Xr _info 9E , .Xr _init 9E , |
