From: jmatthew Date: Thu, 2 Mar 2023 09:39:45 +0000 (+0000) Subject: Add eephy(4), found on the Turris Omnia's WAN port X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=983ce4b94f537d42b479f733227d3edfea60769f;p=openbsd Add eephy(4), found on the Turris Omnia's WAN port --- diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index d8cf637e1c6..5fcafc57f30 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -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 diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 112b0cb193a..03a1490e183 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -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