diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-02-19 04:03:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-02-19 04:03:18 +0000 |
commit | 6f2eea8695550458d1adeafbb36b135d7c649792 (patch) | |
tree | a98ea36a745cdf60d1789f601e9ae4dbf84f8769 /sys/dev/mii/miidevs.h | |
parent | 61dffff5e182cdeb90ee9501bc675c192aae8a46 (diff) |
regen
Diffstat (limited to 'sys/dev/mii/miidevs.h')
-rw-r--r-- | sys/dev/mii/miidevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index f7c3967370e..af755f88c29 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.54 2005/02/05 00:03:57 jsg Exp $ */ +/* $OpenBSD: miidevs.h,v 1.55 2005/02/19 04:03:17 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.51 2005/02/04 23:59:46 jsg Exp + * OpenBSD: miidevs,v 1.52 2005/02/19 04:02:55 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -50,6 +50,7 @@ */ #define MII_OUI_3COM 0x00105a /* 3com */ +#define MII_OUI_AGERE 0x00601d /* Agere Systems */ #define MII_OUI_ALTIMA 0x0010a9 /* Altima Communications */ #define MII_OUI_AMD 0x00001a /* Advanced Micro Devices */ #define MII_OUI_BROADCOM 0x001018 /* Broadcom Corporation */ @@ -114,6 +115,10 @@ #define MII_MODEL_AMD_79C875phy 0x0014 #define MII_STR_AMD_79C875phy "Am79C875 quad PHY" +/* Agere Systems PHYs */ +#define MII_MODEL_AGERE_UNKNOWN 0x000c +#define MII_STR_AGERE_UNKNOWN "Unknown 10/100 PHY" + /* Altima Communications PHYs */ #define MII_MODEL_xxALTIMA_AC_UNKNOWN 0x0001 #define MII_STR_xxALTIMA_AC_UNKNOWN "AC_UNKNOWN 10/100 PHY" |