]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
ahci: warn about remapped NVMe devices
authorChristoph Hellwig <hch@lst.de>
Fri, 2 Dec 2016 18:31:03 +0000 (19:31 +0100)
committerTejun Heo <tj@kernel.org>
Mon, 5 Dec 2016 19:31:24 +0000 (14:31 -0500)
commitaecec8b60422118b52e3347430ba9382e57d6d76
tree18201426039369667148624586fc68d14174dfe4
parentbfa9cb3e110cc02f2120e021bc853773bfd61b74
ahci: warn about remapped NVMe devices

Some Intel ahci implementations have a completely broken remapping mode
where they hide one or more NVMe devices behind the bar of an AHCI device.

Intel refuses to let the OS reprogram the BIOS to switch out of this
mode at runtime, and so far we're not come up with another good way
to undo the mess that the Chipset people created.  So for now the only
thing we can do is to alert users about this situation and switch to the
faster and much saner so called "AHCI" mode insted of the RAID mode in
the BIOS so that the BIOS does not hide the NVMe devices from us.

The sitation is even worse as at least one vendor (thanks a lot Lenovo..)
has started hardcoding their BIOS into the "RAID" mode even for laptops
that don't use AHCI _at all_ and just have a single NVMe device.  For now
there is an unspported Linux-only BIOS that undoes this braindamage,
but we'll have to see if things are getting better or worse from here.

Based on an earlier patch from Dan Williams <dan.j.williams@intel.com>.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/ahci.c