From owner-cvs-src@FreeBSD.ORG Tue Oct 21 08:48:41 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 637BA16A4B3; Tue, 21 Oct 2003 08:48:41 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E2543F75; Tue, 21 Oct 2003 08:48:40 -0700 (PDT) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9LFmd0x095970 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 21 Oct 2003 08:48:39 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Andrea Campi , Warner Losh Date: Tue, 21 Oct 2003 08:50:03 -0700 User-Agent: KMail/1.5.3 References: <200310181522.h9IFMhrS025003@repoman.freebsd.org> <20031021074238.GA1182@webcom.it> In-Reply-To: <20031021074238.GA1182@webcom.it> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310210850.03204.sam@errno.com> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@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:48:41 -0000 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... Sam