Date: Tue, 5 Nov 2019 17:04:41 -0500 From: Chris Ross <cross+freebsd@distal.com> To: Dewayne Geraghty <dewaynegeraghty@gmail.com> Cc: Chris Ross <cross+freebsd@distal.com>, FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: Cisco 12G SAS RAID support (FreeBSD 12.1-RELEASE) ? Message-ID: <20191105220441.GH1177@westeros.distal.com> In-Reply-To: <CAGnMC6qShHG32cEdLQcZRTYoT200ekE3rJLjf-svyzTHr3Qyhg@mail.gmail.com> References: <20191105183448.GE1177@westeros.distal.com> <65e90493-a038-5668-45e9-5101c52c23eb@quip.cz> <20191105201942.GF1177@westeros.distal.com> <CAOjFWZ6KW_6oU30v8VBO%2Baf3CAN2LiO-GrKsMmX9JH3EZpKwow@mail.gmail.com> <20191105210409.GG1177@westeros.distal.com> <CAGnMC6qShHG32cEdLQcZRTYoT200ekE3rJLjf-svyzTHr3Qyhg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 06, 2019 at 08:44:35AM +1100, Dewayne Geraghty wrote: > Chris, > After you've booted the kernel, the correct way to load a module that isn't > already in the kernel, is to: > kldload mpr > To check if mpr is loaded, try > kldstat -v|grep mpr Thanks for this. I was able to boot and verify that pci/mpr is already loaded, and trying "kldload mpr" reports that it's already loaded from the kernel. So, device just not recognized. > However, if you've already placed > mpr_load="YES" in your /etc/loader.conf and rebooted your device, then you > probably need to move into a diagnostic phase. Yeah. I think I see what PCI id is missing in the driver, after digging around in the sources. I was just hoping it was a process/human error. I'll get another machine running a build, and see if I can stub it in. Thanks all. - Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191105220441.GH1177>