diff options
author | 2020-04-14 20:58:12 +0000 | |
---|---|---|
committer | 2020-04-14 20:58:12 +0000 | |
commit | 3bcc93d038f78abbe534d218cda0edad046324db (patch) | |
tree | 4a84260fe1c68052b8d2b1848a2488061584e611 /sys | |
parent | Add Broadcom BCM54210E. (diff) | |
download | wireguard-openbsd-3bcc93d038f78abbe534d218cda0edad046324db.tar.xz wireguard-openbsd-3bcc93d038f78abbe534d218cda0edad046324db.zip |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/mii/miidevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/mii/miidevs.h b/sys/dev/mii/miidevs.h index 8d71d2c20c7..ecf483d028a 100644 --- a/sys/dev/mii/miidevs.h +++ b/sys/dev/mii/miidevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: miidevs.h,v 1.131 2019/09/24 14:36:00 visa Exp $ */ +/* $OpenBSD: miidevs.h,v 1.132 2020/04/14 20:58:12 kettenis Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: miidevs,v 1.128 2019/09/24 14:35:22 visa Exp + * OpenBSD: miidevs,v 1.129 2020/04/14 20:57:22 kettenis Exp */ /* $NetBSD: miidevs,v 1.3 1998/11/05 03:43:43 thorpej Exp $ */ @@ -103,6 +103,7 @@ /* Don't know what's going on here. */ #define MII_OUI_xxBROADCOM2 0x0050ef /* Broadcom */ #define MII_OUI_xxBROADCOM3 0x00d897 /* Broadcom */ +#define MII_OUI_xxBROADCOM4 0x180361 /* Broadcom */ #define MII_OUI_xxDAVICOM 0x006040 /* Davicom */ /* This is the OUI of the gigE PHY in the Realtek 8169S/8110S chips */ @@ -218,6 +219,8 @@ #define MII_STR_xxBROADCOM3_BCM57765 "BCM57765 10/100/1000baseT PHY" #define MII_MODEL_xxBROADCOM3_BCM5720C 0x0036 #define MII_STR_xxBROADCOM3_BCM5720C "BCM5720C 10/100/1000baseT PHY" +#define MII_MODEL_xxBROADCOM4_BCM54210E 0x000a +#define MII_STR_xxBROADCOM4_BCM54210E "BCM54210E 10/100/1000baseT PHY" #define MII_MODEL_BROADCOM_BCM5400 0x0004 #define MII_STR_BROADCOM_BCM5400 "BCM5400 1000baseT PHY" #define MII_MODEL_BROADCOM_BCM5401 0x0005 |