diff options
author | 2009-07-28 23:08:38 +0000 | |
---|---|---|
committer | 2009-07-28 23:08:38 +0000 | |
commit | efc2f1944805511fdd3371e98e7d591d788d647a (patch) | |
tree | eafc826650e5d15efafc3e430344e8374ccaa349 | |
parent | add Cicada CS8244 10/100/1000 PHY, from Brad. (diff) | |
download | wireguard-openbsd-efc2f1944805511fdd3371e98e7d591d788d647a.tar.xz wireguard-openbsd-efc2f1944805511fdd3371e98e7d591d788d647a.zip |
regen
-rw-r--r-- | sys/dev/mii/miidevs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index fef2927b562..70e77f1ce9f 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.110 2009/07/03 04:43:12 dlg Exp $ */ +/* $OpenBSD: miidevs.h,v 1.111 2009/07/28 23:08:38 sthen Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.107 2009/07/03 04:42:44 dlg Exp + * OpenBSD: miidevs,v 1.108 2009/07/28 23:08:27 sthen Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -225,6 +225,8 @@ #define MII_STR_CICADA_CS8201A "CS8201 10/100/1000TX PHY" #define MII_MODEL_CICADA_CS8201B 0x0021 #define MII_STR_CICADA_CS8201B "CS8201 10/100/1000TX PHY" +#define MII_MODEL_CICADA_CS8244 0x002c +#define MII_STR_CICADA_CS8244 "CS8244 10/100/1000TX PHY" /* Davicom PHYs */ #define MII_MODEL_xxDAVICOM_DM9101 0x0000 |