summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2017-03-08 11:45:23 +0000
committerpatrick <patrick@openbsd.org>2017-03-08 11:45:23 +0000
commit6f913d25e48977aa7093963cad56b305e096c63b (patch)
treee9ecfac7ba5fa2d89c913251dfb48457a8ca6fbd
parentEnable re(4). (diff)
downloadwireguard-openbsd-6f913d25e48977aa7093963cad56b305e096c63b.tar.xz
wireguard-openbsd-6f913d25e48977aa7093963cad56b305e096c63b.zip
Enable eephy(4).
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/arm64/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 142fdac173f..859202c5e81 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.19 2017/03/08 11:41:11 patrick Exp $
+# $OpenBSD: GENERIC,v 1.20 2017/03/08 11:45:23 patrick Exp $
#
# GENERIC machine description file
#
@@ -217,6 +217,7 @@ udl* at uhub? # DisplayLink USB displays
wsdisplay* at udl?
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/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index a886defb892..fa0684e71d1 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.16 2017/03/08 11:41:11 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.17 2017/03/08 11:45:23 patrick Exp $
#
# GENERIC machine description file
#
@@ -154,6 +154,7 @@ rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
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