Re: git: 6fe66094cd - main - HW Relnotes: Remove aic.i386 from template
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <CANCZdfr6yPjnnnBoR68TH8B93VROQxj-OHNrCYQz5yrKCXaM9A@mail.gmail.com> |
On Mon, Aug 25, 2025 at 10:03 AM John Baldwin <[email protected]> wrote: > > 2. Should I remove the manuals also, or just remove the entries from > the hardware release notes? > > For now I think just the latter. I think we should wait to remove the > actual manuals until > we remove i386 kernel support from the tree. > In the past, we've removed the driver and the manual at the same time (usually, not perfectly). It's better to not leave dangling things, but the i386 kernel removal is going to be brutal since not everything i386 is i386 specific, and not all the i386 specific stuff is under sys/i386. Let's not create confusion by going 'oh, is there a man page for this?' on top of it. Warner