Annotated edit history of
DMA version 2, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
JohnMcPherson |
1 |
An [Acronym] for __D__irect __M__emory __A__ccess |
|
|
2 |
|
2 |
AristotlePagaltzis |
3 |
A method for peripherals (eg [PCI] and [IDE] devices) to copy data directly into a memory buffer, rather than explicitly being copied by the [CPU]. For example, SoundCard~s like the famous SB16 used to use [DMA], although the drivers generally don't bother any more. It can significantly speed up data transfers for HardDisk~s and [CDROM]s. |
1 |
JohnMcPherson |
4 |
|
|
|
5 |
See also: |
2 |
AristotlePagaltzis |
6 |
* <tt>/proc/dma</tt> (shows you "DMA channels" (used by PCI cards?)) |
|
|
7 |
* hdparm(8) |