As I mentioned earlier at
  http://mail.opensolaris.org/pipermail/brussels-dev/2007-October/000468.html


> As part of working out the details of the ndd-compat component,
> I'm looking into purging the nd_param_t crud in bge (Garrett- take 
> note! :-)) and pondering over the various MII ndd parameters.

I have a webrev at
  http://cr.opensolaris.org/~sowmini/ndd_compat/
which does this, including the elimination of orphans like:

> enum {
>         PARAM_AUTONEG_CAP,
>         PARAM_PAUSE_CAP,
>         PARAM_ASYM_PAUSE_CAP,
>         PARAM_1000FDX_CAP,
>         PARAM_1000HDX_CAP,
>         PARAM_100T4_CAP,
>         PARAM_100FDX_CAP,
>         PARAM_100HDX_CAP,
>         PARAM_10FDX_CAP,
>         PARAM_10HDX_CAP,

Code review (and additional thoughts for streamlining this)
are invited!

--Sowmini


Reply via email to