From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBFGV-0005AD-O4 for qemu-devel@nongnu.org; Thu, 10 Aug 2006 14:28:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBFGT-00059j-UI for qemu-devel@nongnu.org; Thu, 10 Aug 2006 14:28:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBFGT-00059Y-Nd for qemu-devel@nongnu.org; Thu, 10 Aug 2006 14:28:17 -0400 Received: from [66.249.82.238] (helo=wx-out-0506.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBFLR-0006nq-Dn for qemu-devel@nongnu.org; Thu, 10 Aug 2006 14:33:25 -0400 Received: by wx-out-0506.google.com with SMTP id r21so544449wxc for ; Thu, 10 Aug 2006 11:28:16 -0700 (PDT) Message-ID: Date: Thu, 10 Aug 2006 22:28:15 +0400 From: "Igor Kovalenko" Subject: Re: [Qemu-devel] [PATCH] lance.c emulation corrections In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_100574_5249260.1155234495935" References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org ------=_Part_100574_5249260.1155234495935 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > > >Looking at 7990 chip docs (main chip on lance card) it seems like there > are > >more features > >not implemented; e.g. 1.6ms timer is needed to implement "normal" > >transmission. > > It could be worthwhile to check if lance (Am7990) and pcnet (Am79C970A) > drivers could be merged. This was discussed briefly some years ago: > http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00364.html > Yes, a quick look shows 79c970a has one rx/tx buffer management mode which is software-compatible with 7990 chip (SWMODE=0) There may be more backward-compatibility bits to be unified. Anyone? :) ------=_Part_100574_5249260.1155234495935 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
>Looking at 7990 chip docs (main chip on lance card) it seems like there are
>more features
>not implemented; e.g. 1.6ms timer is needed to implement "normal"
>transmission.

It could be worthwhile to check if lance (Am7990) and pcnet (Am79C970A)
drivers could be merged. This was discussed briefly some years ago:
http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00364.html

Yes, a quick look shows 79c970a has one rx/tx buffer management mode which is software-compatible with 7990 chip (SWMODE=0) There may be more backward-compatibility bits to be unified. Anyone? :)

------=_Part_100574_5249260.1155234495935--