Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 28 Feb 2002 14:54:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 28 Feb 2002 14:53:00 -0500 Received: from cnxt10002.conexant.com ([198.62.10.2]:58635 "EHLO sophia-sousar2.nice.mindspeed.com") by vger.kernel.org with ESMTP id ; Thu, 28 Feb 2002 14:51:21 -0500 Date: Thu, 28 Feb 2002 20:50:20 +0100 (CET) From: Rui Sousa X-X-Sender: rsousa@sophia-sousar2.nice.mindspeed.com To: Alan Cox cc: German Gomez Garcia , =?ISO-8859-1?Q?Jos=E9?= Carlos Monteiro , , emu10k1-devel , Steve Stavropoulos , Daniel Bertrand , Subject: Re: [Emu10k1-devel] Re: Emu10k1 SPDIF passthru doesn't work if In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Feb 2002, Alan Cox wrote: It's true dma_addr_t does change from u32 to u64 and we do thinks like: (32 bit pci register) = cpu_to_le32(dma_handle) What is the correct way of doing this? (32 bit pci register) = cpu_to_le32((u32)dma_handle) ? Rui Sousa > > The most bizzare is that in a machine with 192Mib of memory but with a=20 > > kernel compiled with HIGHMEM support I see the same type of problems. > > Change of size in a structure or type ? > > _______________________________________________ > Emu10k1-devel mailing list > Emu10k1-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/emu10k1-devel > - 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/