dp83848i.h
Go to the documentation of this file.
00001
00038 #ifndef DP83848I_H
00039 #define DP83848I_H
00040 
00041 #define NIC_PHY_ADDR 1
00042 #define NIC_PHY_ID   0x20005C90
00043 
00044 #define PHY_INIT() \
00045     do { \
00046         /* Use defaults */ \
00047         phy_pinThreeState(); \
00048         phy_resetPulse(); \
00049     } while (0)
00050
00051 #endif /* DP83848I_H */