diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-12-01 00:25:04 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-12-01 00:25:04 +0000 |
commit | 6f3fdd33fde909a6f82d0a20ffcbb88328833645 (patch) | |
tree | 52d987ef42550035752aacb8013be971edb05b85 /sys/dev | |
parent | de07405151d0993547e9f6481b481d73f39a8417 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/miidevs.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 0a173bfdad7..0387b2a4f0d 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.49 2004/10/17 22:32:25 deraadt Exp $ */ +/* $OpenBSD: miidevs.h,v 1.50 2004/12/01 00:25:03 pvalchev Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.46 2004/10/17 22:32:15 deraadt Exp + * OpenBSD: miidevs,v 1.47 2004/12/01 00:24:38 pvalchev Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -53,6 +53,7 @@ #define MII_OUI_ALTIMA 0x0010a9 /* Altima Communications */ #define MII_OUI_AMD 0x00001a /* Advanced Micro Devices */ #define MII_OUI_BROADCOM 0x001018 /* Broadcom Corporation */ +#define MII_OUI_CICADA 0x0003F1 /* Cicada Semiconductor */ #define MII_OUI_ENABLESEMI 0x0010dd /* Enable Semiconductor */ #define MII_OUI_DAVICOM 0x00606e /* Davicom Semiconductor */ #define MII_OUI_MARVELL 0x005043 /* Marvell Semiconductor */ @@ -157,6 +158,14 @@ #define MII_MODEL_BROADCOM_BCM4401_0x0036 BCM4401 #define MII_STR_BROADCOM_BCM4401_0x0036 "10/100baseTX PHY" +/* Cicada Semiconductor PHYs (now owned by Vitesse?) */ +#define MII_MODEL_CICADA_CS8201 0x0001 +#define MII_STR_CICADA_CS8201 "Cicada CS8201 10/100/1000TX PHY" +#define MII_MODEL_CICADA_CS8201A 0x0020 +#define MII_STR_CICADA_CS8201A "Cicada CS8201 10/100/1000TX PHY" +#define MII_MODEL_CICADA_CS8201B 0x0021 +#define MII_STR_CICADA_CS8201B "Cicada CS8201 10/100/1000TX PHY" + /* Davicom Semiconductor PHYs */ #define MII_MODEL_xxDAVICOM_DM9101 0x0000 #define MII_STR_xxDAVICOM_DM9101 "DM9101 10/100 PHY" |