diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-30 12:12:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-10-30 12:12:27 +0000 |
commit | 6a2250e53aac167a8a7ea1eae83f9eeec9098ddd (patch) | |
tree | 9d3b45de58a78a633748556fe60b2d6be6581e76 /sys/dev | |
parent | 4cc974b16b2532b7fe388aff53b3826cba633f40 (diff) |
regen
Diffstat (limited to 'sys/dev')
-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 a2923dce7a8..6ecee752216 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.90 2007/09/17 12:31:59 kettenis Exp $ */ +/* $OpenBSD: miidevs.h,v 1.91 2007/10/30 12:12:26 jsg Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.87 2007/09/17 12:31:22 kettenis Exp + * OpenBSD: miidevs,v 1.88 2007/10/30 12:12:01 jsg Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -63,6 +63,7 @@ #define MII_OUI_DAVICOM 0x00606e /* Davicom Semiconductor */ #define MII_OUI_MARVELL 0x005043 /* Marvell Semiconductor */ #define MII_OUI_ICPLUS 0x0090c3 /* IC Plus Corp. */ +#define MII_OUI_AGERE 0x00a0bc /* Agere */ #define MII_OUI_ICS 0x00a0be /* Integrated Circuit Systems */ #define MII_OUI_INTEL 0x00aa00 /* Intel */ #define MII_OUI_JATO 0x00e083 /* Jato Technologies */ @@ -127,6 +128,10 @@ #define MII_MODEL_AMD_79C875phy 0x0014 #define MII_STR_AMD_79C875phy "Am79C875 quad PHY" +/* Agere PHYs */ +#define MII_MODEL_AGERE_ET1011 0x0004 +#define MII_STR_AGERE_ET1011 "ET1011 10/100/1000baseT PHY" + /* Altima Communications PHYs */ #define MII_MODEL_xxALTIMA_AC_UNKNOWN 0x0001 #define MII_STR_xxALTIMA_AC_UNKNOWN "AC_UNKNOWN 10/100 PHY" |