From owner-freebsd-current@freebsd.org Tue Oct 27 21:18:03 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FF7AA1CA1A for ; Tue, 27 Oct 2015 21:18:03 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 745AA1AD2 for ; Tue, 27 Oct 2015 21:18:02 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 552068B; Tue, 27 Oct 2015 17:11:53 -0400 (EDT) Subject: Re: AHC - 29160 interrupts not functioning? To: Kurt Jaeger References: <5623A50A.9080809@protected-networks.net> <2869849.nf8kUEgBFm@desk8.phess.net> <562ED164.7090403@protected-networks.net> <2137786.8PrZuT7CDg@desk8.phess.net> <562FDD3F.8020101@protected-networks.net> <20151027205022.GX19913@home.opsec.eu> Cc: freebsd-current@freebsd.org From: Michael Butler Message-ID: <562FE898.2090802@protected-networks.net> Date: Tue, 27 Oct 2015 17:11:52 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151027205022.GX19913@home.opsec.eu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 27 Oct 2015 21:18:03 -0000 On 10/27/15 16:50, Kurt Jaeger wrote: > Hi! > >> On 10/27/15 13:50, Patrick Hess wrote: >>> Michael Butler wrote: >>>> Do you have "options AHC_ALLOW_MEMIO" in your kernel config? >>> >>> I'm running GENERIC on all of those machines, and as far as I can tell, >>> that option is not enabled by default, at least on 10.1-RELEASE: >> >> I discovered that there are two ports that, if not also upgraded, play >> poorly with a new kernel. It seems that sysutils/smartmontools and >> sysutils/lmmon are capable of disrupting the SCSI controller's >> activities on my particular host :-( >> >> Recompiling them made the weird symptoms go away :) > > This should be mentioned in the pkg-messages of those ports. > > Can you tell more about the difference before you recompiled the ports ? > 10.0 -> 10.1 ? Or was it 9.3 -> 10.1 ? I was trying to step up from 9.3 to 10.1. I'm not sure exactly what ABI change upset the controller - I happened to be sitting at the console when smartd caused a problem, imb