From owner-cvs-sys Sat Jul 20 11:47:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA05238 for cvs-sys-outgoing; Sat, 20 Jul 1996 11:47:31 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA05212; Sat, 20 Jul 1996 11:47:24 -0700 (PDT) Date: Sat, 20 Jul 1996 11:47:24 -0700 (PDT) From: Joerg Wunsch Message-Id: <199607201847.LAA05212@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/07/20 11:47:24 Modified: sys/i386/isa clock.c Log: Major cleanup of the timerX_{acquire,release} stuff. In particular, make it more intelligible, improve the partially bogus locking, and allow for a ``quick re-acquiration'' from a pending release of timer 0 that happened ``recently'', so it was not processed yet by clkintr(). This latter modification now finally allows to play XBoing over pcaudio without losing sounds or getting complaints. ;-) (XBoing opens/writes/closes the sound device all over the day.) Correct locking for sysbeep(). Extensively (:-) reviewed by: bde Revision Changes Path 1.64 +96 -48 src/sys/i386/isa/clock.c