From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Grundler Date: Wed, 04 Aug 2004 23:33:35 +0000 Subject: Re: [BROKEN PATCH] kexec for ia64 Message-Id: <20040804233335.GD548@cup.hp.com> List-Id: References: <200407261524.40804.jbarnes@engr.sgi.com> <200407261536.05133.jbarnes@engr.sgi.com> <20040730155504.2a51b1fa.rddunlap@osdl.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Eric W. Biederman" Cc: "Randy.Dunlap" , Jesse Barnes , linux-ia64@vger.kernel.org, fastboot@osdl.org, linux-kernel@vger.kernel.org On Wed, Aug 04, 2004 at 07:07:04AM -0600, Eric W. Biederman wrote: > Initially that patch > was targeted for a kernel without device_shutdown(), so I was > likely considering the old trick of running through all of the PCI > devices and disabling their bus master bit. Blindly disabling all PCI bus master bits will also kill VGA/serial console and any USB keyboard attached to the system. I'll comment more on the "DMA is a Red Herring" when I can read more what it is about. grant