Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevealexrs authored Dec 2, 2021
1 parent 8344741 commit e39dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Go to Device Manager on Windows and click *Storage Controllers*. There will be m

![NVMe Controller BIOS device name](https://user-images.githubusercontent.com/59494379/144441672-da749fb9-b30c-48cc-89d1-9fce33e05cf1.png)

You can get the ssdt from [SSDT-DNVMe](https://github.com/programbw/y9000x/blob/master/EFI/CLOVER/ACPI/patched/SSDT-DNVMe.aml) or make one yourself. You can decompile the aml to dsl and change the relevant value to the value you got from *BIOS device name*. It should be quite obvious. Here is an example of the code:
You can get the ssdt from [SSDT-DNVMe](https://github.com/programbw/y9000x/blob/master/EFI/CLOVER/ACPI/patched/SSDT-DNVMe.aml) or make one yourself. You can decompile the aml to dsl and change the relevant values to the value you got from *BIOS device name*. It should be quite obvious. Here is an example of the ssdt code:

```
DefinitionBlock ("", "SSDT", 2, "hack", "NVMe-Pcc", 0x00000000)
Expand Down

0 comments on commit e39dc1f

Please sign in to comment.