From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCKQf-0006qI-Gu for qemu-devel@nongnu.org; Mon, 15 Dec 2008 15:52:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCKQe-0006mb-1k for qemu-devel@nongnu.org; Mon, 15 Dec 2008 15:52:37 -0500 Received: from [199.232.76.173] (port=53589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCKQd-0006mG-Vx for qemu-devel@nongnu.org; Mon, 15 Dec 2008 15:52:36 -0500 Received: from rn-out-0910.google.com ([64.233.170.191]:48740) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCKQd-0004iD-L9 for qemu-devel@nongnu.org; Mon, 15 Dec 2008 15:52:35 -0500 Received: by rn-out-0910.google.com with SMTP id 56so2366701rnw.8 for ; Mon, 15 Dec 2008 12:52:33 -0800 (PST) Message-ID: Date: Mon, 15 Dec 2008 23:52:33 +0300 From: "Igor Kovalenko" Subject: Re: [Qemu-devel] [PATCH] Add rtl8139b In-Reply-To: <200812150047.24173.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812141850.mBEIoBtN019561@smtp11.dti.ne.jp> <200812150047.24173.paul@codesourcery.com> 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 Cc: takasi-y@ops.dti.ne.jp On Mon, Dec 15, 2008 at 3:47 AM, Paul Brook wrote: > On Sunday 14 December 2008, takasi-y@ops.dti.ne.jp wrote: >> This adds support for RTL8139 below Rev.C. >> Name is "rtl8139b". > > You should also make this act like a revb device. > It should work as is, implemented registers map is the same as in 8139C. Driver will detect C+ capable device using PCI ID as a hint. 8139C+ is really a "8139C in extended mode" so well "8139B-" is a bit confusing. -- Kind regards, Igor V. Kovalenko