From 209285d35fe27956e0423f8d99e1cdadf8a4ad03 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 21 Feb 2020 12:33:52 +0100 Subject: [PATCH] linux-5.4.21-323: Disable deprecated legacy IDE driver libata should also support all these devices. Uniform Multi-Platform E-IDE driver ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports legacy IDE will be removed in 2021, please switch to libata Report any missing HW support to linux-ide@vger.kernel.org Probing IDE interface ide0... ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 legacy IDE will be removed in 2021, please switch to libata Report any missing HW support to linux-ide@vger.kernel.org Probing IDE interface ide1... Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/1707 --- linux-5.4.21-323.bee | 9 --------- 1 file changed, 9 deletions(-) diff --git a/linux-5.4.21-323.bee b/linux-5.4.21-323.bee index 6e5f4287b..1ec8d5956 100755 --- a/linux-5.4.21-323.bee +++ b/linux-5.4.21-323.bee @@ -464,15 +464,6 @@ mee_configure() { CONFIG_VIRTIO_BLK=m CONFIG_BLK_DEV_NVME=y CONFIG_ENCLOSURE_SERVICES=y - CONFIG_IDE=y - CONFIG_BLK_DEV_IDECD=y - CONFIG_IDE_GENERIC=y - CONFIG_BLK_DEV_CMD640=y - CONFIG_BLK_DEV_GENERIC=y - CONFIG_BLK_DEV_RZ1000=y - CONFIG_BLK_DEV_AMD74XX=y - CONFIG_BLK_DEV_JMICRON=y - CONFIG_BLK_DEV_SIS5513=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_SR_VENDOR=y