Sowmini.Varadhan at Sun.COM wrote:
> On (05/14/08 19:17), Garrett D'Amore wrote:
>
>> LINK PTYPE STATE AUTO SPEED-DUPLEX
>> PAUSE
>> afe0 current unknown yes -802089456M-u none
>>
>> Is this is a known bug? (I.e. dladm "caching" data and reporting bogus
>>
>
> I've not seen this before. What does kstat report when this happens?
>
> --sowmini
>
>
It gets even better, I removed the mxfe1 card which I installed and now
it reports:
LINK PTYPE STATE AUTO SPEED-DUPLEX
PAUSE
afe0 current unknown yes -802089456M-u none
bge0 current up yes 1G-f none
mxfe1 current unknown yes 1G-u none
Only the bge0 card is present. The mxfe1 report is garbage, as well as
the afe0 report.
kstat does not have any records for either afe or mxfe.
I suspect that the problem is that there is data in
/etc/dladm/datalink.conf for these (now absent) NICs. Here is the
contents of that file:
1
name=string,afe0;class=int,1;media=int,4;devname=string,afe0;phymaj=int,53;phyinst=int,1;
2
name=string,bge0;class=int,1;media=int,4;devname=string,bge0;phymaj=int,80;phyinst=int,1;
3
name=string,mxfe1;class=int,1;media=int,4;phyinst=int,2;phymaj=int,222;devname=string,mxfe1;
Shall I file a bug report on this?
-- Garrett