Date: Wed, 10 Jul 2024 00:17:16 +0200 From: "Herbert J. Skuhra" <herbert@gojira.at> To: questions@freebsd.org Subject: Re: Where is hptrr kernel module in 13.3 ? Message-ID: <87msmqyzv7.wl-herbert@gojira.at> In-Reply-To: <CAFsnNZ%2BmBa4EuzJvwFEVXavYifMq4cTV=UoY2D362Mn9VHfWYA@mail.gmail.com> References: <CAFsnNZ%2BmBa4EuzJvwFEVXavYifMq4cTV=UoY2D362Mn9VHfWYA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 09 Jul 2024 21:39:30 +0200, William Dudley wrote: >=20 > I wanted to use an old "RocketRaid 1740" SATA PCI card in a machine, > and that requires the "hptrr" driver. This page: >=20 > https://www.freebsd.org/releases/13.3R/hardware/ >=20 > Suggests it's part of the 13.3 release, but I cannot find anything but > a man page for it on my 13.3 systems (all three of them). >=20 > Further, I installed the source tree (using git) because I though > maybe I had to build the module, but hptrr isn't mentioned at > all in the /usr/src/sys/amd64/GENERIC file, so I can't "enable" it > to be built as part of the kernel. It is listed in sys/amd64/conf/NOTES. =46rom /usr/src/UPDATING: 20191003: The hpt27xx, hptmv, hptnr, and hptrr drivers have been removed from GENERIC. They are available as modules and can be loaded by adding to /boot/loader.conf hpt27xx_load=3D"YES", hptmv_load=3D"YES", hptnr_load=3D"YES", or hptrr_load=3D"YES", respectively. But none of the 13.x-RELEASE kernel.txz (amd64) include the mentioned modul= es. I guess you should open a PR at bugs.freebsd.org. Maybe this can be fixed for 13.4-RELEASE. Have you tried to build your own kernel with "device hptrr"?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87msmqyzv7.wl-herbert>