aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Margiolis <christos@FreeBSD.org>2026-04-17 20:47:16 +0000
committerChristos Margiolis <christos@FreeBSD.org>2026-04-17 20:48:38 +0000
commit788d71e73f1b4fdac572dae72d3eac5cfb0f9f18 (patch)
treebe11b2af3eba9813a8d3fa172438843e0c08e1f4
parentbd05b47fbd8b7301983dc4ceaf0498fb8d5ca9f2 (diff)
virtual_oss.8: Remove CPU performance example
See also: https://github.com/freebsd/virtual_oss/issues/2 Sponsored by: The FreeBSD Foundation MFC after: 1 week
-rw-r--r--usr.sbin/virtual_oss/virtual_oss/virtual_oss.813
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8 b/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8
index 6aa9f1289b35..b607f45cd369 100644
--- a/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8
+++ b/usr.sbin/virtual_oss/virtual_oss/virtual_oss.8
@@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd September 3, 2024
+.Dd April 17, 2026
.Dt VIRTUAL_OSS 8
.Os
.Sh NAME
@@ -325,17 +325,6 @@ server:
virtual_oss -S -b 16 -C 2 -c 2 -r 48000 -s 4ms \\
-f /dev/sndio/default -d dsp
.Ed
-.Pp
-How to set intel based CPUs in performance mode:
-.Bd -literal -offset indent
-sysctl -aN | fgrep dev.hwpstate | fgrep epp | \
-while read OID
-do
-sysctl ${OID}=0
-done
-
-sysctl kern.sched.preempt_thresh=224
-.Ed
.Sh NOTES
All character devices are created using the 0666 mode which gives
everyone in the system access.