Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932364AbdGJOIY (ORCPT ); Mon, 10 Jul 2017 10:08:24 -0400 Received: from smtp2.it.da.ut.ee ([193.40.5.67]:47775 "EHLO smtp2.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932262AbdGJOIW (ORCPT ); Mon, 10 Jul 2017 10:08:22 -0400 Date: Mon, 10 Jul 2017 17:08:18 +0300 (EEST) From: Meelis Roos To: Christoph Hellwig cc: Laurence Oberman , Jens Axboe , Linux Kernel list , linux-block@vger.kernel.org, Don Brace , Scott Benesh , Scott Teel , Kevin Barnett , linux-scsi@vger.kernel.org, Hannes Reinecke Subject: Re: device support in hpsa, was: Re: OOPS from cciss_ioctl in 4.12+git In-Reply-To: <20170707180857.GA19790@infradead.org> Message-ID: References: <20170705225134.GA31786@infradead.org> <20170707150042.GA15445@infradead.org> <799cf0d6-658d-4124-1ba0-3962671e3f1e@kernel.dk> <1bc9895b-bfcb-9ff5-c046-277b0d67a94e@redhat.com> <20170707180857.GA19790@infradead.org> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 862 Lines: 25 > On Fri, Jul 07, 2017 at 11:42:38AM -0400, Laurence Oberman wrote: > > What happens when hpsa_allow_any=1 with the Smart Array 64xx > > It should probe. > > But only if it has a HP vendor ID as far as I can tell. We'd > still need to add the compaq ids so that these controllers get > probed. But maybe it's time to add them and flip the hpsa_allow_any > default (maybe conditionally on a config option?) and mark cciss > deprecated. I added hpsa_allow_any=1, did not help. Added a wildcard Compaq entry with RAID class, like the one for HP, still no go: [ 5.199125] hpsa 0000:00:04.0: unrecognized board ID: 0x40800e11, ignoring. [ 5.282517] hpsa 0000:00:04.0: Board ID not found Added specific PCI ID and subdevice ID quad and I still get the same messages and the adapter is ignored. What am I doing wrong? -- Meelis Roos (mroos@linux.ee)