From owner-cvs-all@FreeBSD.ORG Sun Jun 12 21:57:48 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0FF216A41C; Sun, 12 Jun 2005 21:57:48 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91AB43D53; Sun, 12 Jun 2005 21:57:47 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.1/8.13.1) with ESMTP id j5CLvkif019556; Sun, 12 Jun 2005 23:57:46 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j5CLvk0Z019555; Sun, 12 Jun 2005 23:57:46 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Sun, 12 Jun 2005 23:57:46 +0200 From: Tilman Linneweh To: Marius Strobl Message-ID: <20050612215746.GA19541@arved.at> References: <200506102133.j5ALXEUr002749@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506102133.j5ALXEUr002749@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 21:57:48 -0000 * Marius Strobl [Fri, 10 Jun 2005 at 23:33 GMT]: > marius 2005-06-10 21:33:14 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sound/pcm channel.c > Log: > Wrap the calls to the ISA DMA specific sndbuf_dma*() functions of > sys/dev/sound/isa/sndbuf_dma.c (compilation depending on device isa) > in #ifdef DEV_ISA so sound(4) can be compiled without isa(4). Thanks!!