Commit 7ad19a99 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David S. Miller

ide: officially deprecated the legacy IDE driver

After a recent chat with Dave we agreed to try to finally kill off the
legacy IDE code base.  Set a two year grace period in which we try
to move everyone over.  There are a few pieces of hardware not
supported by libata yet, but for many of them we aren't even sure
if there are any users.  For those that have users we have usually
found a volunteer to add libata support.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ef75bd71
......@@ -1437,6 +1437,9 @@ int ide_host_register(struct ide_host *host, const struct ide_port_info *d,
ide_hwif_t *hwif, *mate = NULL;
int i, j = 0;
pr_warn("legacy IDE will be removed in 2021, please switch to libata\n"
"Report any missing HW support to linux-ide@vger.kernel.org\n");
ide_host_for_each_port(i, hwif, host) {
if (hwif == NULL) {
mate = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment