From owner-freebsd-current@FreeBSD.ORG Tue Oct 2 03:41:20 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 18C7416A417 for ; Tue, 2 Oct 2007 03:41:20 +0000 (UTC) (envelope-from ckchien@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 998DD13C467 for ; Tue, 2 Oct 2007 03:41:19 +0000 (UTC) (envelope-from ckchien@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2799220nfb for ; Mon, 01 Oct 2007 20:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=GARqUOVXb/F2dy1EN9woOl9ZoGb0ebPL0YK96qIMmq0=; b=CiKHdduAdJ22TmMr49hD227KAzw7LTUfI17ycNwlVwizQdqoNwXlW+Boe12UtA6WwxweYTDSajICDpHmZxfPr4y2lL2qbSMHBYOoDT4bbbJPh7MARsLlWyJLABEBOCBeHAb32yIF8HKRXIT3XxZ2b9Dd1A5qRA3NrpkeuySYKEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=IvjSigL4w2k1WKYdvlMYnvSRkX3/iYBhZsAVLnupMsscO6l8KZEBE4bYhCqlFSM5P9g3u0y7MMkbSGtStOAAiUclL1XW73TAV7CRpBNjdQA7bqYuBHWTgKORhmOqfV6DAZiP0Uhn/rj7g6WFDzuPiftphBI+l/z4w1ZkKLA1Wk0= Received: by 10.78.107.8 with SMTP id f8mr4069619huc.1191296477792; Mon, 01 Oct 2007 20:41:17 -0700 (PDT) Received: by 10.78.202.12 with HTTP; Mon, 1 Oct 2007 20:41:17 -0700 (PDT) Message-ID: <8bebfc960710012041h205216ecl75d44e0c9ba69068@mail.gmail.com> Date: Tue, 2 Oct 2007 11:41:17 +0800 From: "Kudo Chien" To: pyunyh@gmail.com In-Reply-To: <20071002004521.GH18658@cdnetworks.co.kr> MIME-Version: 1.0 References: <8bebfc960710010039q3ae744b9h71f785f6e3a4634d@mail.gmail.com> <20071001080058.GE18658@cdnetworks.co.kr> <8bebfc960710010707o4b7e9b2cif086e35b4f8f736d@mail.gmail.com> <20071002004521.GH18658@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: msk watchdog timeout X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Oct 2007 03:41:20 -0000 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. -- Best Regards, Kudo