Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 8 Feb 2002 10:52:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 8 Feb 2002 10:52:03 -0500 Received: from pizda.ninka.net ([216.101.162.242]:34949 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id ; Fri, 8 Feb 2002 10:51:48 -0500 Date: Fri, 08 Feb 2002 07:48:57 -0800 (PST) Message-Id: <20020208.074857.88474129.davem@redhat.com> To: alan@lxorguk.ukuu.org.uk Cc: davej@suse.de, eike@bilbo.math.uni-mannheim.de, linux-kernel@vger.kernel.org Subject: Re: [2.5.4-pre3] link error in drivers/video/video.o From: "David S. Miller" In-Reply-To: In-Reply-To: <20020208155733.F32413@suse.de> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Alan Cox Date: Fri, 8 Feb 2002 15:55:35 +0000 (GMT) That is incorrect. The warning occurs because someone made bogus changes to the vesa driver without understanding what was going on. The vesa frame buffer returned by the BIOS is a physical cpu address not a bus address and nothing to do with magic PCI mappings. There were no changes made, in fact the VESA driver by your own definition was buggy before my changes went in. :-) It was using bus_to_virt and virt_to_bus all along Alan. - 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/