public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Can we remove the Zone_DMA?
@ 2010-04-04  4:21 tek-life
  2010-04-04  5:07 ` Daniel Hazelton
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: tek-life @ 2010-04-04  4:21 UTC (permalink / raw)
  To: linux-kernel, ebiederm

I’m a newbie on the linux kernel. Now I am reading the source code of
Linux . I have a question in the following about ZONE_DMA.


In Linux , The Memory is divided to three zone. They are ZONE_DMA
、ZONE_NORMAL  and ZONE_HIGHMEM. From the book of "Undstand the Linux
kernel ", the ZONE_DMA has the effect that the Direct Memory Access
(DMA) processors for old ISA buses have a strong limitation: they are
able to address only the first 16 MB of RAM. SO ,we must set a zone
for  the DMA on ISA bus.  And I suspect that the hardware has
developed so quickly .And  in this days the ISA has been weeded out.
And so ,if we not defined the ZONE_DMA, is the system be effected? And
why not remove ZONE_DMA from the kernel . If it cann‘t to do so,the
compatibility is the only reason?


Thanks

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

end of thread, other threads:[~2010-04-19 13:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-04  4:21 Can we remove the Zone_DMA? tek-life
2010-04-04  5:07 ` Daniel Hazelton
     [not found]   ` <k2tc58e39921004032226ze2eb64dev21f8c2d137a49ebc@mail.gmail.com>
2010-04-04  5:33     ` Fwd: " tek-life
2010-04-04  7:49       ` Daniel Hazelton
2010-04-04  8:16         ` Thomas Fjellstrom
2010-04-04  8:28         ` tek-life
2010-04-04  8:28         ` tek-life
2010-04-04  8:38           ` Eric W. Biederman
2010-04-12  8:41             ` Andi Kleen
2010-04-18 11:04   ` Bernd Petrovitsch
2010-04-19 13:44     ` Lennart Sorensen
2010-04-04  7:31 ` Oliver Neukum
2010-04-04  9:07 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox