From owner-freebsd-current@FreeBSD.ORG Tue Apr 8 03:43:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B4E37B401; Tue, 8 Apr 2003 03:43:48 -0700 (PDT) Received: from gate.soum.co.jp (gate.soum.co.jp [202.221.40.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C493543F85; Tue, 8 Apr 2003 03:43:46 -0700 (PDT) (envelope-from fujita@soum.co.jp) Received: from force.soum.co.jp (force.soum.co.jp [IPv6:3ffe:501:80a:1:a00:20ff:fef0:4c9c]) by gate.soum.co.jp (8.12.9/8.12.9) with ESMTP id h38AhgSp036966; Tue, 8 Apr 2003 19:43:43 +0900 (JST) (envelope-from fujita@soum.co.jp) Received: from vanilla.soum.co.jp (vanilla.soum.co.jp [3ffe:501:80a:1:202:b3ff:fe98:8115])h38AhfZ22621; Tue, 8 Apr 2003 19:43:41 +0900 (JST) Received: from localhost (localhost [::1]) by vanilla.soum.co.jp (Postfix) with ESMTP id 43A505498; Tue, 8 Apr 2003 19:43:41 +0900 (JST) Date: Tue, 08 Apr 2003 19:43:40 +0900 (JST) Message-Id: <20030408.194340.115907060.fujita@soum.co.jp> To: mux@freebsd.org From: FUJITA Kazutoshi In-Reply-To: <20030407174532.GC1750@elvis.mu.org> References: <20030407170504.GA1099@leafy.idv.tw> <20030407174532.GC1750@elvis.mu.org> X-PGP-PublicKey: http://www.soum.co.jp/~fujita/fujita-GnuPG-publickey.txt X-PGP-FingerPrint: 9956 2ECE 7E7D B425 EC2D D49E FEBB 3C5F 2C34 1ECA Organization: SOUM Corporation, JAPAN X-URL: http://www.soum.co.jp/ X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 =?iso-2022-jp?B?KBskQjgtTFobKEIvU0FLQUtJKQ==?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: recent fxp changes causes mpd to freeze X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 10:43:48 -0000 From: Maxime Henrion Subject: Re: recent fxp changes causes mpd to freeze Date: Mon, 7 Apr 2003 19:45:32 +0200 Message-ID: <20030407174532.GC1750@elvis.mu.org> > leafy wrote: > > Recent (in these couple of days) changes in fxp causes mpd with PPPoE to freeze. No message or anything. Restarting mpd unfreezes the condition. Is there anything I can do to get more information out of this situation? My ThinkPad has similar(?) problem. But I don't use mpd, just connect to LAN. fxp often freeze, and 'ifconfig fxp0 up' solve this for a while. fxp0@pci2:8:0: class=0x020000 card=0x02091014 chip=0x10318086 rev=0x41 hdr=0x00 vendor = 'Intel Corporation' device = '82801CAM (ICH3) PRO/100 VE (LOM) Network Connection' class = network subclass = ethernet > Can you check that you're running the latest version of the fxp(4) > driver ? Latest revsisions are : > > if_fxp.c: > $FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.162 2003/04/07 17:02:44 mux Exp $ > if_fxpreg.h: > $FreeBSD: src/sys/dev/fxp/if_fxpreg.h,v 1.33 2003/04/06 21:35:45 mux Exp $ > if_fxpvar.h: > $FreeBSD: src/sys/dev/fxp/if_fxpvar.h,v 1.24 2003/04/02 16:47:16 mux Exp $ > rcvbundl.h: > $FreeBSD: src/sys/dev/fxp/rcvbundl.h,v 1.1 2001/10/25 05:23:31 jlemon Exp $ % grep '$FreeBSD' /sys/dev/fxp/* /sys/dev/fxp/if_fxp.c:__FBSDID("$FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.162 2003/04/07 17:02:44 mux Exp $"); /sys/dev/fxp/if_fxpreg.h: * $FreeBSD: src/sys/dev/fxp/if_fxpreg.h,v 1.33 2003/04/06 21:35:45 mux Exp $ /sys/dev/fxp/if_fxpvar.h: * $FreeBSD: src/sys/dev/fxp/if_fxpvar.h,v 1.24 2003/04/02 16:47:16 mux Exp $ /sys/dev/fxp/rcvbundl.h: * $FreeBSD: src/sys/dev/fxp/rcvbundl.h,v 1.1 2001/10/25 05:23:31 jlemon Exp $ Any suggestions ? Regards,