From owner-freebsd-stable@FreeBSD.ORG Fri Mar 12 22:38:16 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 898661065670; Fri, 12 Mar 2010 22:38:16 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id E23AD8FC1D; Fri, 12 Mar 2010 22:38:15 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so528743fga.13 for ; Fri, 12 Mar 2010 14:38:14 -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=4gE7GlZ0+gnUAFF6Fbf6z/tEzplRV735b3FCI1vwe+4=; b=MH8Oy7uR8JmARwoOIrf7EfaQQC7wwKZoE15EBM9ojfsUIHb090P6uLM+qAHEDgwyJe 3PYTbdPhecdwLWl+zvU1anQ2J31OTzQn24dvzgu08GlapAKzJKlImXhcoCpQVuZp5Dq6 5d1rYKJAIA4aSGzj+wKokbCLUkUvcyvwq/SDg= 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=gC9JeoF353rjIpRPctt5wul3OQqpPRcm6KJEPw+o91Pu6umLH/MYUUhIhBNxdYcK8Y z2snZzn4q2Qvw73c3zGBsA9bj0LDMHWwksox7j9TfAd65wiJukJlbrsE3VCnI4R065Lb lMHRxCI3HucfK2Bi0LteUFrrxZKAO/wZMm/94= Received: by 10.87.48.6 with SMTP id a6mr8564000fgk.40.1268433494562; Fri, 12 Mar 2010 14:38:14 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id e3sm2163280fga.23.2010.03.12.14.38.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 14:38:13 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 12 Mar 2010 14:38:11 -0800 From: Pyun YongHyeon Date: Fri, 12 Mar 2010 14:38:11 -0800 To: Pierre Beyssac Message-ID: <20100312223811.GS16314@michelle.cdnetworks.com> References: <20100312121409.GA79294@fasterix.frmug.org> <20100312174655.GG16314@michelle.cdnetworks.com> <20100312182134.GA90606@fasterix.frmug.org> <20100312192144.GL16314@michelle.cdnetworks.com> <20100312194524.GB91694@fasterix.frmug.org> <20100312200224.GO16314@michelle.cdnetworks.com> <20100312202852.GD91694@fasterix.frmug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100312202852.GD91694@fasterix.frmug.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: 8-STABLE interrupt storm on atapci(?), Dell Inspiron 580 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: Fri, 12 Mar 2010 22:38:16 -0000 On Fri, Mar 12, 2010 at 09:28:52PM +0100, Pierre Beyssac wrote: > On Fri, Mar 12, 2010 at 12:02:24PM -0800, Pyun YongHyeon wrote: > > Hmm, try this one and let me know it make any differences. > > No, still the same, negotiates at 10baseT/UTP. It seems the PHY has no BRGPHY_MII_AUXSTS register as it does not seem to manufactured by Broadcom. Adding a special case to brgphy(4) does not look right. Does ukphy(4) work without problem? If so I think you can live with ukphy(4).