diff options
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 e649b3588c2..52fc15ac78c 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.101 2008/08/24 08:20:35 brad Exp $ */ +/* $OpenBSD: miidevs.h,v 1.102 2008/08/24 08:23:28 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.98 2008/08/24 08:20:21 brad Exp + * OpenBSD: miidevs,v 1.99 2008/08/24 08:23:15 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -47,6 +47,7 @@ #define MII_OUI_LUCENT 0x00601d /* Lucent Technologies */ #define MII_OUI_ALTIMA 0x0010a9 /* Altima Communications */ #define MII_OUI_AMD 0x00001a /* Advanced Micro Devices */ +#define MII_OUI_ATHEROS 0x001374 /* Atheros Communications */ #define MII_OUI_ASIX 0x000ec6 /* ASIX Electronics */ #define MII_OUI_BROADCOM 0x001018 /* Broadcom Corporation */ #define MII_OUI_BROADCOM2 0x000af7 /* Broadcom Corporation */ @@ -126,6 +127,10 @@ #define MII_MODEL_AGERE_ET1011 0x0004 #define MII_STR_AGERE_ET1011 "ET1011 10/100/1000baseT PHY" +/* Atheros PHYs */ +#define MII_MODEL_ATHEROS_F1 0x0001 +#define MII_STR_ATHEROS_F1 "F1 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" |