Date: Thu, 26 Sep 1996 11:05:15 +0900 (JST) From: Naoki Hamada <nao@sbl.cl.nec.co.jp> To: Guido.vanRooij@nl.cis.philips.com Cc: freebsd-hackers@FreeBSD.org Subject: Re: new if_vx driver in incoming on freefal Message-ID: <199609260205.LAA10545@sirius.sbl.cl.nec.co.jp> In-Reply-To: Guido van Rooij's message of "Wed, 25 Sep 1996 10:03:23 %2B0200 (MET DST)" <199609250803.KAA02127@spooky.lss.cp.philips.com> References: <199609250803.KAA02127@spooky.lss.cp.philips.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609260205.LAA10545>