From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZsvx-0003CL-Mt for qemu-devel@nongnu.org; Thu, 13 Mar 2008 15:17:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZsvw-0003Az-0T for qemu-devel@nongnu.org; Thu, 13 Mar 2008 15:17:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZsvv-0003Am-NH for qemu-devel@nongnu.org; Thu, 13 Mar 2008 15:17:43 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JZsvv-0002Ay-Fq for qemu-devel@nongnu.org; Thu, 13 Mar 2008 15:17:43 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JZsvt-0003GY-Qq for qemu-devel@nongnu.org; Thu, 13 Mar 2008 19:17:42 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JZsvs-0003Ev-Q0 for qemu-devel@nongnu.org; Thu, 13 Mar 2008 19:17:41 +0000 Message-Id: From: Aurelien Jarno Date: Thu, 13 Mar 2008 19:17:40 +0000 Subject: [Qemu-devel] qemu/hw rtl8139.c 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 CVSROOT: /sources/qemu Module name: qemu Changes by: Aurelien Jarno 08/03/13 19:17:40 Modified files: hw : rtl8139.c Log message: rtl8139: fix endianness on big endian targets On big endian targets with mmio accesses, the values are not always swapped, depending on the accessed register. The Linux 8139too module was able to cope with that, but not the 8139cp one. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.18&r2=1.19