From 47a4eea7aa20764df430fac9e28e6b9bdad47163 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 16 Feb 2021 00:03:54 +0000 Subject: [PATCH] some phy are not needed anymore since the ethernet drivers went away --- sys/arch/i386/conf/RAMDISK | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index ce19120dd1d..6fe9b931d80 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.200 2020/12/27 23:05:38 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.201 2021/02/16 00:03:54 deraadt Exp $ machine i386 maxusers 4 @@ -122,14 +122,14 @@ re* at pci? # Realtek 8169/8169S/8110S inphy* at mii? # Intel 82555 PHYs iophy* at mii? # Intel 82553 PHYs -icsphy* at mii? # ICS 1890 PHYs +#icsphy* at mii? # ICS 1890 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? # NS and compatible PHYs rlphy* at mii? # Realtek 8139 internal PHYs -mtdphy* at mii? # Myson MTD972 PHYs -dcphy* at mii? # Digital Clone PHYs -amphy* at mii? # AMD 79C873 PHYs -tqphy* at mii? # TDK 78Q212x PHYs +#mtdphy* at mii? # Myson MTD972 PHYs +#dcphy* at mii? # Digital Clone PHYs +#amphy* at mii? # AMD 79C873 PHYs +#tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs rgephy* at mii? # Realtek 8169S/8110S PHY ukphy* at mii? # "unknown" PHYs -- 2.20.1