From owner-freebsd-stable@freebsd.org Tue Nov 5 21:04:22 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63D311B534E for ; Tue, 5 Nov 2019 21:04:22 +0000 (UTC) (envelope-from cross@distal.com) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:11::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4772GY1Gk6z430n for ; Tue, 5 Nov 2019 21:04:20 +0000 (UTC) (envelope-from cross@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200:0:0:0:ae25]) (authenticated bits=0) by hydra.pix.net (8.15.2/8.15.2) with ESMTPSA id xA5L4CaH091138 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 5 Nov 2019 16:04:19 -0500 (EST) (envelope-from cross@distal.com) Received: from westeros.distal.com (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail.distal.com (8.15.2/8.15.2) with ESMTPS id xA5L49AN007359 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 5 Nov 2019 16:04:10 -0500 (EST) (envelope-from cross@westeros.distal.com) Received: (from cross@localhost) by westeros.distal.com (8.15.2/8.15.2/Submit) id xA5L49xb007358; Tue, 5 Nov 2019 16:04:09 -0500 (EST) (envelope-from cross) Date: Tue, 5 Nov 2019 16:04:09 -0500 From: Chris Ross To: Freddie Cash Cc: Chris Ross , Miroslav Lachman <000.fbsd@quip.cz>, FreeBSD Stable Subject: Re: Cisco 12G SAS RAID support (FreeBSD 12.1-RELEASE) ? Message-ID: <20191105210409.GG1177@westeros.distal.com> References: <20191105183448.GE1177@westeros.distal.com> <65e90493-a038-5668-45e9-5101c52c23eb@quip.cz> <20191105201942.GF1177@westeros.distal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mail.distal.com [IPv6:::1]); Tue, 05 Nov 2019 16:04:10 -0500 (EST) X-Rspamd-Queue-Id: 4772GY1Gk6z430n X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cross@distal.com designates 2001:470:e254:11::4 as permitted sender) smtp.mailfrom=cross@distal.com X-Spamd-Result: default: False [-2.93 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[freebsd]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[distal.com]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-1.63)[ipnet: 2001:470::/32(-4.62), asn: 6939(-3.47), country: US(-0.05)]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; TAGGED_FROM(0.00)[freebsd]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 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, 05 Nov 2019 21:04:22 -0000 On Tue, Nov 05, 2019 at 12:29:00PM -0800, Freddie Cash wrote: > > I tried "load", but wasn't able to devine how to load the mpr module with > > that. Is that needed, or should 'mpr_load="YES"' have accomplished the > > desired result? > > modulename_load="YES" is the syntax used in the loader.conf file. > "load modulename" (without the quotes) is the syntax used at the loader > prompt. > > So at the loader prompt, try the following: load mpr > Or possibly: load mpr.ko > Or, to get right finicky: load /boot/kernel/mpr.ko Thanks Freddie and Miroslav. I tried "load mpr" earler, but it complained it couldn't find it. I tried again a few minutes ago using "load /boot/kernel/mpr.ko", which spun for a bit then complained it couldn't load it before the kernel. I then loaded the kernel (by full path), and tried again, with no response. Just an immediate prompt. I tried "load /boot/kernel/zfs.ko" as well, in case mpr.ko was already still in memory, but that also returned an immediate prompt without saying anything. So, I think I still have something wrong with my attempts to "load". Should loading the mpr.ko before the kernel work? It didn't with my last attempt (which I realize now was 12.0-RELEASE, not 12.1-RELEASE). - Chris