Module Name: src Committed By: isaki Date: Sat Jun 22 08:03:01 UTC 2019
Modified Files: src/sys/dev/wscons: wsbell.c Log Message: Add missing SETBELL() for WSKBDIO_COMPLEXBELL. wskbd_bell_data structure has value fields and operation bitmask field. "xset b * * 0" doesn't touch period field (and doesn't initialized it) and doesn't set DOPERIOD flag (this means that period field should not be used). SETBELL() handles this situation appropliately. This happened during copying wsbell.c from wskbd.c. Fix PR xsrc/54245. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/wscons/wsbell.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.