From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HwN6f-0008D5-HC for qemu-devel@nongnu.org; Thu, 07 Jun 2007 14:53:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HwN6c-00087l-JJ for qemu-devel@nongnu.org; Thu, 07 Jun 2007 14:53:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HwN6c-00087i-Ek for qemu-devel@nongnu.org; Thu, 07 Jun 2007 14:53:10 -0400 Received: from moutng.kundenserver.de ([212.227.126.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HwN6b-0004Fx-Ux for qemu-devel@nongnu.org; Thu, 07 Jun 2007 14:53:10 -0400 Message-ID: <46685412.10601@mail.berlios.de> Date: Thu, 07 Jun 2007 20:53:06 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu/hw gt64xxx.c References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This patch breaks the ethernet device for big endian malta on x86 (little endian malta works). Tested with NFS root and Debian 2.6.20 kernel like this: mips-softmmu/qemu-system-mips --kernel /tftpboot/malta/boot/vmlinux \ --append "debug root=/dev/nfs rw ip=::::malta::dhcp" \ -M malta --net nic --net user >>From boot messages, I expect no PCI device will work with big endian: LE: Found 0000:00:0a:0 [8086/7110] 000601 00 BE: Found 0000:00:0a:0 [1071/8680] 000000 00 Device and vendor IDs are in wrong order. Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/06/07 17:00:37 > > Modified files: > hw : gt64xxx.c > > Log message: > Implement some more Gallileo registers. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu&r1=1.9&r2=1.10