From owner-freebsd-hackers Wed Sep 25 19:05:34 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA02600 for hackers-outgoing; Wed, 25 Sep 1996 19:05:34 -0700 (PDT) Received: from research.gate.nec.co.jp (research.gate.nec.co.jp [202.32.8.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA02559 for ; Wed, 25 Sep 1996 19:05:25 -0700 (PDT) Received: from sbl-gw.sbl.cl.nec.co.jp by research.gate.nec.co.jp (8.7.6+2.6Wbeta7/950912) with ESMTP id LAA21147; Thu, 26 Sep 1996 11:05:17 +0900 (JST) Received: from sirius.sbl.cl.nec.co.jp by sbl-gw.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with ESMTP id LAA09959; Thu, 26 Sep 1996 11:05:16 +0900 (JST) X-Authentication-Warning: sbl-gw.sbl.cl.nec.co.jp: Host nao@sirius [133.207.68.90] claimed to be sirius.sbl.cl.nec.co.jp Received: by sirius.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with UUCP id LAA10545; Thu, 26 Sep 1996 11:05:15 +0900 (JST) Date: Thu, 26 Sep 1996 11:05:15 +0900 (JST) From: Naoki Hamada Message-Id: <199609260205.LAA10545@sirius.sbl.cl.nec.co.jp> References: <199609250803.KAA02127@spooky.lss.cp.philips.com> To: Guido.vanRooij@nl.cis.philips.com CC: freebsd-hackers@FreeBSD.org In-reply-to: Guido van Rooij's message of "Wed, 25 Sep 1996 10:03:23 +0200 (MET DST)" <199609250803.KAA02127@spooky.lss.cp.philips.com> Subject: Re: new if_vx driver in incoming on freefal Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi. Guido, I cannot figure out what you intended the following change to do. Could your tell me what you meant? --- vx/if_vx.c Wed Sep 25 00:45:50 1996 +++ vx.old/if_vx.c Tue Sep 17 16:19:42 1996 - outw(BASE + VX_COMMAND, SET_TX_AVAIL_THRESH | (len + pad + 4)); + outw(BASE + VX_COMMAND, SET_TX_AVAIL_THRESH | ((len + pad + 4) >> 2)); BTW, I am now working on the new vx driver to make it select the right connector. My 3C590C card seems now good at it, but I cannot try the 3C595 adapter because I do not have one. Since the fast ethernet is extremely faster than the ordinary ethernet, parameters may have to be changed... -nao