Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751509AbWCCTmz (ORCPT ); Fri, 3 Mar 2006 14:42:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751506AbWCCTmy (ORCPT ); Fri, 3 Mar 2006 14:42:54 -0500 Received: from mail.dvmed.net ([216.237.124.58]:63888 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751326AbWCCTmy (ORCPT ); Fri, 3 Mar 2006 14:42:54 -0500 Message-ID: <44089C34.2030604@garzik.org> Date: Fri, 03 Mar 2006 14:42:44 -0500 From: Jeff Garzik User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linus Torvalds CC: Steve Byan , Mark Lord , Matthias Andree , Douglas Gilbert , Mark Rustad , linux-scsi@vger.kernel.org, Linux Kernel Mailing List Subject: Re: sg regression in 2.6.16-rc5 References: <4404AA2A.5010703@torque.net> <20060301083824.GA9871@merlin.emma.line.org> <4405E8AA.1090803@rtr.ca> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 882 Lines: 24 Linus Torvalds wrote: > For example, I think the IDE driver defaults to a maximum transfer of 256 > sectors, and the same number of max scatter-gather entries. Some > controllers will actually lower that, due to silly hw problems. Yep. Just to be specific: 256 max sectors IDE driver, 200 max sectors libata (due to driver not hardware). 256 max s/g entries hardware limit, but due to a IOMMU merging worst case libata (IDE driver too?) winds up with a 128 entry practical limit. Newer SATA controllers eliminate the s/g entry limit and DMA boundary limits, but its still 256 max-sectors for ATAPI (64k for LBA48 ATA). Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/