Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162682760
D46803.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
471 B
Referenced Files
None
Subscribers
None
D46803.id.diff
View Options
diff --git a/usr.sbin/kbdcontrol/kbdcontrol.c b/usr.sbin/kbdcontrol/kbdcontrol.c
--- a/usr.sbin/kbdcontrol/kbdcontrol.c
+++ b/usr.sbin/kbdcontrol/kbdcontrol.c
@@ -1038,8 +1038,10 @@
warnx("argument to -b must be duration.pitch or [quiet.]visual|normal|off");
return;
}
- if (pitch != 0)
- pitch = 1193182 / pitch; /* in Hz */
+ if (!is_vt4()) {
+ if (pitch != 0)
+ pitch = 1193182 / pitch; /* in Hz */
+ }
duration /= 10; /* in 10 m sec */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 16, 5:39 PM (4 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35144973
Default Alt Text
D46803.id.diff (471 B)
Attached To
Mode
D46803: kbdcontrol: correct bell frequency for vt(4)
Attached
Detach File
Event Timeline
Log In to Comment