Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107178716
D46803.id143771.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
493 B
Referenced Files
None
Subscribers
None
D46803.id143771.diff
View Options
Index: usr.sbin/kbdcontrol/kbdcontrol.c
===================================================================
--- usr.sbin/kbdcontrol/kbdcontrol.c
+++ 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
Sun, Jan 12, 7:46 AM (21 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15763533
Default Alt Text
D46803.id143771.diff (493 B)
Attached To
Mode
D46803: kbdcontrol: correct bell frequency for vt(4)
Attached
Detach File
Event Timeline
Log In to Comment