From owner-freebsd-current@FreeBSD.ORG Fri Apr 8 19:24:41 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECB016A4CE; Fri, 8 Apr 2005 19:24:41 +0000 (GMT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EC943D39; Fri, 8 Apr 2005 19:24:41 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd30.aul.t-online.de by mailout02.sul.t-online.com with smtp id 1DJz5s-0000PX-04; Fri, 08 Apr 2005 21:24:40 +0200 Received: from Andro-Beta.Leidinger.net (T-T-WMZVoeGjl7J3c1jc4rxaUk-HTShQ-g-4vg2-Dde84Eg2nNbirw@[84.128.198.107]) by fwd30.sul.t-online.de with esmtp id 1DJz5r-1e7C2i0; Fri, 8 Apr 2005 21:24:39 +0200 Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) j38JOZZP036171; Fri, 8 Apr 2005 21:24:35 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Fri, 8 Apr 2005 21:24:46 +0200 From: Alexander Leidinger To: Julian Elischer Message-ID: <20050408212446.3f2a4dc6@Magellan.Leidinger.net> In-Reply-To: <4256D446.4090009@elischer.org> References: <4256D446.4090009@elischer.org> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ID: T-T-WMZVoeGjl7J3c1jc4rxaUk-HTShQ-g-4vg2-Dde84Eg2nNbirw@t-dialin.net X-TOI-MSGID: d1b6fb47-790e-4eeb-97b5-a9410510ef15 cc: matk@freebsd.org cc: FreeBSD Current Subject: Re: odd bus_dma_tag_create(...maxsegsize..) . question for some devices.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 19:24:41 -0000 On Fri, 08 Apr 2005 11:58:14 -0700 Julian Elischer wrote: > ./sound/usb/uaudio_pcm.c- /*maxsize*/ > bufsz, > ./sound/usb/uaudio_pcm.c- /*nsegments*/ 1, > ./sound/usb/uaudio_pcm.c- /*maxsegz*/ > 0x3fff, > > > I'm guessing these should be 0x1000 , 4, 0x4000 (depending possibly on > the USB adapter used.) The 0x3fff is wrong, it prevents the uaudio device from being usable (except the default buffer site changed since the last time I've looked at it). 0x3ffff works for me. matk@ wanted to commit a fix for various parts of uaudio, but it seems he's busy. Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7