Add eephy(4), found on the Turris Omnia's WAN port
authorjmatthew <jmatthew@openbsd.org>
Thu, 2 Mar 2023 09:39:45 +0000 (09:39 +0000)
committerjmatthew <jmatthew@openbsd.org>
Thu, 2 Mar 2023 09:39:45 +0000 (09:39 +0000)
sys/arch/armv7/conf/GENERIC
sys/arch/armv7/conf/RAMDISK

index d8cf637..5fcafc5 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.139 2021/08/20 05:23:18 anton Exp $
+#      $OpenBSD: GENERIC,v 1.140 2023/03/02 09:39:45 jmatthew Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -384,6 +384,7 @@ wsdisplay* at udl?
 bwfm*  at uhub?                # Broadcom FullMAC
 
 atphy*         at mii?                 # Attansic F1 PHYs
+eephy*         at mii?                 # Marvell 88E1000 series PHY
 rgephy*                at mii?                 # Realtek 8169S/8110S PHY
 rlphy*         at mii?                 # Realtek 8139 internal PHYs
 ukphy*         at mii?                 # "unknown" PHYs
index 112b0cb..03a1490 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.128 2022/02/09 07:28:54 visa Exp $
+#      $OpenBSD: RAMDISK,v 1.129 2023/03/02 09:39:45 jmatthew Exp $
 
 machine                armv7 arm
 
@@ -282,6 +282,7 @@ athn*               at uhub?                # Atheros AR9002U
 bwfm*          at uhub?                # Broadcom FullMAC
 
 atphy*         at mii?                 # Attansic F1 PHYs
+eephy*         at mii?                 # Marvell 88E1000 series PHY
 rgephy*                at mii?                 # Realtek 8169S/8110S PHY
 rlphy*         at mii?                 # Realtek 8139 internal PHYs
 ukphy*         at mii?                 # "unknown" PHYs