From owner-cvs-src@FreeBSD.ORG Mon Nov 10 21:05: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 73D6716A4CE for ; Mon, 10 Nov 2003 21:05:41 -0800 (PST) Received: from vette.gigo.com (vette.gigo.com [216.218.228.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDAA43F85 for ; Mon, 10 Nov 2003 21:05:36 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-101-111-208.bsace705.dsl.brasiltelecom.net.br (200-101-111-208.bsace705.dsl.brasiltelecom.net.br [200.101.111.208]) by vette.gigo.com (Postfix) with ESMTP id 29B4857E2 for ; Mon, 10 Nov 2003 20:52:44 -0800 (PST) Received: (qmail 26247 invoked by uid 1001); 11 Nov 2003 04:07:33 -0000 Message-ID: <20031111040733.26246.qmail@exxodus.fedaykin.here> Received: (qmail 593 invoked from network); 21 Oct 2003 16:18:48 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 21 Oct 2003 16:18:48 -0000 Received: from pop3.uol.com.br by localhost with POP3 (fetchmail-6.2.4) for lioux-freebsd@localhost (single-drop); Tue, 21 Oct 2003 14:18:26 -0200 (BRST) Received: from peart.uol.com.br (172.26.5.121) by mtauol7.mail.sys.intranet (5.1.071) id 3EDB5C0C01C5B7F3 for lioux-freebsd@uol.com.br; Tue, 21 Oct 2003 13:07:54 -0300 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by storm14.uol.com.br (Postfix) with ESMTP id 7E1C6DAF12 for ; Tue, 21 Oct 2003 13:52:17 -0200 (BRST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 76D45565AA for ; Tue, 21 Oct 2003 08:51:32 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 2653416A52B; Tue, 21 Oct 2003 08:51:28 -0700 (PDT) Delivered-To: lioux@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 37F5116A4C0; Tue, 21 Oct 2003 08:51:27 -0700 (PDT) Delivered-To: src-committers@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) 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 Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG 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 List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 11 Nov 2003 05:05:41 -0000 X-Original-Date: Tue, 21 Oct 2003 09:50:53 -0600 (MDT) X-List-Received-Date: Tue, 11 Nov 2003 05:05:41 -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