From nobody Tue Jul 09 22:27:08 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WJbFg0MPKz5RCd7 for ; Tue, 09 Jul 2024 22:27:03 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WJbFf3fvXz57QP for ; Tue, 9 Jul 2024 22:27:02 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1720564006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=myZk2cRrftCTqXLtGdOZbAE4whIIMyA+nSPNbdN0q40=; b=bkj5o45RAXrOMFwGk2w7MK7hIVf/dreQfIdkhrxmRKfG3W5RAN7AcmA8akaVQaSFA2kERm NuAGP/Az9+84DwzjlJZlgB2N6mVLuGe8ey1x1VDuK79AANEFBQJbdN+2cp+s2XAZfgDvIu skWqE/u1yIA5KAR4xoOxV7eGamKYHGE= Received: from [10.0.0.2] ( [47.154.31.160]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 92e14738 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 9 Jul 2024 22:26:46 +0000 (UTC) Content-Type: multipart/alternative; boundary="------------5bgV7Nc0Do9Q9wUdCbWpwVOr" Message-ID: Date: Tue, 9 Jul 2024 15:27:08 -0700 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Where is hptrr kernel module in 13.3 ? To: "Herbert J. Skuhra" , questions@freebsd.org References: <87msmqyzv7.wl-herbert@gojira.at> Content-Language: en-US From: Pete Wright In-Reply-To: <87msmqyzv7.wl-herbert@gojira.at> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US] X-Rspamd-Queue-Id: 4WJbFf3fvXz57QP This is a multi-part message in MIME format. --------------5bgV7Nc0Do9Q9wUdCbWpwVOr Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 7/9/24 15:17, Herbert J. Skuhra wrote: > On Tue, 09 Jul 2024 21:39:30 +0200, William Dudley wrote: >> I wanted to use an old "RocketRaid 1740" SATA PCI card in a machine, >> and that requires the "hptrr" driver. This page: >> >> https://www.freebsd.org/releases/13.3R/hardware/ >> >> 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). >> >> 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. > > From /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="YES", hptmv_load="YES", > hptnr_load="YES", or hptrr_load="YES", respectively. > > But none of the 13.x-RELEASE kernel.txz (amd64) include the mentioned modules. > 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"? i've got a system running CURRENT and can confirm those modules are present, i would also assume they are there on 13.x as well. what does "ls /boot/kernel/hpt*" show on your system? -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA --------------5bgV7Nc0Do9Q9wUdCbWpwVOr Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

On 7/9/24 15:17, Herbert J. Skuhra wrote:
On Tue, 09 Jul 2024 21:39:30 +0200, William Dudley wrote:
I wanted to use an old "RocketRaid 1740" SATA PCI card in a machine,
and that requires the "hptrr" driver.  This page:

https://www.freebsd.org/releases/13.3R/hardware/

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).

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.

From /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="YES", hptmv_load="YES",
        hptnr_load="YES", or hptrr_load="YES", respectively.

But none of the 13.x-RELEASE kernel.txz (amd64) include the mentioned modules.
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"?

i've got a system running CURRENT and can confirm those modules are present, i would also assume they are there on 13.x as well. what does "ls /boot/kernel/hpt*" show on your system? -pete
-- 
Pete Wright
pete@nomadlogic.org
@nomadlogicLA
--------------5bgV7Nc0Do9Q9wUdCbWpwVOr--