> > -#define PHY_POLL -1 > > +#define PHY_POLL NO_IRQ > > #define PHY_IGNORE_INTERRUPT -2 What does PHY_IGNORE_INTERRUPT mean? Can I use that in a dummy PHY driver that just pretends that all is well? Got a ethernet port that is connect to a switch directly over MII. How do I express -2 in a dts file? Jocke