From owner-cvs-all Thu Jan 3 17:13:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DED737B405; Thu, 3 Jan 2002 17:13:49 -0800 (PST) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g041Dn606844; Thu, 3 Jan 2002 17:13:49 -0800 (PST) (envelope-from tanimura) Message-Id: <200201040113.g041Dn606844@freefall.freebsd.org> From: Seigo Tanimura Date: Thu, 3 Jan 2002 17:13:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/sound/isa emu8000.c gusmidi.c mpu.c opl.c uartsio.c src/sys/dev/sound/midi midi.c midi.h midibuf.c midisynth.c sequencer.c sequencer.h src/sys/dev/sound/pci csamidi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tanimura 2002/01/03 17:13:49 PST Modified files: sys/conf files sys/dev/sound/isa emu8000.c gusmidi.c mpu.c opl.c uartsio.c sys/dev/sound/midi midi.c midi.h midibuf.c midisynth.c sequencer.c sequencer.h sys/dev/sound/pci csamidi.c Log: - Provide toggles to show debug messages. Set new sysctl variables hw.midi.debug and hw.midi.seq.debug to 1 to enable debug log. - Make debug messages human-frendly. - Implement /dev/music. - Add a timer engine required by /dev/music. - Fix nonblocking I/O. - Fix the numbering of midi and synth devices. Revision Changes Path 1.594 +1 -0 src/sys/conf/files 1.8 +10 -9 src/sys/dev/sound/isa/emu8000.c 1.8 +5 -3 src/sys/dev/sound/isa/gusmidi.c 1.15 +8 -6 src/sys/dev/sound/isa/mpu.c 1.8 +38 -37 src/sys/dev/sound/isa/opl.c 1.11 +10 -8 src/sys/dev/sound/isa/uartsio.c 1.9 +180 -28 src/sys/dev/sound/midi/midi.c 1.9 +61 -41 src/sys/dev/sound/midi/midi.h 1.5 +3 -3 src/sys/dev/sound/midi/midibuf.c 1.7 +2 -2 src/sys/dev/sound/midi/midisynth.c 1.10 +528 -223 src/sys/dev/sound/midi/sequencer.c 1.5 +33 -13 src/sys/dev/sound/midi/sequencer.h 1.10 +4 -2 src/sys/dev/sound/pci/csamidi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message