Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RESERVE_DMA_COHERENT
:
CONFIG_PCI && ! CONFIG_MMU
Many PCI drivers require access to uncached memory for DMA device communications (such as is done with some Ethernet buffer rings). If a fully featured MMU is available, this can be done through page table settings, but if not, a region has to be set aside and marked with a special DAMPR register.
Setting this option causes uClinux to set aside a portion of the available memory for use in this manner. The memory will then be unavailable for normal kernel use.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2024). See also LKDDb sources on GitLab