From owner-freebsd-hackers Thu Nov 21 15:54:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA27321 for hackers-outgoing; Thu, 21 Nov 1996 15:54:37 -0800 (PST) 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 PAA27316 for ; Thu, 21 Nov 1996 15:54:33 -0800 (PST) Received: from sbl-gw.sbl.cl.nec.co.jp by research.gate.nec.co.jp (8.7.6+2.6Wbeta7/950912) with ESMTP id IAA13018; Fri, 22 Nov 1996 08:54:27 +0900 (JST) Received: from sirius.sbl.cl.nec.co.jp by sbl-gw.sbl.cl.nec.co.jp (8.7.6+2.6Wbeta7/3.3W6) with ESMTP id IAA23033; Fri, 22 Nov 1996 08:54:25 +0900 (JST) Received: by sirius.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with UUCP id IAA25771; Fri, 22 Nov 1996 08:54:22 +0900 (JST) Date: Fri, 22 Nov 1996 08:54:22 +0900 (JST) From: Naoki Hamada Message-Id: <199611212354.IAA25771@sirius.sbl.cl.nec.co.jp> References: <9611202302.ZM8284@terminus.trailblazer.com> To: morgan@terminus.trailblazer.com CC: freebsd-hackers@freebsd.org In-reply-to: "Jon Morgan"'s message of "Wed, 20 Nov 1996 23:02:14 -0800" <9611202302.ZM8284@terminus.trailblazer.com> Subject: Re: vx driver problems Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jon Morgan wrote: >I found problems in if_vx.c where the driver handles ifconfig link[012] flags. >The driver is ANDing the index into the connector_table rather than the >actual bit value out of the table. >Here's the code for 2.1.6-RELEASE that fixes the problem: Thanks! I will rewrite the code around there and make it print more friendly messages. - nao