From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Florian_G=F6dden?= Subject: Re: compiling dom0 Kernel with LSI MegaRAID Driver failed Date: Wed, 27 Jul 2005 00:14:06 +0200 Message-ID: <42E6B5AE.2070609@gmx.de> References: <42E06699.2080509@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <42E06699.2080509@gmx.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I figured out what the problem is, at least that with dma_*: A 'make kernels' in the root directory of the xen source builds the=20 dom0 kernel with this patch applied: Node ID c5db6fd54e36fb4475257172c3f1c8fa77b54745 Fix dma_map_single to work correctly with multi-page buffers A 'make kclean' in the source root directory, or cd linux-2.6.12-xen0 make ARCH=3Dxen clean deletes the patched files pci-dma.c and pci-nommu.c from=20 /arch/xen/x86-64/kernel. After that, a new compilation replaces both deleted files with unpatched=20 versions which do not work anymore. Copy pci-dma.c and pci-nommu.c manually from the xen-sparse tree in the=20 dom0 tree after a clean solves the problem. Florian G=F6dden