From owner-cvs-all Mon Feb 26 23:45:22 2001 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 F2F3537B718; Mon, 26 Feb 2001 23:45:12 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1R7jCn07950; Mon, 26 Feb 2001 23:45:12 -0800 (PST) (envelope-from cg) Message-Id: <200102270745.f1R7jCn07950@freefall.freebsd.org> From: Cameron Grant Date: Mon, 26 Feb 2001 23:45:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.c sound.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/02/26 23:45:12 PST Modified files: sys/dev/sound/pcm sound.c sound.h Log: add functions for sound drivers to use for locking and setting up interrupt handlers. these are not yet used, but will allow compatibility for driver modules from 5.x to 4.x. Revision Changes Path 1.37 +99 -1 src/sys/dev/sound/pcm/sound.c 1.26 +10 -1 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message