From owner-cvs-src@FreeBSD.ORG Fri Feb 23 19:40:14 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51F2516A402; Fri, 23 Feb 2007 19:40:14 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 29FAB13C4C4; Fri, 23 Feb 2007 19:40:14 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1NJeEOn072263; Fri, 23 Feb 2007 19:40:14 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1NJeEDS072262; Fri, 23 Feb 2007 19:40:14 GMT (envelope-from ariff) Message-Id: <200702231940.l1NJeEDS072262@repoman.freebsd.org> From: Ariff Abdullah Date: Fri, 23 Feb 2007 19:40:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pcm sound.c src/sys/dev/sound/isa gusc.c sbc.c src/sys/dev/sound/pci csa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 19:40:14 -0000 ariff 2007-02-23 19:40:13 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm sound.c sys/dev/sound/isa gusc.c sbc.c sys/dev/sound/pci csa.c Log: - Compile time compatibility for pre/post newbus API (intr filter) changes. This should ease the job of maintaining codebase since much of the regression tests are done across os versions. - bus_setup_intr() -> snd_setup_intr(). Revision Changes Path 1.19 +13 -5 src/sys/dev/sound/isa/gusc.c 1.47 +12 -3 src/sys/dev/sound/isa/sbc.c 1.36 +10 -4 src/sys/dev/sound/pci/csa.c 1.110 +5 -1 src/sys/dev/sound/pcm/sound.c