From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 2 02:45:32 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8B9516A412 for ; Sat, 2 Dec 2006 02:45:32 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E17743C9D for ; Sat, 2 Dec 2006 02:45:14 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kB22jVGl031258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 1 Dec 2006 18:45:31 -0800 X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kB22jVIa001244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 1 Dec 2006 18:45:31 -0800 Message-ID: <4570E8CA.8010609@u.washington.edu> Date: Fri, 01 Dec 2006 18:45:30 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (X11/20061116) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <200607021305.aa75873@nowhere.iedowse.com> <44A87163.1020203@elischer.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.1.183432 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: unsubscribing from freebsd lists (was "Re: contiguous memory allocation problem") X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 02:45:32 -0000 Kamal R. Prasad wrote: > Hello, > > I would like to unsubscribe myself from all freebsd mailing lists. I have > sent an unsubscribe to freebsd-hackers-unsubscribe, but did not get any > response to verify. Since the admin is on the mailing list, I would > appreciate if you can delete my name and/or email me the procedure to > follow. > > thanks > -kamal > > > > On 7/3/06, Julian Elischer wrote: >> >> Ian Dowse wrote: >> >> >In message <200607021138.11945.hselasky@c2i.net>, Hans Petter Selasky >> writes: >> > >> > >> >>But there is one problem, that has been overlooked, and that is High >> speed >> >>isochronous transfers, which are not supported by the existing USB >> system. I >> >>don't think that the EHCI specification was designed for scatter and >> gather, >> >>when you consider this: >> >> >> >>8 transfers of 0xC00 bytes has to fit on 7 pages. If this is going to >> work, >> >>and I am right, one page has to contain two transfers. (see page 43 of >> >>ehci-r10.pdf) >> >> >> >> >> > >> >I haven't looked into the details, but the text in section 3.3.3 >> >seems to suggest that EHCI is designed to not require physically >> >contiguous allocations here either, so the same approach of using >> >bus_dmamap_load() should work: >> > >> > This data structure requires the associated data buffer to be >> > contiguous (relative to virtual memory), but allows the physical >> > memory pages to be non-contiguous. Seven page pointers are provided >> > to support the expression of 8 isochronous transfers. The seven >> > pointers allow for 3 (transactions) * 1024 (maximum packet size) >> > * 8 (transaction records) (24576 bytes) to be moved with this >> > data structure, regardless of the alignment offset of the first >> > page. >> > >> > >> >> yes, as long as the beffers are contiguous in some virtual space then >> the maximum number of pages they >> can need is 7. >> (they actually fit into 6 but they may start part way through the first >> page and may therefore overflow into a 7th). >> >> >Ian Go to: . Open up each list, enter in your email address near the bottom, press unsubscribe, and you should get an unsubscribe confirmation email-unless your spam blocker or something similar is deleting the confirmation emails. Either that, or you could login with your username and password and delete your subscription that way as well. Again, this has to be done for each mailing list you're subscribed to (or maybe there was a general method from the web interface, but I forget..). Best of luck, -Garrett