From owner-freebsd-stable@FreeBSD.ORG Thu Feb 26 07:50:06 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E42106566B; Thu, 26 Feb 2009 07:50:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id D8E538FC12; Thu, 26 Feb 2009 07:50:05 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so421239rvb.43 for ; Wed, 25 Feb 2009 23:50:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=STXYA/FyEBtpjZlVgkKG6MPtqHcg0EhQluGMZ10l/9U=; b=pTzdYe+UjJ5EpqlBAJH1s4Qqx9Ly4FhFSENzQ1nayh8NioyxFYlXBo5HGKRZMK/zOU IYx7oWrGS2syQFx7EORzY7FHwdxO0MkknTAnT5bQ7u09ZpyiX09SW/pv/a753Kj3XnM1 9RFBo/Zv/cVbxqeM4P1THiUi9og8cNcUMa9KI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=gajiHZvUZjTKKtkcTSeqSh5mYEiZwRYfsrsB+4z8W7cVOqZ3A26m+sfz84JOKlvEdG KL7BHjy+BqOyMCLsQXbPerYvTj8zfOGiS+FE4rGhjZQBTDa1Ie6nRGrVpuVaem0J7qSm yx8BVEa4XK5brlFkku5jRPXfuOvT3gk0IgQEY= Received: by 10.141.115.6 with SMTP id s6mr493157rvm.186.1235634605546; Wed, 25 Feb 2009 23:50:05 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm330449rvb.3.2009.02.25.23.50.03 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Feb 2009 23:50:04 -0800 (PST) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Thu, 26 Feb 2009 16:55:43 +0900 From: Pyun YongHyeon Date: Thu, 26 Feb 2009 16:55:43 +0900 To: "Matthew D. Fuller" Message-ID: <20090226075543.GF63173@michelle.cdnetworks.co.kr> References: <20090226003842.GB63173@michelle.cdnetworks.co.kr> <95AD32AC-93AE-4945-A18E-CE7099BEC3CA@stevenwills.com> <20090226050645.GS19899@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090226050645.GS19899@over-yonder.net> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org, Steve Wills , yongari@freebsd.org Subject: Re: 7.1-R to RELENG_7 upgrade breaks re nic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 07:50:07 -0000 On Wed, Feb 25, 2009 at 11:06:45PM -0600, Matthew D. Fuller wrote: > On Wed, Feb 25, 2009 at 10:47:07PM -0500 I heard the voice of > Steve Wills, and lo! it spake thus: > > > > re0: > Gigabit Ethernet> port 0x7e00-0x7eff mem 0xfd3ff000-0xfd3fffff, > > 0xfd3f8000-0xfd3fbfff irq 16 at device 0.0 on pci8 > > re0: Chip rev. 0x28000000 > > re0: MAC rev. 0x00100000 > > For a data point, I have > > re0: Gigabit Ethernet> port 0xdc00-0xdcff mem 0xfdfff000-0xfdffffff > irq 19 at device 0.0 on pci2 > re0: turning off MSI enable bit. > re0: Chip rev. 0x38000000 > re0: MAC rev. 0x00000000 > > on a recent 7-STABLE (if_re.c,v 1.95.2.41) which is working OK. I > have gotten a few Tx interrupt watchdog timeouts, which I don't recall > seeing in any quantity before, but they don't seem to cause any If the watchdog timeout message contains "missed Tx interrupts" you can safely ignore them. It's not real watchdog timeouts. > problems. It was previously on a ~Dec 2007 RELENG_7 and worked fine > there (and had MSI enabled, as well). > Try re(4) in HEAD. You may not see watchdog timeouts anymore.