mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 07:20:32 +00:00
Fix KernelA typo on AHCI_CF_DESCF_C value.
This commit is contained in:
parent
6624bba48e
commit
52db1e115c
1 changed files with 1 additions and 1 deletions
|
@ -2717,7 +2717,7 @@ class CPCIDev
|
|||
|
||||
//Command FIS flags
|
||||
#define AHCI_CF_DESCf_C 7 //'Command' bit. Set when FIS is an ATA command.
|
||||
#define AHCI_CF_DESCF_C (1 << AHCI_CF_DESCF_C)
|
||||
#define AHCI_CF_DESCF_C (1 << AHCI_CF_DESCf_C)
|
||||
|
||||
//Port register flags
|
||||
//Command and Status register flags
|
||||
|
|
Loading…
Reference in a new issue