what is DMA
Sigiloso
Direct Memory Access. Processor tells the hard drive to directly access memory locations and read/write instructions no longer have to go through processor pipeline. DMA can be stopped with interrupts. I think snooping is also involved in DMA (processor peaks at the data transfer).