From owner-cvs-all Tue Jan 18 18:16:22 2000 Delivered-To: cvs-all@freebsd.org Received: from postfix2.free.fr (postfix2.free.fr [212.27.32.74]) by hub.freebsd.org (Postfix) with ESMTP id D272614D8A; Tue, 18 Jan 2000 18:16:17 -0800 (PST) (envelope-from nsouch@free.fr) Received: from free.fr (paris11-nas6-24-91.dial.proxad.net [213.228.24.91]) by postfix2.free.fr (Postfix) with ESMTP id 9615B76889; Wed, 19 Jan 2000 00:16:20 +0100 (MET) Received: (from nsouch@localhost) by free.fr (8.9.3/8.9.3) id BAA01463; Wed, 19 Jan 2000 01:24:19 +0100 (CET) (envelope-from nsouch) Message-ID: <20000119012419.58852@breizh.free.fr> Date: Wed, 19 Jan 2000 01:24:19 +0100 From: Nicolas Souchu To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ex.c References: <200001130646.WAA05126@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <200001130646.WAA05126@freefall.freebsd.org>; from Matthew N. Dodd on Wed, Jan 12, 2000 at 10:46:03PM -0800 X-Operating-System: FreeBSD breizh 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jan 12, 2000 at 10:46:03PM -0800, Matthew N. Dodd wrote: > >mdodd 2000/01/12 22:46:03 PST > > Modified files: > sys/i386/isa if_ex.c > Log: > When I converted this driver to newbus I also cleaned up the code > layout. It seems that I cleaned it up a bit too much and confused a few > > if () { > if () { > } else { > } > } > > statements in the obvious manner. > > This allows the driver to transmit packets again. *sigh* What's the state of the driver in 3.x? I have here a 3.2 release with the if_maxlen field no initialized (usually with IFQ_MAXLEN). Avoiding any chance for the driver to work, isn't it? Actually, I ported if_ex.c to pccard but can't emit/receive anything (ifq_maxlen corrected). Note that detection/init process of if_ex is ok after the pccard enabler job. -- nsouch@free.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message