From nobody Tue Jul 09 22:17:16 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 4WJb331cltz5RBqc for ; Tue, 09 Jul 2024 22:17:51 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [94.130.200.20]) (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-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail.bsd4all.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WJb306Q0bz563H for ; Tue, 9 Jul 2024 22:17:48 +0000 (UTC) (envelope-from herbert@gojira.at) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gojira.at header.s=mail202005 header.b=DXUUshYS; dmarc=none; spf=pass (mx1.freebsd.org: domain of herbert@gojira.at designates 94.130.200.20 as permitted sender) smtp.mailfrom=herbert@gojira.at Date: Wed, 10 Jul 2024 00:17:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1720563461; bh=y2QGezN9A6/AuJOFhWNSucmkiVmUQV+/xi9DnnHwEBI=; h=Date:Message-ID:From:To:Subject:MIME-Version:Content-Type; b=DXUUshYSq9JFNRvKaQ7tzI34vIF2m24ylXmHNfzu7ZEbVJmBcUDrxkcLetY2TLeaA wlUTARkuK6SiDWFbWsiAHgb/4Kv0R3i6raIaWhENxFCc/yeb3XzQ3LRnWb19t+344p rPIVN6DXUn8nYtVv12yp0yeu52yKtpHs5R091nW1hQQS2OybF+DthMaoW6yfAb57ne p2l/vIp6T+neZDMkny63or1AYwzniwG6BT/QaBYkDevh7uPDJo17A5m5FBh4pAJh1r MsgFMYB/zUU7sLOeFmBXFIq5L2jUq6AD/Ln50V0I40Fsw+GbbzKNduPrGzcYAcRe7Z 9mTNyn5fz7jHg== Message-ID: <87msmqyzv7.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: questions@freebsd.org Subject: Re: Where is hptrr kernel module in 13.3 ? In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/31.0 Mule/6.0 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 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: - X-Spamd-Result: default: False [-1.49 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.993]; R_SPF_ALLOW(-0.20)[+ip4:94.130.200.20]; R_DKIM_ALLOW(-0.20)[gojira.at:s=mail202005]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:24940, ipnet:94.130.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; DMARC_NA(0.00)[gojira.at]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gojira.at:+] X-Rspamd-Queue-Id: 4WJb306Q0bz563H 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"?