Date: Wed, 19 Jan 2000 01:24:19 +0100 From: Nicolas Souchu <nsouch@free.fr> To: "Matthew N. Dodd" <mdodd@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ex.c Message-ID: <20000119012419.58852@breizh.free.fr> In-Reply-To: <200001130646.WAA05126@freefall.freebsd.org>; from Matthew N. Dodd on Wed, Jan 12, 2000 at 10:46:03PM -0800 References: <200001130646.WAA05126@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000119012419.58852>
