Page MenuHomeFreeBSD

wpi.4: move hardware to HARDWARE + minor cleanup
ClosedPublic

Authored by ziaee on Oct 17 2024, 6:16 PM.
Referenced Files
Unknown Object (File)
Thu, Oct 9, 2:08 AM
Unknown Object (File)
Wed, Sep 17, 10:07 AM
Unknown Object (File)
Sep 12 2025, 11:20 PM
Unknown Object (File)
Sep 12 2025, 9:24 PM
Unknown Object (File)
Sep 12 2025, 1:34 PM
Unknown Object (File)
Sep 10 2025, 12:33 PM
Unknown Object (File)
Sep 10 2025, 8:21 AM
Unknown Object (File)
Sep 10 2025, 7:44 AM
Subscribers

Details

Summary
wpi.4: move hardware to HARDWARE + minor cleanup

Add devices supported by this driver to a HARDWARE section
for generation in the Hardware Compatibility Notes. While here:

+ describe more consistently with product doc and rest of manual
+ consolidate basics in first paragraph of description
+ mention boot time configuration
+ link networking(7) quick start guide
+ zap deprecated Tn, macro in list width, and "Dq Li" => "Ql"
+ markup some unmarked elements + tag spdx

MFC after:      3 days

The Dl is an "indented literal display", it is a much cleaner way to write a single line, and requires less LOC.
The "Dq Li" is deprecated according to style.mdoc(5) and prefers "Ql" instead, since Li renders differently in different contexts.

This also needs a pending commit to the doc tree. Should I write a few of these and do them all at once?

If this is acceptable, please git commit --author ="Alexander Ziaee <concussious@runbox.com>" so I can demonstrate my activity. Thanks!

Test Plan

Read rendered manual page

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable