diff options
author | 2006-03-04 03:54:06 +0000 | |
---|---|---|
committer | 2006-03-04 03:54:06 +0000 | |
commit | d0e15e81b39a0514996c33ea3065e61227ef31a4 (patch) | |
tree | 5b01d7522e60cbaca72c899ab7459bdfcfed77ff | |
parent | add the National Semiconductor DP83847 DsPHYTER PHY. (diff) | |
download | wireguard-openbsd-d0e15e81b39a0514996c33ea3065e61227ef31a4.tar.xz wireguard-openbsd-d0e15e81b39a0514996c33ea3065e61227ef31a4.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 7851602179f..3ab0429f96b 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.75 2006/02/12 00:38:50 brad Exp $ */ +/* $OpenBSD: miidevs.h,v 1.76 2006/03/04 03:54:06 brad Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.72 2006/02/12 00:38:27 brad Exp + * OpenBSD: miidevs,v 1.73 2006/03/04 03:53:30 brad Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -288,6 +288,8 @@ #define MII_STR_NATSEMI_DP83843 "DP83843 10/100 PHY" #define MII_MODEL_NATSEMI_DP83815 0x0002 #define MII_STR_NATSEMI_DP83815 "DP83815 10/100 PHY" +#define MII_MODEL_NATSEMI_DP83847 0x0003 +#define MII_STR_NATSEMI_DP83847 "DP83847 10/100 PHY" #define MII_MODEL_NATSEMI_DP83891 0x0005 #define MII_STR_NATSEMI_DP83891 "DP83891 10/100/1000 PHY" #define MII_MODEL_NATSEMI_DP83861 0x0006 |