OpenSolaris

Printable Version Enter a New Search
Bug ID 6592772
Synopsis 'ndd -get /dev/dmfe0 autoneg_cap' prints a value greater than the max allowed in dmfe's nd_params
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:driver-dmfe
Keywords
Responsible Engineer Garrett Damore
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_76
Fixed In snv_76
Release Fixed solaris_nevada(snv_76)
Related Bugs
Submit Date 14-August-2007
Last Update Date 29-October-2007
Description
Ran into the following when trying to implement "dladm show-ether" to 
show ethernet properties for Project Brussels:

On a machine runing snv_68, I get:

# uname -a
SunOS purple-180.East.Sun.COM 5.11 snv_68 sun4u sparc  xxxxx W,UltraAX-i2
# ndd -get /dev/dmfe0  autoneg_cap    
8

This is in contradication of the max value permitted in the nd_params
(file dmfe_ndd.c)
{ PARAM_BMSR_AUTONEG_CAP, 0,  1,        0,      "-autoneg_cap"          },
Work Around
N/A
Comments
N/A