From owner-freebsd-usb@FreeBSD.ORG Sat Mar 31 11:15:53 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F15416A403 for ; Sat, 31 Mar 2007 11:15:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id A34BD13C480 for ; Sat, 31 Mar 2007 11:15:52 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe01.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 433367175 for freebsd-usb@freebsd.org; Sat, 31 Mar 2007 13:15:51 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 31 Mar 2007 13:15:31 +0200 User-Agent: KMail/1.9.5 References: <008701c77317$1dfbc5f0$59f351d0$@net> <200703310840.09253.hselasky@c2i.net> <009c01c77383$f48c64a0$dda52de0$@net> In-Reply-To: <009c01c77383$f48c64a0$dda52de0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703311315.31654.hselasky@c2i.net> Subject: Re: Memory leak / Kernel Panic using snd_uaudio (USB Sound Card) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 11:15:53 -0000 On Saturday 31 March 2007 13:01, Hofmann, Laurent wrote: > > Thanks. > I did what you told me, but when I compile the kernel, it crashes compiling > umass.c (Don't know how it is related ?) Just do a SVN update and try again. By a mistake I removed a patch for FreeBSD 6.2. By the way, if someone needs uaudio driver files for FreeBSD 7-current, then feel free to contact me, hence they made some changes to the FreeBSD 7-current sound API. > > When I did "make install" it merged a lot of things in my /usr/src/sys, not > only audio... Is that normal ? Yes, that is normal. The new USB stack contains rewritten USB drivers of all kinds. --HPS