Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752234Ab0DDI3T (ORCPT ); Sun, 4 Apr 2010 04:29:19 -0400 Received: from mail-iw0-f197.google.com ([209.85.223.197]:52463 "EHLO mail-iw0-f197.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752184Ab0DDI2v convert rfc822-to-8bit (ORCPT ); Sun, 4 Apr 2010 04:28:51 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=A2UolpvddK9Yr/2xjwbsIZ2XVAX4wQ7giuUhz5F0vDr9MoLp2SGhdSMR7GxyyScOW/ hKLCOejORWv193RGj7PMTzoehfol6E6zuNvNhv+4uAPRRlqLpkCKod2k0cAv4Obj28sd CL/SA+Cy7LS8YQlyalnTJ4BQ4xIkTqRqEwiCo= MIME-Version: 1.0 In-Reply-To: <201004040349.28840.dhazelton@enter.net> References: <201004040349.28840.dhazelton@enter.net> Date: Sun, 4 Apr 2010 16:28:49 +0800 X-Google-Sender-Auth: 5140202cd6c99a4a Message-ID: Subject: Re: Can we remove the Zone_DMA? From: tek-life To: dhazelton@enter.net, oliver@neukum.org, linux-kernel@vger.kernel.org, ebiederm@xmission.com Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2913 Lines: 69 Thanks for your replys. I was confused. The motherboard of Intel i810 chipset in early 1999 had not supported the ISA. You say keyboard should use ISA, what should work for the pc using the i810 motherboard. More important , the keyboard don't use DMA. 2010/4/4, Daniel Hazelton : > On Sunday 04 April 2010 01:33:09 am tek-life wrote: >> Thanks for your reply.And do you means that , If I use a modern PC,such >> as >> my pc (CPU:Intel dual-core 2.6GHZ; Memory 2GB; And no pci ).I can remove >> the ZONE_DMA .And make sure this system also run smoothly as before? > > *MAYBE* - if you don't use parallel ports, floppy drives or similar. There > actually are still a lot of devices that use the ISA bus in a modern PC - > even > the keyboard (well, not USB ones) is an ISA device. > > Simple fact is that if it was possible to configure it out and not cause > massive problems somebody would have already spun out a patch to allow just > > that. > > DRH > >> ?? 2010??4??4?? ????1:07??Daniel Hazelton ะด???? >> >> On Sunday 04 April 2010 12:21:54 am tek-life wrote: >> > > 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? >> > >> > While ISA is gone as a true peripheral interconnect for new systems it >> > does, >> > actually, still live on in a lot of systems that Linux still supports. >> > While >> > those systems, generally, are running the same kernel and userspace >> > they >> > were >> > a decade ago I have no doubt that somebody might find an old machine >> > and >> > put >> > Linux on it - just because they could. >> > >> > And that also discounts the non-IBM PC machines that are out there that >> > Linux >> > also supports. While I don't know enough about them to say for sure, I >> > am >> > quite certain that at least some of them are still using the ISA bus. >> > >> > DRH > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/