Bug 269359

Summary: hv_hid needs a manpage
Product: Base System Reporter: Ceri Davies <ceri>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Many People CC: doc, yuri
Priority: --- Keywords: needs-patch
Version: CURRENT   
Hardware: Any   
OS: Any   
See Also: https://reviews.freebsd.org/D38140
Bug Depends on:    
Bug Blocks: 108980    

Description Ceri Davies freebsd_committer freebsd_triage 2023-02-05 21:45:27 UTC
A new hv_hid driver was added in https://reviews.freebsd.org/rGe4d3f1e40ab3327e4ff6f689f54a64bd2ebc0568 but without a manpage.
Comment 1 Yuri 2023-02-18 12:18:40 UTC
I thought about adding a man page, but I don't know what to say in there (other than its name and xref to hms(4)), there is absolutely nothing interesting about it, there are no configuration items, it is not a standalone driver and is simply a passthrough glue between hyperv (vmbus) and hms, copying the report data from former to latter.

Same way we don't have a man page for hv_kbd, it seems.