From owner-freebsd-stable@FreeBSD.ORG Wed Apr 4 12:19:44 2012 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 74BA4106566C for ; Wed, 4 Apr 2012 12:19:44 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DE9828FC1A for ; Wed, 4 Apr 2012 12:19:43 +0000 (UTC) Received: by lagv3 with SMTP id v3so422852lag.13 for ; Wed, 04 Apr 2012 05:19:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=r7sqU/jcFxxjPO5q834vvE1c5l3fW7uMZHxVLQ1xSHY=; b=T3PirQj/J1KsZiZdzeXOqhkpSjlpJV97yQLuRv0RtBiFl8yvLZYLD3vXHEdmcMg4C1 KHdJx/WY3Xr7p7LP8b0YPzzQs5gzGg+IfHxQO4RHXvBeaPyt0xoi+SQ/BsMQqdX1I79v +Qfv5L1h9x/GPyasweDEvHMaZRTsWHrBXH1fuu2dtsoRZH3TaVHVNEiP+bHl1QxYdjgC hBAQIv6fLKCDQNDlvNhY1hgKf0tt+j/JDeP/tcaS3Hw8fYfzSoaEmQNz5BhB9vhLsVy2 sJ5elNAcDUsMiEvtpl0pxZ22eCDSUmy8uuZNcROaOFfeVozbh2h/K+xR9veuLmgeq5lZ PCHw== MIME-Version: 1.0 Received: by 10.152.145.135 with SMTP id su7mr18545528lab.5.1333541982415; Wed, 04 Apr 2012 05:19:42 -0700 (PDT) Received: by 10.112.80.33 with HTTP; Wed, 4 Apr 2012 05:19:42 -0700 (PDT) In-Reply-To: References: <4F6A67C0.7000909@sentex.net> <4F6B3B46.4060105@sentex.net> Date: Wed, 4 Apr 2012 21:49:42 +0930 Message-ID: From: Matt Thyer To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: 157k interrupts per second causing 60% CPU load on idle system X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 12:19:44 -0000 On 25 March 2012 22:26, Matt Thyer wrote: > > Does anyone know if and when this driver was merged from current to > 8-STABLE ? > > If I can work out what revision that occurred in I'll go back to just > before then to confirm if the problem exists. > In the -CURRENT list I've been told that the new driver was introduced into 8-STABLE at revision 230921. I reverted to that revision but the problem was still apparent. So I've now tried: - Previous BIOS - Updating the controller firmware from phase 7 to phase 11 - Going back to the old (pre LSI authored) mps driver But all to no avail. What has worked is to move the single SATA 3 (6 Gbps) drive (the other 7 drives are SATA 2) to the onboard SATA 2 Intel controller. So it seems that both the old and new mps driver have a problem with the Western Digital WD20EARX SATA 3 drive on a SuperMicro AOC-USAS2-L8i (SAS 6G) controller (flashed with -IT firmware). I'll continue this in the -CURRENT list in the thread about the new driver as that's where the main discussion has been.