diff options
Diffstat (limited to 'drivers/tsec.c')
| -rw-r--r-- | drivers/tsec.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/drivers/tsec.c b/drivers/tsec.c index 6815c153d..2524e4f6d 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -1110,10 +1110,8 @@ struct phy_info phy_info_dp83865 = {  };  struct phy_info *phy_info[] = { -#if 0 -	&phy_info_cis8201, -#endif  	&phy_info_cis8204, +	&phy_info_cis8201,  	&phy_info_M88E1011S,  	&phy_info_M88E1111S,  	&phy_info_M88E1145, |