diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-06 20:31:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-06 20:31:00 +0000 |
commit | 9644c30b793332458fffaa61e42caea4440bb314 (patch) | |
tree | 14a026dc4a2686af75069162de7d93fa477ecceb | |
parent | b900925dc345ed91c765c4637ad975b1ddd342e7 (diff) |
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 6ecee752216..9d70612f257 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.91 2007/10/30 12:12:26 jsg Exp $ */ +/* $OpenBSD: miidevs.h,v 1.92 2007/11/06 20:30:59 kettenis Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.88 2007/10/30 12:12:01 jsg Exp + * OpenBSD: miidevs,v 1.89 2007/11/06 20:30:06 kettenis Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -227,6 +227,8 @@ /* Enable Semiconductor PHYs (Agere) */ #define MII_MODEL_ENABLESEMI_LU3X31FT 0x0001 #define MII_STR_ENABLESEMI_LU3X31FT "Enable LU3X31FT" +#define MII_MODEL_ENABLESEMI_LU3X31T2 0x0002 +#define MII_STR_ENABLESEMI_LU3X31T2 "Enable LU3X31T2" #define MII_MODEL_ENABLESEMI_88E1000S 0x0004 #define MII_STR_ENABLESEMI_88E1000S "Enable 88E1000S" #define MII_MODEL_ENABLESEMI_88E1000 0x0005 |