From owner-cvs-src@FreeBSD.ORG Sat Jan 17 03:15:23 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E951916A4CE; Sat, 17 Jan 2004 03:15:23 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C0743D4C; Sat, 17 Jan 2004 03:15:22 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id i0HBFC7E048300; Sat, 17 Jan 2004 03:15:16 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200401171115.i0HBFC7E048300@gw.catspoiler.org> Date: Sat, 17 Jan 2004 03:15:12 -0800 (PST) From: Don Lewis To: phk@FreeBSD.org In-Reply-To: <200401171037.i0HAbC0T049358@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci neomagic-coeff.h src/sys/dev/sound/pcm dsp.c mixer.c sound.c sound.h vchan.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 17 Jan 2004 11:15:24 -0000 On 17 Jan, Poul-Henning Kamp wrote: > phk 2004/01/17 02:37:12 PST > > FreeBSD src repository > > Modified files: > sys/dev/sound/pci neomagic-coeff.h > sys/dev/sound/pcm dsp.c mixer.c sound.c sound.h vchan.c > Log: > As previously announced: discontinue use of makedev() call in soundcode. > > This takes us a lot closer to refcounting dev_t. > > This patch originally by cg@ with a few minor changes by me. > > It is largely untested, but has been HEADSUP'ed twice, so presumably > people have not found any issues with it. > > Submitted by: cg@ > > Revision Changes Path > 1.3 +1 -1 src/sys/dev/sound/pci/neomagic-coeff.h > 1.68 +56 -19 src/sys/dev/sound/pcm/dsp.c > 1.34 +10 -9 src/sys/dev/sound/pcm/mixer.c > 1.87 +87 -25 src/sys/dev/sound/pcm/sound.c > 1.53 +16 -1 src/sys/dev/sound/pcm/sound.h > 1.14 +1 -1 src/sys/dev/sound/pcm/vchan.c Sigh ... I predict hours of entertainment merging this with my pcm/* buffer overflow and locking cleanup patch.