Page MenuHomeFreeBSD

ice.4: Editorial pass
AbandonedPublic

Authored by ziaee on Tue, Nov 4, 11:22 PM.
Tags
None
Referenced Files
F135165997: D53592.id165850.diff
Fri, Nov 7, 2:20 AM
F135145053: D53592.id165909.diff
Thu, Nov 6, 9:49 PM
F135145041: D53592.id.diff
Thu, Nov 6, 9:48 PM
F135127717: D53592.diff
Thu, Nov 6, 5:42 PM
Unknown Object (File)
Thu, Nov 6, 3:36 AM
Unknown Object (File)
Thu, Nov 6, 3:35 AM
Unknown Object (File)
Thu, Nov 6, 1:49 AM
Unknown Object (File)
Thu, Nov 6, 1:42 AM
Subscribers

Details

Summary

Sorry, Intel networking, this is way too big of a diff, but the hardware
release notes is currently broken on this file and its easiest to do
these things all at once. I think the final output is a lot easier too.

+ Move supported adapters into HARDWARE
+ Move subsections about the hardware into DESCRIPTION
+ Strip unnecessary copyright symbols which choke up HW Relnotes
+ Strip escaped hyphens, while we're stripping unnecessary characters
+ Make a Table of Contents so I can pull off the above without breakage
+ Adjust subsection names to be compatible with linked table of contents

MFC after: Before Friday

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68435
Build 65318: arc lint + arc unit

Event Timeline

ziaee requested review of this revision.Tue, Nov 4, 11:22 PM

Reading though it again, I will merge this tonight with my suggested change unless there are objections.

share/man/man4/ice.4
926–958

For Find in Page Intel 800

kgalazka added a subscriber: kgalazka.

Thank you! LGTM

I added recently device ids for E835 adapters (https://reviews.freebsd.org/D52782),
but man syntax is still a kind of dark magic to me. Would you mind adding them to the list?

This revision is now accepted and ready to land.Wed, Nov 5, 8:19 PM

Thank you! LGTM

Don't thank me, thank @erj, he is the hero who provided this content for our community!

I added recently device ids for E835 adapters (https://reviews.freebsd.org/D52782),
but man syntax is still a kind of dark magic to me. Would you mind adding them to the list?

Yes, happy to. I also hacked on this a bit more while I was in a meeting, but now I had to step into the datacenter.

It's really massively better if this is done in the same commit as the hardware support is added, because then the commit an atomic idea. That can really help downstream and with things like bisection. Otherwise we have one commit introducing a doc bug, and then another commit fixing that bug.

(try to merge diff, that was accidentally made against stable/15, and
the imperative tone patch was not backported)

This revision now requires review to proceed.Wed, Nov 5, 10:06 PM