linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [Q] How can I transfer data from hard disk to PCI device'smemory
@ 2003-08-08  2:53 Cho, joon-woo
  0 siblings, 0 replies; 2+ messages in thread
From: Cho, joon-woo @ 2003-08-08  2:53 UTC (permalink / raw)
  To: linux-kernel

Not to PCI device's register, but to PCI device's SDRAM memory.

In detail after I modify kernel, I want to transfer data

from HDD controller's data register (IDE controller case)

to another PCI's SDRAM memory with the help of kernel

( I think Direct I/O(using O_DIRECT flag) )

Is this impossible?


----- Original Message -----
From: "wa moua" <wmatlus@yahoo.com>
To: "Cho, joon-woo" <jwc@core.kaist.ac.kr>
Sent: Friday, August 08, 2003 1:19 AM
Subject: Re: [Q] How can I transfer data from hard disk to PCI
device'smemory


> Are you trying to transfer data from one PCI register
> to another PCI register? Could you please rephrase
> your problem. PCI is a bus not a system storage.
>
> --- "Cho, joon-woo" <jwc@core.kaist.ac.kr> wrote:
> > Thank you for your reply, and I am very pleasant to
> > talk with you. ^^
> >
> > But english is not mother tongue, so I am little
> > confused about your
> > sentence.
> >
> > > The O_DIRECT I/O handling
> > > needs to know about stuff like page reference
> > counts that PCI space
> > > doesn't have lots of older (and some current)
> > hardware has real problems
> > > with PCI PCI transfers.
> >
> > At above sentence, you mean that
> >
> > 'To handle O_DIRECT I/O, stuff like page reference
> > is needed.
> >
> > But some HW(expecially old HW) doesn't have PCI
> > space,
> >
> > so that it needs much additional work to add a
> > PCI-PCI transferring.'
> >
> > Do I understand right?
> >
> >
> > Please reply, thanks.
> >
> >
> >
> > > So its a non trivial project, although doable






^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Q] How can I transfer data from hard disk to PCI device'smemory
  2003-08-07 12:05 ` Alan Cox
@ 2003-08-07 12:57   ` Cho, joon-woo
  0 siblings, 0 replies; 2+ messages in thread
From: Cho, joon-woo @ 2003-08-07 12:57 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Thank you for your reply, and I am very pleasant to talk with you. ^^

But english is not mother tongue, so I am little confused about your
sentence.

> The O_DIRECT I/O handling
> needs to know about stuff like page reference counts that PCI space
> doesn't have lots of older (and some current) hardware has real problems
> with PCI PCI transfers.

At above sentence, you mean that

'To handle O_DIRECT I/O, stuff like page reference is needed.

But some HW(expecially old HW) doesn't have PCI space,

so that it needs much additional work to add a PCI-PCI transferring.'

Do I understand right?


Please reply, thanks.



> So its a non trivial project, although doable




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-08  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-08  2:53 [Q] How can I transfer data from hard disk to PCI device'smemory Cho, joon-woo
  -- strict thread matches above, loose matches on Subject: below --
2003-08-07  5:45 [Q] How can I transfer data from hard disk to PCI device's memory Cho, joon-woo
2003-08-07 12:05 ` Alan Cox
2003-08-07 12:57   ` [Q] How can I transfer data from hard disk to PCI device'smemory Cho, joon-woo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).