diff options
| author | augustss <augustss@NetBSD.org> | 2001-12-15 00:31:43 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2001-12-15 00:31:43 +0000 |
| commit | c6df7d43589eae825f2d46524f7d2d6a2468dcb6 (patch) | |
| tree | 7cd5ab12859d3f612136b2ac41f9b18699d6af54 /sys/dev | |
| parent | 385b05e2f936971cd2024fe9b27e675e15748b3b (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mii/miidevs.h | 7 | ||||
| -rw-r--r-- | sys/dev/mii/miidevs_data.h | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index eacfe55719f..64c95d5f9f2 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: miidevs.h,v 1.31 2001/08/25 06:00:01 thorpej Exp $ */ +/* $NetBSD: miidevs.h,v 1.32 2001/12/15 00:31:43 augustss Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: miidevs,v 1.31 2001/08/25 05:55:19 thorpej Exp + * NetBSD: miidevs,v 1.32 2001/12/15 00:31:03 augustss Exp */ /*- @@ -108,6 +108,9 @@ */ /* Altima Communications PHYs */ +/* Don't know the model for ACXXX */ +#define MII_MODEL_ALTIMA_ACXXX 0x0001 +#define MII_STR_ALTIMA_ACXXX "ACXXX 10/100 media interface" #define MII_MODEL_ALTIMA_AC101 0x0021 #define MII_STR_ALTIMA_AC101 "AC101 10/100 media interface" diff --git a/sys/dev/mii/miidevs_data.h b/sys/dev/mii/miidevs_data.h index 06af51d095f..2ea85f14c7c 100644 --- a/sys/dev/mii/miidevs_data.h +++ b/sys/dev/mii/miidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: miidevs_data.h,v 1.21 2001/08/25 06:00:01 thorpej Exp $ */ +/* $NetBSD: miidevs_data.h,v 1.22 2001/12/15 00:31:43 augustss Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: miidevs,v 1.31 2001/08/25 05:55:19 thorpej Exp + * NetBSD: miidevs,v 1.32 2001/12/15 00:31:03 augustss Exp */ /*- @@ -44,6 +44,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ struct mii_knowndev mii_knowndevs[] = { + { MII_OUI_ALTIMA, MII_MODEL_ALTIMA_ACXXX, MII_STR_ALTIMA_ACXXX }, { MII_OUI_ALTIMA, MII_MODEL_ALTIMA_AC101, MII_STR_ALTIMA_AC101 }, { MII_OUI_xxAMD, MII_MODEL_xxAMD_79C873, MII_STR_xxAMD_79C873 }, { MII_OUI_yyAMD, MII_MODEL_yyAMD_79C972_10T, MII_STR_yyAMD_79C972_10T }, |
