From nobody Fri Aug 22 16:53:18 2025 X-Original-To: dev-commits-doc-all@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 4c7mTz6WFSz64cJk for ; Fri, 22 Aug 2025 16:53:27 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4c7mTz3vN9z3hpN; Fri, 22 Aug 2025 16:53:27 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1upV0x-00BFpI-Cc; Fri, 22 Aug 2025 18:53:19 +0200 Received: from [10.9.9.128] (helo=rmmprod06.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1upV0w-0000aj-V9; Fri, 22 Aug 2025 18:53:19 +0200 Received: from mail by rmmprod06.runbox with local (Exim 4.86_2) (envelope-from ) id 1upV0w-0002R9-U8; Fri, 22 Aug 2025 18:53:18 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-doc-all@freebsd.org Sender: owner-dev-commits-doc-all@FreeBSD.org MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Fri, 22 Aug 2025 16:53:18 GMT From: "Alexander Ziaee" To: "John Baldwin" , "doc-committers" , "dev-commits-doc-all" Subject: Re: git: 6fe66094cd - main - HW Relnotes: Remove aic.i386 from template Date: Fri, 22 Aug 2025 16:53:18 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: <52a36a2e-fc30-4d75-920f-7c27cf8899c0@FreeBSD.org> Message-Id: X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4c7mTz3vN9z3hpN On 2025-08-22 10:03 -04:00 EDT, "John Baldwin" wrote: > On 8/21/25 16:43, Alexander Ziaee wrote: >> The branch main has been updated by ziaee: >> > URL: https://cgit.FreeBSD.org/doc/commit/?id=3D6fe66094cd90c50d1b7ce7a= 994d86ff1f95ac0ba >> > commit 6fe66094cd90c50d1b7ce7a994d86ff1f95ac0ba >> Author: Alexander Ziaee >> AuthorDate: 2025-08-21 20:35:29 +0000 >> Commit: Alexander Ziaee >> CommitDate: 2025-08-21 20:35:29 +0000 >> > HW Relnotes: Remove aic.i386 from template >> > Ref: src:c24bd33d41b6d (Remove aic(4) driver) >=20 > Hmm, for 15.0, we aren't shipping kernels for i386 or 32-bit powerpc, so > that means drivers for those platforms aren't relevant either and should = be > removed. If a driver is for both amd64 and i386, we probably want to onl= y list > amd64 in the release notes. >=20 > For any powerpc drivers, you might want to ensure it is not used for powe= rpc64 > before removing an entry in the harware notes. powerpc64 is kind of spec= ial > compared to i386 vs amd64 in that both powerpc and powerpc64* share the s= ame > sys/powerpc directory and sys/conf/files.powerpc, etc. >=20 > i386 should be a straightforward cleanup at least (I hope). Thanks jhb! I didn't even think of that! 1. What's the best way to verify that they're i386 and not also amd64? I th= ought i386 drivers will always work on amd64. 2. Should I remove the manuals also, or just remove the entries from the h= ardware release notes? As it stands I have at least updated the checklist at https://FreeBSD.org/~= ziaee/pkgbase.htm Best, Alex=