From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 04:01:56 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E91E16A418 for ; Tue, 2 Oct 2007 04:01:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 21C2013C43E for ; Tue, 2 Oct 2007 04:01:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so4966852waf for ; Mon, 01 Oct 2007 21:01:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=Hr5uTfx8A/o78J4xfkLC+f3ZsCcE70EEMGXb7avCqSc=; b=hUVDOK9cogXZXsbAd3s37RZ0s1TpHxNwtRAiLpuRc0AlmQbUo173KOlphALv6Hb7SffKTMCOZ1DUE6Obm81EumH+eDm1G/Pw4ifIqBLX7IucMe5s3545v8iNVVSnnfmqIhM1Ofg9eu2mE01qzwV1YQFLzWxacRzlcsl3W3yS+sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=R237CFFwbYIQScrPwATF7vLZ7J8jGb7+fJZKnT6e4L4dm9VvwjcAFRLE9F5wueJcktYzBa+Uw9Ecgle1Tw5vGnvWjCIRT0kuAf20ArnQtyaagd3/zOjgE+bVGfJLv53PtCQJ3gboum7fLexc2iLidDnWAfbJ2/0ZLC2Ekz88A8w= Received: by 10.114.110.1 with SMTP id i1mr3035865wac.1191297714976; Mon, 01 Oct 2007 21:01:54 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 27sm779557wra.2007.10.01.21.01.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Oct 2007 21:01:53 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l923wEeM023809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 2 Oct 2007 12:58:14 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l923wElh023808; Tue, 2 Oct 2007 12:58:14 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 2 Oct 2007 12:58:14 +0900 From: Pyun YongHyeon To: Kudo Chien Message-ID: <20071002035814.GJ18658@cdnetworks.co.kr> References: <8bebfc960710010039q3ae744b9h71f785f6e3a4634d@mail.gmail.com> <20071001080058.GE18658@cdnetworks.co.kr> <8bebfc960710010707o4b7e9b2cif086e35b4f8f736d@mail.gmail.com> <20071002004521.GH18658@cdnetworks.co.kr> <8bebfc960710012041h205216ecl75d44e0c9ba69068@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8bebfc960710012041h205216ecl75d44e0c9ba69068@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: msk watchdog timeout X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 04:01:56 -0000 On Tue, Oct 02, 2007 at 11:41:17AM +0800, Kudo Chien wrote: > 2007/10/2, Pyun YongHyeon : > > > > On Mon, Oct 01, 2007 at 10:07:34PM +0800, Kudo Chien wrote: > > > Hi, > > > > > > I've applied the patch. But it seems not solve the problem. > > > After applied patch, mskc0 boot message changes from 'mskc0: [ITHREAD]' > > to > > > 'mskc0: [FILTER]'. > > It just means it uses fast interrupt handler now. Previously you may > > have disabled it.(hw.msk.legacy_intr=1) > > > Oh I see. > > > And one thing I forgot to provide before is that a line in boot message > > > "mskc0: port 0xa000-0xa0ff mem > > > 0xf1000000-0xf1003fff irq 16 at device 0.0 on pci3" > > > > > > > > > I'm not sure if it could be helpful. But if you need any infomation, I > > could > > > provide it. > > > Thanks for your help. > > > > > As I said I don't have this hardware to experiment so it would take > > long time to fix it. I'd like to know chaging PHY driver has any > > effect in your case. Edit /usr/src/sys/dev/mii/e1000phy.c with > > the following. > > > > Save and rebuild kernel. This makes ukphy(4) serve 88E1149 PHY. > > Do you still see the same error from msk(4) after above change? > > > Yes, the error message is the same after making ukphy(4) serve 88E1149 PHY. > Thanks for your help. > Thanks for testing. Would you sumbit a PR for the issue and assign it to me? I'll let you know when I manage to find a clue. -- Regards, Pyun YongHyeon