diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-01-07 13:23:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-01-07 13:23:25 +0000 |
commit | 025e0ce35f4f429c2a7285b5e69ba9973a4807ab (patch) | |
tree | 16d9bcb777edf0744b72ce1ed021e93ce3bea176 /sys/arch/i386 | |
parent | b4e25ddc60cad1fe83017f347854b03b2bc7c048 (diff) |
Enable urlphy in addition to url.
Noticed by dlg on system that comes with url(4).
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
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 |