summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxpreg.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-03-03 14:19:09 +0000
committerdg <dg@FreeBSD.org>1998-03-03 14:19:09 +0000
commit725d1ce5121949fda5ccf59bc7f6e4266806f68a (patch)
tree9da1dfc2e08a889b67a98ceebb6f449f4d4d4af1 /sys/pci/if_fxpreg.h
parentd1ab9135f210e56e4a1b5104d638e7f9976b7930 (diff)
downloadFreeBSD-src-725d1ce5121949fda5ccf59bc7f6e4266806f68a.zip
FreeBSD-src-725d1ce5121949fda5ccf59bc7f6e4266806f68a.tar.gz
Added support for the 82553 and 'B' 82555 PHY.
Diffstat (limited to 'sys/pci/if_fxpreg.h')
-rw-r--r--sys/pci/if_fxpreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index 58971bd..d391dd9 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxpreg.h,v 1.10 1997/09/05 10:23:56 davidg Exp $
+ * $Id: if_fxpreg.h,v 1.11 1997/09/29 11:27:42 davidg Exp $
*/
#define FXP_VENDORID_INTEL 0x8086
@@ -327,6 +327,7 @@ struct fxp_stats {
#define FXP_PHY_80C24 6
#define FXP_PHY_82555 7
#define FXP_PHY_DP83840A 10
+#define FXP_PHY_82555B 11
/*
* PHY BMCR Basic Mode Control Register
OpenPOWER on IntegriCloud