From owner-freebsd-drivers@freebsd.org Fri Nov 20 18:31:48 2015 Return-Path: Delivered-To: freebsd-drivers@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 8BDF0A34978; Fri, 20 Nov 2015 18:31:48 +0000 (UTC) (envelope-from jonathon.reinhart@gmail.com) Received: from mail-io0-x22c.google.com (mail-io0-x22c.google.com [IPv6:2607:f8b0:4001:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 530D41E64; Fri, 20 Nov 2015 18:31:48 +0000 (UTC) (envelope-from jonathon.reinhart@gmail.com) Received: by iofh3 with SMTP id h3so132531031iof.3; Fri, 20 Nov 2015 10:31:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=/UIIbRwDFAd1kiO7m9Pnc8iqRwihRHCzxnBYALL8olg=; b=q8r4e3apKj8P8k+Zem9GRus1Crpp2qw2iZ+vBm8iSXSF3MTO9axmIufCcTzJdp6wVz cggnxl+7fX7Va1h8L6cdpDJC/WxYMZ1202Jy83MCM9LASznOL3N7qYgwSTsDXFKPKlKY 7vYr+ysEK02bK3b44tcNQpRc2e5BQ+gsOnkAxZvW7XvrvpHZtWU4jqNqeXG+vpibM9f+ 2Fbgbgrv6c7q3NzjE/+XWEq/ej7RySyXKluR/NBn0b/oenpscUkFTbpCo3gn4xBuzKlt O1CCANxfFsrfXRvrtvLojv4R1be2V3Rv/B30nCFhI/PouK9nQ6aLJSV7mZMPf+LprrqI TiZA== X-Received: by 10.107.9.18 with SMTP id j18mr14454701ioi.58.1448044307726; Fri, 20 Nov 2015 10:31:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.10.67 with HTTP; Fri, 20 Nov 2015 10:31:18 -0800 (PST) In-Reply-To: <30640027-5C49-4AC0-9BAF-7E6208F7DD13@yahoo.com> References: <20151120.084410.74714437.sthaug@nethelp.no> <30640027-5C49-4AC0-9BAF-7E6208F7DD13@yahoo.com> From: Jonathon Reinhart Date: Fri, 20 Nov 2015 13:31:18 -0500 Message-ID: Subject: Re: ciss(4) HP Smart Array P840 To: Scott Long Cc: sthaug@nethelp.no, Sean Bruno , freebsd-scsi@freebsd.org, freebsd-drivers@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 18:31:48 -0000 I've got a little bit of time, and the system opened up, if there are any further tests that you'd like me to try. On Fri, Nov 20, 2015 at 1:10 PM, Scott Long wrote: > Very strange. Thanks for testing FreeBSD 10. The problem seems to be th= at the driver thinks that the controller is NOT in JBOD mode. There=E2=80= =99s special code to hide component members in RAID mode; it changes the fi= rst byte of the inquiry response to 0x1f. That change indeed shows up in t= he results that you gave me. I don=E2=80=99t see any significant changes i= n the ciss driver between 10.x and 11 that would explain why one driver det= ects the card mode and the other does not.