On Fri, Aug 05, 2005 at 04:26:30PM -0700, Wade Farnsworth wrote: > static int > --- linux-2.6/include/asm-ppc/ibm_ocp.h 2005-08-03 13:34:08.000000000 > -0700 > +++ linux-2.6-dev/include/asm-ppc/ibm_ocp.h 2005-08-02 10:49:42.000000000 > -0700 > @@ -67,6 +67,7 @@ struct ocp_func_emac_data { > int phy_mode; /* PHY type or configurable mode */ > u8 mac_addr[6]; /* EMAC mac address */ > u32 phy_map; /* EMAC phy map */ > + u32 feat_unsupp; /* Unsupported phy features */
Could you update this field (and related usages) to be "phy_ftr_exc"? For "Excluded phy features". Eugene and I discussed this on IRC and think it's a better name...for one it starts with the phy_ prefix like other related phy data. Except for that, it's ready for upstream. Thanks, Matt