From owner-freebsd-current@FreeBSD.ORG Tue May 20 13:48:01 2003 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 501E837B401 for ; Tue, 20 May 2003 13:48:01 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9E9443F93 for ; Tue, 20 May 2003 13:48:00 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from webmail08.mac.com (webmail08-en1 [10.13.11.150]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h4KKm0Ud004442 for ; Tue, 20 May 2003 13:48:00 -0700 (PDT) Received: from webmail08 (localhost [127.0.0.1]) by webmail08.mac.com (8.12.2/8.12.2) with ESMTP id h4KKm0Fu003158 for ; Tue, 20 May 2003 13:48:00 -0700 (PDT) Message-ID: <7743087.1053463680098.JavaMail.leimy2k@mac.com> Date: Tue, 20 May 2003 15:48:00 -0500 From: David Leimbach To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Error in todo for 5.2 RELEASE? 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: Tue, 20 May 2003 20:48:01 -0000 Sorry if this has been brought up before but the following text is a bit confusing: "Move ATA comments into requests, so that they can be linked together, centralize request queue management permitting direct DMA of ATA commands. These architectural changes will also facilitate complete MP-safety of the ATA driver suite, and dramatically improve support for Promise RAID controllers." Should this be ATA *commands*? Sounds like a neat idea if it is :). Dave