From owner-freebsd-stable@FreeBSD.ORG Tue Apr 3 22:38:55 2012 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 6072C106566C; Tue, 3 Apr 2012 22:38:55 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 11F4F8FC12; Tue, 3 Apr 2012 22:38:55 +0000 (UTC) Received: by iahk25 with SMTP id k25so340984iah.13 for ; Tue, 03 Apr 2012 15:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=aWCVyf/lMUFyZTzaglHV1MYcl7rC8ObjFyf22IA1LLU=; b=ZrPfas1kPMSi6NGo2NKSaItXMbbjRyVQTyoI/ABciU6vwqODnKTcvA7lxXYI16zp7V lN27NpAnUvepJID50Ol6S+Qfe1XPXiEDMfh5JhZnCKVp/r6PScwR7WQKXUKJ6XkoNIVj 8iESmIqu6/dk9286Q6BDbu4Z7izutMg+cggsCzKkCTeKlHZmMXl9DIOqoIQNKWmZlm6Q gLLVSUDHOA+SvTab5caPc2ybzvaQvm/vGYYjQvTs9zuOIqD+qdbF1GJQ5nRI2hBC8XZo kPaceIS0sDzkYzemSeplwTh0FjFTLhW3q3wfh6UWTmcPeJDH1MgMj+4NSR9mO7rTdry5 vg5A== MIME-Version: 1.0 Received: by 10.43.134.134 with SMTP id ic6mr8593254icc.36.1333492734625; Tue, 03 Apr 2012 15:38:54 -0700 (PDT) Sender: infofarmer@gmail.com Received: by 10.50.109.197 with HTTP; Tue, 3 Apr 2012 15:38:54 -0700 (PDT) In-Reply-To: <20120403223322.GP93449@alchemy.franken.de> References: <20120403082927.GH93449@alchemy.franken.de> <20120403122858.GA48373@alchemy.franken.de> <20120403215714.GO93449@alchemy.franken.de> <20120403223322.GP93449@alchemy.franken.de> Date: Wed, 4 Apr 2012 02:38:54 +0400 X-Google-Sender-Auth: rmI-V0Dt_MVrzawtcyA4nbKbrI0 Message-ID: From: Andrew Pantyukhin To: Marius Strobl Content-Type: text/plain; charset=UTF-8 Cc: "stable@freebsd.org" , "zvqops@di.vc" , "ken@freebsd.org" , "Desai, Kashyap" , "McConnell, Stephen" Subject: Re: r232411 breaks onboard 1068 detection 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: Tue, 03 Apr 2012 22:38:55 -0000 On Wed, Apr 4, 2012 at 2:33 AM, Marius Strobl wrote: > On Wed, Apr 04, 2012 at 02:26:38AM +0400, Andrew Pantyukhin wrote: >> The device in question is a built-in 1068-based controller on a >> SuperMicro X8ST3 board. >> >> It can be converted to MegaRAID mode with a special addon "button" >> (AOC-IButton68). >> >> http://www.supermicro.com/products/motherboard/Xeon3000/X58/X8ST3-F.cfm > > Okay, so unless these devices also can be driven by mfi(4) when not > in MegaRAID mode, we need a way to tell both modes apart in the probe > functions of both drivers. mfi(4) obviously didn't attach, but if anyone is willing to provide a quick patch listing the IDs in mfi(4), I'll try. I wouldn't welcome the change though, as we prefer the JBOD way.