mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-01 12:46:00 +00:00
Fix the check for NVMe command set being supported by the controller.
Was problematic with qemu (6.2.0, Debian 1:6.2+dfsg-3), which sets 0xC1
in that register, making the OVMF think the NVMe controller does not
support NVMe.
Uncovered by commit
|
||
|---|---|---|
| .. | ||
| ComponentName.c | ||
| NvmExpress.c | ||
| NvmExpress.h | ||
| NvmExpressBlockIo.c | ||
| NvmExpressBlockIo.h | ||
| NvmExpressDiskInfo.c | ||
| NvmExpressDiskInfo.h | ||
| NvmExpressDxe.inf | ||
| NvmExpressDxe.uni | ||
| NvmExpressDxeExtra.uni | ||
| NvmExpressHci.c | ||
| NvmExpressHci.h | ||
| NvmExpressPassthru.c | ||