Hi Kirill, You'll need to be a little more specific :) Are you writing a custom driver for this card or does a driver exist and you want to enable DMA use? Assuming you are writing a driver, then you'll need to tell us all what the DMA controller chip is. For example, PLX-Technologies makes a wide range of PCI controller chips, eg. the PLX PCI-9054 is a Bus Master/Target device. Only a Bus Master capable device can perform DMA. Give us some more info and we can start a discussion. The output of lspci might be useful. First type lspci (or /sbin/lspci) to see all devices, then use the syntax /sbin/lspci -s 01:04.0 -vv where 01:04.0 would be replaced with the bus/device IDs of your PCI board. The vv option gives verbose info as to the capabilities of the board. Regards, Dave Hawkins. > -----Original Message----- > From: kernelnewbies-bounce@nl.linux.org > [mailto:kernelnewbies-bounce@nl.linux.org]On Behalf Of Kirill Messel > Sent: Tuesday, November 12, 2002 5:25 AM > To: kernelnewbies@nl.linux.org > Subject: DMA support > > > Hi, > > I need help with DMA for PCI. I know that my PCI card supports > DMA. How can i use DMA channel? > I mean enable, disable, transfer the data. > > Thanks > Kirill > > > > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/