Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the different address spaces a PCI driver can access?

address different driver PCI
0
Posted

What are the different address spaces a PCI driver can access?

0

A driver can access all three address spaces by setting up appropriate mappings and using the memory, I/O, or configuration space access routines provided in the DDI/DKI framework. A common example is during the driver attach routine: the driver could read the configuration space by setting up a mapping via the DDI call pci_config_setup(9f), and read/write to the configuration registers via the pci_config_get*/pci_config_put* routines.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123