diff options
Diffstat (limited to 'sys/dev/pci/if_fxpreg.h')
-rw-r--r-- | sys/dev/pci/if_fxpreg.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/dev/pci/if_fxpreg.h b/sys/dev/pci/if_fxpreg.h index 3a79d946633..56e8db4f59b 100644 --- a/sys/dev/pci/if_fxpreg.h +++ b/sys/dev/pci/if_fxpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fxpreg.h,v 1.2 1997/07/06 16:05:03 niklas Exp $ */ +/* $OpenBSD: if_fxpreg.h,v 1.3 1997/07/31 01:15:00 downsj Exp $ */ /* $NetBSD: if_fxpreg.h,v 1.2 1997/06/05 02:01:57 thorpej Exp $ */ /* @@ -302,15 +302,16 @@ struct fxp_stats { #define FXP_PHY_DP83840 4 #define FXP_PHY_80C240 5 #define FXP_PHY_80C24 6 +#define FXP_PHY_82555 7 #define FXP_PHY_DP83840A 10 /* - * DP84830 PHY, BMCR Basic Mode Control Register + * PHY BMCR Basic Mode Control Register */ -#define FXP_DP83840_BMCR 0x0 -#define FXP_DP83840_BMCR_FULLDUPLEX 0x0100 -#define FXP_DP83840_BMCR_AUTOEN 0x1000 -#define FXP_DP83840_BMCR_SPEED_100M 0x2000 +#define FXP_PHY_BMCR 0x0 +#define FXP_PHY_BMCR_FULLDUPLEX 0x0100 +#define FXP_PHY_BMCR_AUTOEN 0x1000 +#define FXP_PHY_BMCR_SPEED_100M 0x2000 /* * DP84830 PHY, PCS Configuration Register |