Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

introduce IDE_KM. #106

Merged
merged 1 commit into from
Oct 13, 2023
Merged

introduce IDE_KM. #106

merged 1 commit into from
Oct 13, 2023

Conversation

longlongyang
Copy link
Contributor

fix #19

pub const PCI_IDE_KM_IDE_REG_BLOCK_SUPPORTED_COUNT: usize = 2
+ 2 * PCI_IDE_KM_LINK_IDE_REG_BLOCK_SUPPORTED_COUNT
+ (3 + 2 + 3 * PCI_IDE_KM_SELECTIVE_IDE_ADDRESS_ASSOCIATION_REG_BLOCK_SUPPORTED_COUNT)
* PCI_IDE_KM_SELECTIVE_IDE_REG_BLOCK_SUPPORTED_COUNT;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use max value defined in IDE spec?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use max value defined in IDE spec?

updated.

@longlongyang longlongyang force-pushed the i19 branch 2 times, most recently from d65c4d1 to f0a0da3 Compare October 13, 2023 01:06
fix intel#19

Signed-off-by: Yang, Longlong <[email protected]>
@jyao1 jyao1 merged commit fee60cb into intel:main Oct 13, 2023
26 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add IDE_KM as VDM message example.
2 participants