From owner-freebsd-stable@FreeBSD.ORG Mon Dec 16 19:34:55 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7FBAD71 for ; Mon, 16 Dec 2013 19:34:55 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 666EE1233 for ; Mon, 16 Dec 2013 19:34:55 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id o15so1875446qap.10 for ; Mon, 16 Dec 2013 11:34:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=rw4ugfOQTQjlvA/uUMfHzg+kB6r0wiDerKaIFqawMm4=; b=gY7bNKU4LiY5FD4GwfU1tZXf2lPh3CplRm5VJvwwuXCNSqthd8DsuS6WM67lFpbgBP Wy0R1OYA2X3Mk7yR2RgBjUB/AtNRxS4sC81O0vknb9ytzaOzyQ+q7m0lTYadTjOTILVU 9niWtUUNl72i1dSegMn+MSjfOIQYsbCG4fDlEZIXyKDJBTrx5mdzJgkqUY2DJ8Uiuu7L gLTM2L9lH/PJxpm3ok+PwIwwmOeft7FZTiP5U3I03962QEREqo/JBQrmCHJ/fcJ3gqY+ Jp23HXWnRA/voeHYSmqXdjFQ715oibb7QMhIFS9ei6sBmL36LdWlcyGdiSNB+r4o5S2p llLA== MIME-Version: 1.0 X-Received: by 10.224.24.194 with SMTP id w2mr25180334qab.48.1387222494535; Mon, 16 Dec 2013 11:34:54 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Mon, 16 Dec 2013 11:34:54 -0800 (PST) In-Reply-To: <1387186669.2370.7.camel@eva02.mbsd> References: <1387186669.2370.7.camel@eva02.mbsd> Date: Mon, 16 Dec 2013 11:34:54 -0800 X-Google-Sender-Auth: uwQJWaiRTp9u3cWBdZvPuMj-pfA Message-ID: Subject: Re: Remove all legacy ATA code parts, Thu Apr 4, 7c2b81b0e97e507aa2b3b3fac77056edcdf18669 From: Adrian Chadd To: clutton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 19:34:55 -0000 On 16 December 2013 01:37, clutton wrote: > Hi list. > > The commit message says: > > =ABRemove all legacy ATA code parts, not used since options ATA_CAM > enabled in most kernels before FreeBSD 9.0. Remove such modules and > respective kernel options: atadisk, ataraid, atapicd, atapifd, atapist, > atapicam. Remove the atacontrol utility and some man pages. Remove > useless now options ATA_CAM.=BB > > Question: How am I suppose to use my PC Card HDD now? > I used to use atadisk for this purpose before. As long as it supports LBA, I think you'll be okay. I noticed the CHS support is not quite .. correct. :( -a