summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-01-07 13:23:24 +0000
committerjsg <jsg@openbsd.org>2009-01-07 13:23:24 +0000
commit7a82f82d0ab37b35975dfed7e4eaf2a512887971 (patch)
tree0bcd696e399eab028fbea8ce2eb3d3d941b34e9a
parentFix typo. (diff)
downloadwireguard-openbsd-7a82f82d0ab37b35975dfed7e4eaf2a512887971.tar.xz
wireguard-openbsd-7a82f82d0ab37b35975dfed7e4eaf2a512887971.zip
Enable urlphy in addition to url.
Noticed by dlg on system that comes with url(4).
-rw-r--r--sys/arch/amd64/conf/RAMDISK_CD3
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD
index 42a0ded5966..ce8202ff5a0 100644
--- a/sys/arch/amd64/conf/RAMDISK_CD
+++ b/sys/arch/amd64/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.94 2009/01/06 23:03:16 jasper Exp $
+# $OpenBSD: RAMDISK_CD,v 1.95 2009/01/07 13:23:24 jsg Exp $
machine amd64 # architecture, used by config; REQUIRED
@@ -334,6 +334,7 @@ eephy* at mii? # Marvell 88E1000 series PHY
xmphy* at mii? # XaQti XMAC-II PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
+urlphy* at mii? # Realtek RTL8150L internal PHY
ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
etphy* at mii? # Agere/LSI ET1011 TruePHY
jmphy* at mii? # JMicron JMP202/JMP211 PHYs
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 72181b40f35..69d9a70dc97 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.162 2009/01/06 23:03:16 jasper Exp $
+# $OpenBSD: RAMDISK_CD,v 1.163 2009/01/07 13:23:24 jsg Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -418,6 +418,7 @@ eephy* at mii? # Marvell 88E1000 series PHY
xmphy* at mii? # XaQti XMAC-II PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
rgephy* at mii? # Realtek 8169S/8110S PHY
+urlphy* at mii? # Realtek RTL8150L internal PHY
ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
etphy* at mii? # Agere/LSI ET1011 TruePHY
jmphy* at mii? # JMicron JMP202/JMP211 PHYs