Deleted Added
full compact
27c27
< * $Id$
---
> * $Id: if_fxpreg.h,v 1.6 1997/02/22 09:44:06 peter Exp $
277a278,303
>
> /*
> * Management Data Interface opcodes
> */
> #define FXP_MDI_WRITE 0x1
> #define FXP_MDI_READ 0x2
>
> /*
> * PHY device types
> */
> #define FXP_PHY_NONE 0
> #define FXP_PHY_82553A 1
> #define FXP_PHY_82553C 2
> #define FXP_PHY_82503 3
> #define FXP_PHY_DP83840 4
> #define FXP_PHY_80C240 5
> #define FXP_PHY_80C24 6
>
> /*
> * DP84830 PHY, PCS Configuration Register
> */
> #define FXP_DP83840_PCR 0x17
> #define FXP_DP83840_PCR_LED4_MODE 0x0002 /* 1 = LED4 always indicates full duplex */
> #define FXP_DP83840_PCR_F_CONNECT 0x0020 /* 1 = force link disconnect function bypass */
> #define FXP_DP83840_PCR_BIT8 0x0100
> #define FXP_DP83840_PCR_BIT10 0x0400