From owner-freebsd-current@freebsd.org Tue Oct 27 20:23:58 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 DD35F85AD for ; Tue, 27 Oct 2015 20:23:58 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [202.12.127.83]) (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 90D651DFB for ; Tue, 27 Oct 2015 20:23:58 +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 CA4AA41 for ; Tue, 27 Oct 2015 16:23:28 -0400 (EDT) Subject: Re: AHC - 29160 interrupts not functioning? To: freebsd-current@freebsd.org References: <5623A50A.9080809@protected-networks.net> <2869849.nf8kUEgBFm@desk8.phess.net> <562ED164.7090403@protected-networks.net> <2137786.8PrZuT7CDg@desk8.phess.net> From: Michael Butler Message-ID: <562FDD3F.8020101@protected-networks.net> Date: Tue, 27 Oct 2015 16:23:27 -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: <2137786.8PrZuT7CDg@desk8.phess.net> 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 20:23:59 -0000 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 :) imb