From owner-cvs-src@FreeBSD.ORG Tue Oct 21 08:50:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33CF16A4B3; Tue, 21 Oct 2003 08:50:54 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F79643FBF; Tue, 21 Oct 2003 08:50:52 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9LFolE7025994; Tue, 21 Oct 2003 09:50:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 21 Oct 2003 09:50:53 -0600 (MDT) Message-Id: <20031021.095053.132110812.imp@bsdimp.com> To: sam@errno.com From: "M. Warner Losh" In-Reply-To: <200310210850.03204.sam@errno.com> References: <200310181522.h9IFMhrS025003@repoman.freebsd.org> <20031021074238.GA1182@webcom.it> <200310210850.03204.sam@errno.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: andrea@webcom.it cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epreg.h if_epvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 15:50:55 -0000 In message: <200310210850.03204.sam@errno.com> Sam Leffler writes: : On Tuesday 21 October 2003 12:42 am, Andrea Campi wrote: : > Incidentally, even when ep is sane, I still need to remove MPSAFE from : > pccbb.c, or it stops after a few dozens of packets are sent/received. : > Rerunning ifconfig on the interface brings it back for a few more packets. : : Could this be the same problem that people are reporting on current@ as "IP : stack is busted"? Some of those folks were, however, using USB Ethernet : devices... Unlikely, as far as I can tell. But who knows. Warner