Skip to content

Commit

Permalink
linux-5.4.21-323: Disable deprecated legacy IDE driver
Browse files Browse the repository at this point in the history
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: #1707
  • Loading branch information
pmenzel committed Feb 21, 2020
1 parent 801d454 commit 209285d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions linux-5.4.21-323.bee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 209285d

Please sign in to comment.