diff options
author | 2005-08-02 00:20:11 +0000 | |
---|---|---|
committer | 2005-08-02 00:20:11 +0000 | |
commit | ca058dcf72e7c772c30fdc2843c3349d46c6c14c (patch) | |
tree | 816a039071db8e731c1d0714eb89698c872d8847 | |
parent | Marvell 88E1111 from Dave Huang in NetBSD PR 30556. (diff) | |
download | wireguard-openbsd-ca058dcf72e7c772c30fdc2843c3349d46c6c14c.tar.xz wireguard-openbsd-ca058dcf72e7c772c30fdc2843c3349d46c6c14c.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 71ea2409ea6..497e30e9108 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.61 2005/07/22 11:40:41 brad Exp $ */ +/* $OpenBSD: miidevs.h,v 1.62 2005/08/02 00:20:11 jsg Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.58 2005/07/22 11:39:36 brad Exp + * OpenBSD: miidevs,v 1.59 2005/08/02 00:19:36 jsg Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -214,6 +214,8 @@ #define MII_STR_xxMARVELL_E1000_3 "Marvell 88E1000 Gigabit PHY" #define MII_MODEL_xxMARVELL_E1000_5 0x0005 #define MII_STR_xxMARVELL_E1000_5 "Marvell 88E1000 Gigabit PHY" +#define MII_MODEL_xxMARVELL_E1111 0x000c +#define MII_STR_xxMARVELL_E1111 "Marvell 88E1111 Gigabit PHY" /* Contrived vendor/model for dcphy */ #define MII_MODEL_xxDEC_xxDC 0x0001 |