From 025e0ce35f4f429c2a7285b5e69ba9973a4807ab Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 7 Jan 2009 13:23:25 +0000 Subject: Enable urlphy in addition to url. Noticed by dlg on system that comes with url(4). --- sys/arch/amd64/conf/RAMDISK_CD | 3 ++- sys/arch/i386/conf/RAMDISK_CD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys') 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 -- cgit v1.2.3