diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:31:45 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-03-27 14:31:45 +0100 |
commit | 4d3367d11f03639da12829df103c4b6c5ecc78ac (patch) | |
tree | 08b39a0f3160ac260dfefdeb949150fe833a1c5e | |
parent | 2f5983ba02cfa2719457d6a35f5ec9109c730660 (diff) | |
download | plan9front-4d3367d11f03639da12829df103c4b6c5ecc78ac.tar.xz |
plan9.ini(8): add USB section, documenting various usb options
-rw-r--r-- | sys/man/8/plan9.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index cf01a45ac..96ff418fd 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -867,6 +867,18 @@ The main feature of the interface is the ability to watch battery life (see .IR stats (8)). It is not on by default because it causes problems on some laptops. +.SS USB +.SS \fL*nousbprobe=\fP +Disable USB host controller detection. +.SS \fL*nousbohci=\fP +.SS \fL*nousbuhci=\fP +.SS \fL*nousbehci=\fP +.SS \fL*nousbxhci=\fP +Disable specific USB host controller types. +.SS \fLnousbrc=\fP +Disable +.IR nusbrc (8) +startup at boot time. .SS \fLnousbhname=\fP When defined, .IR nusbrc (8) |