From owner-freebsd-current@FreeBSD.ORG Wed Mar 27 21:38:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 34E14F2E; Wed, 27 Mar 2013 21:38:06 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id CB9052E6; Wed, 27 Mar 2013 21:38:05 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id d10so3246411qca.9 for ; Wed, 27 Mar 2013 14:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=8l2hnzsiGPYkT/lBsqaD4YPEoz/05Lntri6kz1olZN0=; b=ECvu2JCx1phA0VTOZrC8PfeOGkUkU2DTt1wkjToWE0MdyqfsFpemnvCkxj+/ETmI2c dgu8Oi2SPd/EzjXhMnJ0Lhl1ZwKkq802BWRDVdMZHJTOx2ZnEMI3UpmMeA/SKXhDDUFJ 6B90OC+Q/L1GU6ckT2zIQaB1llYVrP1olvSXkbzKjgsCNkC078KawhXy50AEw8iimnHU mSGg4MA0aeaREbjeBKGmm+vJEIxLnoKUxh6f0TZwiZndK2+MTbyhTHOkqpg9LDWcVUxn qNOUQUPTP9qZsMgbedWohsCG4kctVMfxwcE+ay2Bb9WH80oZ6ZGAXsLIdMlXs/eRdsPI e2OA== MIME-Version: 1.0 X-Received: by 10.49.118.137 with SMTP id km9mr17683224qeb.34.1364420285394; Wed, 27 Mar 2013 14:38:05 -0700 (PDT) Received: by 10.49.50.67 with HTTP; Wed, 27 Mar 2013 14:38:05 -0700 (PDT) In-Reply-To: <20130327213242.GA67876@troutmask.apl.washington.edu> References: <51536306.5030907@FreeBSD.org> <20130327213242.GA67876@troutmask.apl.washington.edu> Date: Wed, 27 Mar 2013 14:38:05 -0700 Message-ID: Subject: Re: Any objections/comments on axing out old ATA stack? From: Freddie Cash To: Steve Kargl Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Alexander Motin , FreeBSD-Current , FreeBSD Stable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 27 Mar 2013 21:38:06 -0000 On Wed, Mar 27, 2013 at 2:32 PM, Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Wed, Mar 27, 2013 at 11:22:14PM +0200, Alexander Motin wrote: > > Hi. > > > > Since FreeBSD 9.0 we are successfully running on the new CAM-based ATA > > stack, using only some controller drivers of old ata(4) by having > > `options ATA_CAM` enabled in all kernels by default. I have a wish to > > drop non-ATA_CAM ata(4) code, unused since that time from the head > > branch to allow further ATA code cleanup. > > > > Does any one here still uses legacy ATA stack (kernel explicitly built > > without `options ATA_CAM`) for some reason, for example as workaround > > for some regression? > > Yes, I use the legacy ATA stack. > > You're missing the reason for why you're running the old ATA stack. Do you have hardware that doesn't work with ATA_CAM? Have you not tried ATA_CAM on that box? Some other reason? -- Freddie Cash fjwcash@gmail.com