summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
diff options
context:
space:
mode:
authorJonathan Matthew <jmatthew@cvs.openbsd.org>2023-03-02 09:39:46 +0000
committerJonathan Matthew <jmatthew@cvs.openbsd.org>2023-03-02 09:39:46 +0000
commit3dee50418d68a56eb72a10fc58e038e49f3ed4c5 (patch)
tree4b041f14e53c1e62c7ae34b1323a3f86c597acd9 /sys/arch/armv7
parenta1931e24748fdd6ea54f92fdcaf4e2536852e0ed (diff)
Add eephy(4), found on the Turris Omnia's WAN port
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r--sys/arch/armv7/conf/GENERIC3
-rw-r--r--sys/arch/armv7/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
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