summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2017-03-10 03:27:50 +0000
committerjsg <jsg@openbsd.org>2017-03-10 03:27:50 +0000
commit29cd8df843cbae1a6a02dc1cfaa433a95ed64b7a (patch)
treeafad81c270fe2fdc81b977c58e252849310d8367
parentPlug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via (diff)
downloadwireguard-openbsd-29cd8df843cbae1a6a02dc1cfaa433a95ed64b7a.tar.xz
wireguard-openbsd-29cd8df843cbae1a6a02dc1cfaa433a95ed64b7a.zip
enable amphy(4) for udav(4) and urlphy(4) for url(4)
-rw-r--r--sys/arch/arm64/conf/GENERIC4
-rw-r--r--sys/arch/arm64/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 97c4c825ff3..44ab4f3e39f 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.21 2017/03/08 11:47:07 patrick Exp $
+# $OpenBSD: GENERIC,v 1.22 2017/03/10 03:27:50 jsg Exp $
#
# GENERIC machine description file
#
@@ -218,11 +218,13 @@ audio* at utvfu?
udl* at uhub? # DisplayLink USB displays
wsdisplay* at udl?
+amphy* at mii? # AMD 79C873 PHYs
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
+urlphy* at mii? # Realtek RTL8150L internal PHY
scsibus* at scsi?
sd* at scsibus?
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 58f6bcd8be2..d8ec65e41d1 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.18 2017/03/08 11:47:07 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.19 2017/03/10 03:27:50 jsg Exp $
#
# GENERIC machine description file
#
@@ -155,11 +155,13 @@ urtw* at uhub? # Realtek 8187
rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU
urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU
+amphy* at mii? # AMD 79C873 PHYs
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
+urlphy* at mii? # Realtek RTL8150L internal PHY
scsibus* at scsi?
sd* at scsibus?