diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-28 23:08:39 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-07-28 23:08:39 +0000 |
commit | 22acd584087a3cb76313e4421ed207c962bdb994 (patch) | |
tree | c1d7b0235757a5ce5c1e01050f7cd0c313e10d9e /sys/dev/mii | |
parent | 0a755bdb12ccecadaa6157b4c25792ec7bf1fe45 (diff) |
regen
Diffstat (limited to 'sys/dev/mii')
-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 |