From owner-cvs-all@FreeBSD.ORG Thu Apr 17 11:05:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E7F837B404; Thu, 17 Apr 2003 11:05:32 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C28EE43F3F; Thu, 17 Apr 2003 11:05:29 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) h3HI5P5v084701; Thu, 17 Apr 2003 20:05:25 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.9/8.12.9/Submit) id h3HI5P6i084700; Thu, 17 Apr 2003 20:05:25 +0200 (SAST) (envelope-from jhay) Date: Thu, 17 Apr 2003 20:05:25 +0200 From: John Hay To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20030417180525.GA84292@zibbi.icomtek.csir.co.za> References: <200304171751.h3HHpOGM046063@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304171751.h3HHpOGM046063@repoman.freebsd.org> User-Agent: Mutt/1.4i Subject: Re: cvs commit: src/sys/dev/wl if_wl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 18:05:32 -0000 > jhay 2003/04/17 10:51:24 PDT > > FreeBSD src repository > > Modified files: > sys/dev/wl if_wl.c > Log: > Get wlread() closer to working. Use m->m_len as the initial value for > bytes_in_mbuf rather than MCLBYTES. Add the ethertnet header to the > front of the mbuf. Adjust bytes_in_mbuf inside the loop that reads > the packet out of the card. > > Revision Changes Path > 1.53 +9 -1 src/sys/dev/wl/if_wl.c There still seems to be a corruption / timing problem but at least it now works sometimes when debugging is on, but still not without debugging. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org