Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Apr 2003 19:43:40 +0900 (JST)
From:      FUJITA Kazutoshi <fujita@soum.co.jp>
To:        mux@freebsd.org
Cc:        freebsd-current@freebsd.org
Subject:   Re: recent fxp changes causes mpd to freeze
Message-ID:  <20030408.194340.115907060.fujita@soum.co.jp>
In-Reply-To: <20030407174532.GC1750@elvis.mu.org>
References:  <20030407170504.GA1099@leafy.idv.tw> <20030407174532.GC1750@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Maxime Henrion <mux@freebsd.org>
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030408.194340.115907060.fujita>