From 80bec739d2d97b4adc707cf128fefdc5b282fc20 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 24 Aug 2008 08:20:35 +0000 Subject: [PATCH] regen --- sys/dev/mii/miidevs.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 69d913a31c3..52fc15ac78c 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.100 2008/07/12 05:45:49 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.97 2008/07/12 05:45:31 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" @@ -162,7 +167,7 @@ #define MII_MODEL_xxBROADCOM_BCM54K2 0x002e #define MII_STR_xxBROADCOM_BCM54K2 "BCM54K2 10/100/1000baseT PHY" #define MII_MODEL_xxBROADCOM_BCM5714 0x0034 -#define MII_STR_xxBROADCOM_BCM5714 "BCM5714 10/100/1000baseT PHY" +#define MII_STR_xxBROADCOM_BCM5714 "BCM5714 10/100/1000baseT/SX PHY" #define MII_MODEL_xxBROADCOM_BCM5780 0x0035 #define MII_STR_xxBROADCOM_BCM5780 "BCM5780 10/100/1000baseT/SX PHY" #define MII_MODEL_xxBROADCOM_BCM5708C 0x0036 -- 2.20.1