Re: Question: Etherenet Link Detection

Tim Hockin (thockin@hockin.org)
Wed, 26 Sep 2001 16:49:44 -0700 (PDT)


> It's traditionally been defined as MII information, but that's
> awfully slow, so some Ethernet controllers make it available
> in a quicker manner.
>
> ethtool might do this (http://sourceforge.net/projects/gkernel/);
> I don't know for sure.

The only interface to this is through MII, unless we want to add an ETHTOOL
style ioctl to get the link status. This means, however, that every driver
that wants to report this needs to support at least a subset of ethtool
ioctls, which VERY FEW do.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/