NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54245 CVS commit: src/sys/dev/wscons



The following reply was made to PR xsrc/54245; it has been noted by GNATS.

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54245 CVS commit: src/sys/dev/wscons
Date: Sat, 22 Jun 2019 08:03:01 +0000

 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.
 


Home | Main Index | Thread Index | Old Index